Merge pull request #90 from petejohanson/boards/nice-nano-dcdc

Add DCDC setting for nano.
This commit is contained in:
Pete Johanson 2020-08-15 17:47:28 -04:00 committed by GitHub
commit a1965204fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_NICE_NANO

View file

@ -6,3 +6,4 @@
config BOARD_NICE_NANO
bool "nice!nano"
depends on SOC_NRF52840_QIAA