From 746bcde60521a8717fe109085b458a3509733e51 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 4 Oct 2014 10:41:02 +0200 Subject: make sound support monolithic It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it. --- target/linux/config/Config.in.dma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/config/Config.in.dma') diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma index 2f7f9734e..9ea4a2e12 100644 --- a/target/linux/config/Config.in.dma +++ b/target/linux/config/Config.in.dma @@ -2,7 +2,7 @@ config ADK_KERNEL_DMADEVICES boolean config ADK_KERNEL_DMA_BCM2708 - tristate + boolean select ADK_KERNEL_DMADEVICES config ADK_KERNEL_IMX_SDMA -- cgit v1.2.3