diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 20:59:16 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 20:59:16 +0100 |
commit | 7fca39ce12f710a790bbcc1ee81f26a33da6b0de (patch) | |
tree | cd6c5affc792366d2b0ed8e388ecdafefa77e0b0 | |
parent | 3b6dce1c1d5ae2c2b8dd76f422bd8389ed98643a (diff) |
Add Kconfig entry for TSL2591
-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 b71b963..4639698 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -179,6 +179,10 @@ bool "Horizontal bytes, Vertical bits" endchoice +config driver_tsl2591 +bool "TSL2591 Irradiance Sensor" +depends on meta_driver_i2c + config driver_softi2c bool "Software I2C" #depends on !driver_i2c |