diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-03 12:04:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-10 07:26:19 -0500 |
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 | |||
263 | mode. | 263 | mode. |
264 | 264 | ||
265 | config SPI_FALCON | 265 | config SPI_FALCON |
266 | tristate "Falcon SPI controller support" | 266 | bool "Falcon SPI controller support" |
267 | depends on SOC_FALCON | 267 | depends on SOC_FALCON |
268 | help | 268 | help |
269 | The external bus unit (EBU) found on the FALC-ON SoC has SPI | 269 | The external bus unit (EBU) found on the FALC-ON SoC has SPI |