diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-09 17:55:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-09 17:55:04 +0100 |
commit | 8f1b5c41f85b3f610edcd1f61a4302c56aef2dbc (patch) | |
tree | fe9985e85c0447a96a08931a7d55eedc2e6650b2 /src/app/etcontroller | |
parent | 812899797d6d8ea773bf960cd74680d20043c5a4 (diff) |
etcontroller: add missing dependencies
Diffstat (limited to 'src/app/etcontroller')
-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 |