Commit f533c7b6 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

kconfig: i2c and softi2c drivers must not be combind

parent 30964f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
prompt "Ambient Brightness Logger"
depends on driver_max44009
depends on (arch_msp430fr5969lp || arch_msp430fr5994lp) && driver_max44009 && loop && !wakeup
+1 −1
Original line number Diff line number Diff line
prompt "Sharp96 Test"
depends on driver_sharp96
depends on driver_sharp96 && loop && !wakeup
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ select meta_driver_adc

config arch_arduino_nano_driver_i2c
bool "I2C"
depends on !driver_softi2c
select meta_driver_i2c

config arch_arduino_nano_driver_neopixel
+1 −0
Original line number Diff line number Diff line
config arch_blinkenrocket_driver_i2c
bool "I2C"
depends on !driver_softi2c
select meta_driver_i2c

config arch_blinkenrocket_driver_uptime
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ select meta_driver_counter

config arch_msp430fr5969lp_driver_i2c
bool "I2C on eUSCI_B0"
depends on !driver_softi2c
select meta_driver_i2c

## broken
Loading