Commit 8848c178 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

eeprom24lc64: fix typo, add I2C dependency

parent ae8864e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,8 +33,9 @@ depends on meta_driver_i2c && !driver_bme280 && (arch_msp430fr5969lp || arch_msp

# dummy is AEMR-specific and not included in Kconfig

config driver_eepom24lc64
config driver_eeprom24lc64
bool "24LC64 EEPROM"
depends on meta_driver_i2c

config driver_hcd1080
bool "HDC1080 TH Sensor with Heated Plate"