From 888a0d2203b1d5e4865b5e30685293774cb5f001 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Oct 2014 07:32:33 +0200 Subject: another try to fix iqaudio support --- target/linux/config/Config.in.spi | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'target/linux/config/Config.in.spi') diff --git a/target/linux/config/Config.in.spi b/target/linux/config/Config.in.spi index 12637f9cb..9a6e6e337 100644 --- a/target/linux/config/Config.in.spi +++ b/target/linux/config/Config.in.spi @@ -26,12 +26,23 @@ config ADK_KERNEL_SPI_PXA2XX tristate select ADK_KERNEL_SPI +config ADK_KERNEL_SPI_BCM2835 + prompt "SPI driver for Raspberry PI" + tristate + select ADK_KERNEL_SPI + select ADK_KERNEL_SPI_MASTER + select ADK_KERNEL_SPI_BITBANG + depends on ADK_TARGET_SYSTEM_RASPBERRY_PI + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI + default n + config ADK_KERNEL_SPI_IMX - prompt "SPI driver for Solidrun Cubox-i/Hummingboard" + prompt "SPI driver for Solidrun IMX6" tristate select ADK_KERNEL_SPI select ADK_KERNEL_SPI_MASTER select ADK_KERNEL_SPI_BITBANG + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n -- cgit v1.2.3