diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2020-08-19 21:15:24 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-09-10 13:14:07 +0300 |
commit | 8aa6361f72515d02753dae1c0843384274fea90f (patch) | |
tree | 027b7e7b0cdecd1662d8ab1a53023f473c1cfd39 /arch/arm/configs | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
ARM: omap2plus_defconfig: enable twl4030_madc as a loadable module
The ADC is used by twl4030_charger to read voltages. If a dtb contains
the ADC but the module is not build, probing twl4030_charger will be
endlessly deferred, so just enable CONFIG_TWL4030_MADC in the config.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index fe383f5a92fb..c9a32000f1d4 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -510,6 +510,7 @@ CONFIG_IIO_ST_ACCEL_3AXIS=m CONFIG_CPCAP_ADC=m CONFIG_INA2XX_ADC=m CONFIG_TI_AM335X_ADC=m +CONFIG_TWL4030_MADC=m CONFIG_SENSORS_ISL29028=m CONFIG_BMP280=m CONFIG_PWM=y |