|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
--- a/drivers/spi/Kconfig
|
|
|
|
|
+++ b/drivers/spi/Kconfig
|
|
|
|
|
@@ -283,6 +283,12 @@ config SPI_PXA2XX
|
|
|
|
|
The driver can be configured to use any SSP port and additional
|
|
|
|
|
documentation can be found a Documentation/spi/pxa2xx.
|
|
|
|
|
@@ -310,6 +310,12 @@ config SPI_PXA2XX
|
|
|
|
|
config SPI_PXA2XX_PCI
|
|
|
|
|
def_bool SPI_PXA2XX && X86_32 && PCI
|
|
|
|
|
|
|
|
|
|
+config SPI_RAMIPS
|
|
|
|
|
+ tristate "Ralink RT288x/RT305x SPI Controller"
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
|
depends on ARCH_S3C2410 && EXPERIMENTAL
|
|
|
|
|
--- a/drivers/spi/Makefile
|
|
|
|
|
+++ b/drivers/spi/Makefile
|
|
|
|
|
@@ -37,6 +37,7 @@ obj-$(CONFIG_SPI_FSL_LIB) += spi_fsl_li
|
|
|
|
|
@@ -42,6 +42,7 @@ obj-$(CONFIG_SPI_FSL_LIB) += spi_fsl_li
|
|
|
|
|
obj-$(CONFIG_SPI_FSL_ESPI) += spi_fsl_espi.o
|
|
|
|
|
obj-$(CONFIG_SPI_FSL_SPI) += spi_fsl_spi.o
|
|
|
|
|
obj-$(CONFIG_SPI_PPC4xx) += spi_ppc4xx.o
|
|
|
|
|