diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-03-21 07:12:56 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-03-21 07:16:42 +0100 |
commit | b4d5132a354972f62335ef465b200fa0c2f019c7 (patch) | |
tree | 61ea9d1c950edc0a473b326d64d661827c1aaff9 /target/linux/generic | |
parent | 7c7ea090041dc2a5e51b36d0bc3115a8830525bf (diff) | |
download | upstream-b4d5132a354972f62335ef465b200fa0c2f019c7.tar.gz upstream-b4d5132a354972f62335ef465b200fa0c2f019c7.tar.bz2 upstream-b4d5132a354972f62335ef465b200fa0c2f019c7.zip |
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@milecki.pl>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 92bc393da7..594961df8d 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 |