aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorEsben Haabendal <eha@deif.com>2015-01-06 08:07:34 -0500
committerMark Brown <broonie@kernel.org>2015-01-06 12:03:34 -0500
commit38455d7ac2e383d747ddee0189c7d8c078b29b09 (patch)
tree3181cc88705caa1f3d5ce2de3db4506cf6a69534 /drivers/spi/Kconfig
parent1004b9f146940d280a0f62ca33d241469022bce7 (diff)
spi: fsl-(e)spi: Support compile as module
Signed-off-by: Esben Haabendal <eha@deif.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 99829985c1a1..468d13ce510b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -279,7 +279,7 @@ config SPI_FSL_CPM
279 depends on FSL_SOC 279 depends on FSL_SOC
280 280
281config SPI_FSL_SPI 281config SPI_FSL_SPI
282 bool "Freescale SPI controller and Aeroflex Gaisler GRLIB SPI controller" 282 tristate "Freescale SPI controller and Aeroflex Gaisler GRLIB SPI controller"
283 depends on OF 283 depends on OF
284 select SPI_FSL_LIB 284 select SPI_FSL_LIB
285 select SPI_FSL_CPM if FSL_SOC 285 select SPI_FSL_CPM if FSL_SOC
@@ -300,7 +300,7 @@ config SPI_FSL_DSPI
300 mode. VF610 platform uses the controller. 300 mode. VF610 platform uses the controller.
301 301
302config SPI_FSL_ESPI 302config SPI_FSL_ESPI
303 bool "Freescale eSPI controller" 303 tristate "Freescale eSPI controller"
304 depends on FSL_SOC 304 depends on FSL_SOC
305 select SPI_FSL_LIB 305 select SPI_FSL_LIB
306 help 306 help