summaryrefslogtreecommitdiff
path: root/app/boards/arm/nrf52840_m2/Kconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-05 09:29:30 -0400
committerGitHub <noreply@github.com>2020-10-05 09:29:30 -0400
commitfebf2f485df883ef0a025f674f4489042775dcba (patch)
tree48a45cbf9929a86d88c4b5bc0c4ffa9aaa9e9327 /app/boards/arm/nrf52840_m2/Kconfig
parent7d222e15530f2aa634e9cc11e7af3875dd042e97 (diff)
parentb8cb5f939a3c018af13de7727c15d7765ea1f1c1 (diff)
Merge pull request #233 from megamind4089/m60
Shield and board definitions for M60
Diffstat (limited to 'app/boards/arm/nrf52840_m2/Kconfig')
-rw-r--r--app/boards/arm/nrf52840_m2/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/boards/arm/nrf52840_m2/Kconfig b/app/boards/arm/nrf52840_m2/Kconfig
new file mode 100644
index 0000000..faff492
--- /dev/null
+++ b/app/boards/arm/nrf52840_m2/Kconfig
@@ -0,0 +1,10 @@
+#
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+#
+
+config BOARD_ENABLE_DCDC
+ bool "Enable DCDC mode"
+ select SOC_DCDC_NRF52X
+ default y
+ depends on BOARD_NRF52840_M2