Author: blogic
Date: 2015-10-05 12:27:18 +0200 (Mon, 05 Oct 2015)
New Revision: 47123

Modified:
   trunk/target/linux/brcm2708/modules.mk
Log:
brcm2708: fix kmod-sound-soc-bcm2708-i2s config

Right now, selecting kmod-sound-soc-bcm2708-i2s causes build errors due to
missing configs.
kmod-regmap enables I2C and SPI, causing build errors due to depending
variables not defined.

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>

Modified: trunk/target/linux/brcm2708/modules.mk
===================================================================
--- trunk/target/linux/brcm2708/modules.mk      2015-10-05 10:27:09 UTC (rev 
47122)
+++ trunk/target/linux/brcm2708/modules.mk      2015-10-05 10:27:18 UTC (rev 
47123)
@@ -28,6 +28,8 @@
 define KernelPackage/sound-soc-bcm2708-i2s
   TITLE:=SoC Audio support for the Broadcom 2708 I2S module
   KCONFIG:= \
+       CONFIG_BCM2708_SPIDEV=n \
+       CONFIG_MFD_RPISENSE_CORE=n \
        CONFIG_SND_BCM2708_SOC_I2S \
        CONFIG_SND_SOC_DMAENGINE_PCM=y \
        CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to