summaryrefslogtreecommitdiff
path: root/app/boards/arm/nice_nano/nice_nano_defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-16 23:10:53 -0400
committerGitHub <noreply@github.com>2020-06-16 23:10:53 -0400
commitc9b22e55fdf2b25b1b4c15e613c193eec917fb42 (patch)
tree7d5c29db990a5539e8958586f09ae198b4b18de4 /app/boards/arm/nice_nano/nice_nano_defconfig
parentd0a6df9d9ce014f58c3a5a733d66eeccab394dc2 (diff)
parenta087a466e95565d7d8326f8435ea29baf6219e46 (diff)
Merge pull request #14 from zmkfirmware/boards/nice-nano-prep
Initial basic work on nice!nano board support.
Diffstat (limited to 'app/boards/arm/nice_nano/nice_nano_defconfig')
-rw-r--r--app/boards/arm/nice_nano/nice_nano_defconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano_defconfig b/app/boards/arm/nice_nano/nice_nano_defconfig
new file mode 100644
index 0000000..f9be0ee
--- /dev/null
+++ b/app/boards/arm/nice_nano/nice_nano_defconfig
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: MIT
+
+CONFIG_SOC_SERIES_NRF52X=y
+CONFIG_SOC_NRF52840_QIAA=y
+CONFIG_BOARD_NICE_NANO=y
+
+# Enable MPU
+CONFIG_ARM_MPU=y
+
+# enable GPIO
+CONFIG_GPIO=y
+
+CONFIG_USE_DT_CODE_PARTITION=y