[source] kernel: disable CONFIG_BCM_IPROC_ADC by default

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 20 23:24:34 PDT 2017


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/b4d5132a354972f62335ef465b200fa0c2f019c7

commit b4d5132a354972f62335ef465b200fa0c2f019c7
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Mar 21 07:12:56 2017 +0100

    kernel: disable CONFIG_BCM_IPROC_ADC by default
    
    This fixes compiling issue on bcm53xx target with kmod-iio-core:
    Broadcom IPROC ADC driver (BCM_IPROC_ADC) [N/m/?] (NEW)
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/generic/config-4.9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 92bc393..594961d 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -425,6 +425,7 @@ CONFIG_BASE_SMALL=0
 # CONFIG_BCMA_DRIVER_GPIO is not set
 CONFIG_BCMA_POSSIBLE=y
 # CONFIG_BCMGENET is not set
+# CONFIG_BCM_IPROC_ADC is not set
 # CONFIG_BCM_KONA_USB2_PHY is not set
 # CONFIG_BDI_SWITCH is not set
 # CONFIG_BE2ISCSI is not set



More information about the lede-commits mailing list