summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-01-03 18:04:27 +0100
committerMark Brown <broonie@kernel.org>2017-01-10 12:26:19 +0000
commit9c6a3af003c06ef1efc5e243cdbab1be4cb90753 (patch)
tree504c9c3fc66b9aa21f54625991cd38f2c79ea924 /drivers/spi
parentfafd67940774733fa97f4b09412aea6981b82e0a (diff)
downloadop-kernel-dev-9c6a3af003c06ef1efc5e243cdbab1be4cb90753.zip
op-kernel-dev-9c6a3af003c06ef1efc5e243cdbab1be4cb90753.tar.gz
spi: make falcon-spi bool
Falcon spi accesses some ebu functions which are not exported and can not be accessed when build as module. Make this module bool instead. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Thomas Langer <thomas.langer@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index ec4aa25..e3c2566 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -263,7 +263,7 @@ config SPI_EP93XX
mode.
config SPI_FALCON
- tristate "Falcon SPI controller support"
+ bool "Falcon SPI controller support"
depends on SOC_FALCON
help
The external bus unit (EBU) found on the FALC-ON SoC has SPI
OpenPOWER on IntegriCloud