summaryrefslogtreecommitdiff
path: root/app/boards/arm/bluemicro840/Kconfig
diff options
context:
space:
mode:
authorCrossR <r.cross@lancaster.ac.uk>2020-08-21 22:03:52 +0100
committerCrossR <r.cross@lancaster.ac.uk>2020-08-21 22:03:52 +0100
commit84761fc58931c8caa8cf1bf1b39946a9cb652822 (patch)
treeab5effc50925021507f742ed8206fbd683f4ee99 /app/boards/arm/bluemicro840/Kconfig
parent5c29259fedc4a0265064afc0bc141e6bf33425f2 (diff)
parentc619fb9c58c8f2dbcc19d74e7502459b49633113 (diff)
Merge branch 'main' into CrossR/Sofle
Diffstat (limited to 'app/boards/arm/bluemicro840/Kconfig')
-rw-r--r--app/boards/arm/bluemicro840/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/arm/bluemicro840/Kconfig b/app/boards/arm/bluemicro840/Kconfig
new file mode 100644
index 0000000..0e6743d
--- /dev/null
+++ b/app/boards/arm/bluemicro840/Kconfig
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: MIT
+
+config BOARD_ENABLE_DCDC
+ bool "Enable DCDC mode"
+ select SOC_DCDC_NRF52X
+ default y
+ depends on BOARD_BLUEMICRO840_V1
+