diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-01 18:03:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-01 18:03:19 +0100 |
commit | 7f0db02066a7554b959fa264fcc200b2a2e4c929 (patch) | |
tree | a50fad76f732daa8938b0c06393a439f345ee14d /src/driver/Kconfig | |
parent | 2501cd668a26bf6d4e9153f18a6e14695c4b5ed1 (diff) |
Add driver for ADS111x 16-Bit ADC
Diffstat (limited to 'src/driver/Kconfig')
-rw-r--r-- | src/driver/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 581ef10..163671f 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -25,6 +25,10 @@ bool menu "Drivers" +config driver_ads111x +bool "ADS111x 16-bit ADC" +depends on meta_driver_i2c + config driver_am2320 bool "AM2320 TH Sensor" depends on meta_driver_i2c |