diff options
Diffstat (limited to 'src')
-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 |