diff options
-rw-r--r-- | src/app/etcontroller/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
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 |