
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> --- The I2C connected TI INA219 can be found on a lot of small breakout boards, e.g. from Adafruit and would be nice to have supported. config/arm64/default | 2 +- config/armv7hl/default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/arm64/default b/config/arm64/default index b56082ebb8..35c7e6ae69 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -7024,7 +7024,7 @@ CONFIG_ENVELOPE_DETECTOR=m # CONFIG_EXYNOS_ADC is not set CONFIG_HI8435=m CONFIG_HX711=m -# CONFIG_INA2XX_ADC is not set +CONFIG_INA2XX_ADC=m CONFIG_LTC2485=m # CONFIG_MAX1027 is not set CONFIG_MAX11100=m diff --git a/config/armv7hl/default b/config/armv7hl/default index fa6a252063..287a37b11d 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -7747,7 +7747,7 @@ CONFIG_DA9150_GPADC=m CONFIG_ENVELOPE_DETECTOR=m CONFIG_EXYNOS_ADC=m CONFIG_HI8435=m -# CONFIG_INA2XX_ADC is not set +CONFIG_INA2XX_ADC=m # CONFIG_IMX7D_ADC is not set CONFIG_LP8788_ADC=m CONFIG_LTC2485=m -- 2.12.0 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org