Skip to content

Commit a873c73

Browse files
soburinashif
authored andcommitted
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 <[email protected]>
1 parent b423941 commit a873c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/adc/Kconfig.ads1112

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
config ADC_ADS1112
77
bool "Texas Instruments ADS1112 ADC driver"
88
depends on DT_HAS_TI_ADS1112_ENABLED
9+
default y
910
select I2C
1011
select ADC_CONFIGURABLE_INPUTS
1112
help

0 commit comments

Comments
 (0)