From 8f1b5c41f85b3f610edcd1f61a4302c56aef2dbc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 9 Dec 2020 17:55:04 +0100 Subject: etcontroller: add missing dependencies --- src/app/etcontroller/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/app/etcontroller/Kconfig (limited to 'src') diff --git a/src/app/etcontroller/Kconfig b/src/app/etcontroller/Kconfig new file mode 100644 index 0000000..20591f9 --- /dev/null +++ b/src/app/etcontroller/Kconfig @@ -0,0 +1,11 @@ +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 -- cgit v1.2.3