diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-09 14:41:50 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-09 14:41:50 -0800 |
| commit | e2f4e0bc2aaf41a2b487ef7d2afb76e5c87d466c (patch) | |
| tree | 33e02db84c7a9232ca775fd12e52bb9a2e37a7cc /drivers/spi/Kconfig | |
| parent | Merge branch 'for-linus' of git://neil.brown.name/md (diff) | |
| parent | spi/gpio: fix section mismatch warning (diff) | |
| download | linux-e2f4e0bc2aaf41a2b487ef7d2afb76e5c87d466c.tar.gz linux-e2f4e0bc2aaf41a2b487ef7d2afb76e5c87d466c.zip | |
Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6
* 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6:
spi/gpio: fix section mismatch warning
spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m build
spi/nuc900: Include linux/module.h
spi/ath79: fix compile error due to missing include
Diffstat (limited to 'drivers/spi/Kconfig')
| -rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a1fd73df5416..8ba4510a9519 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -199,7 +199,7 @@ config SPI_FSL_LIB depends on FSL_SOC config SPI_FSL_SPI - tristate "Freescale SPI controller" + bool "Freescale SPI controller" depends on FSL_SOC select SPI_FSL_LIB help @@ -208,7 +208,7 @@ config SPI_FSL_SPI MPC8569 uses the controller in QE mode, MPC8610 in cpu mode. config SPI_FSL_ESPI - tristate "Freescale eSPI controller" + bool "Freescale eSPI controller" depends on FSL_SOC select SPI_FSL_LIB help |
