diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-03 18:04:27 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-10 12:26:19 +0000 |
commit | 9c6a3af003c06ef1efc5e243cdbab1be4cb90753 (patch) | |
tree | 504c9c3fc66b9aa21f54625991cd38f2c79ea924 | |
parent | fafd67940774733fa97f4b09412aea6981b82e0a (diff) |
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>
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ec4aa252d6e8..e3c256685235 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 |