Browse Source

driver: adc: ads1112 Fix missing `default y` in config ADC_ADS1112

The `default y`, which is coupled with
depends on DT_HAS_TI_ADS1112_ENABLED to link the settings with DeviceTree,
which was missing, so I added it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
pull/77721/head
TOKITA Hiroshi 10 months ago committed by Anas Nashif
parent
commit
a873c73701
  1. 1
      drivers/adc/Kconfig.ads1112

1
drivers/adc/Kconfig.ads1112

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
config ADC_ADS1112
bool "Texas Instruments ADS1112 ADC driver"
depends on DT_HAS_TI_ADS1112_ENABLED
default y
select I2C
select ADC_CONFIGURABLE_INPUTS
help

Loading…
Cancel
Save