From: Hauke Mehrtens Date: Tue, 3 Jan 2017 17:04:27 +0000 (+0100) Subject: spi: make falcon-spi bool X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c6a3af003c06ef1efc5e243cdbab1be4cb90753;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: Thomas Langer Signed-off-by: Mark Brown --- 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