Commit 8f1b5c41 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

etcontroller: add missing dependencies

parent 81289979
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
prompt "EnergyTrace Controller for External MCU"
depends on !loop && !wakeup

config ETCONTROLLER_RESET_PIN
string "GPIO Pin connected to RESET of the target MCU"
depends on app_etcontroller

config ETCONTROLLER_NRST
bool "RESET is !RESET (active low)"
default y
depends on app_etcontroller