Add DCDC setting for nano.
This commit is contained in:
parent
7e8a07e693
commit
4acfa8d7ef
2 changed files with 7 additions and 0 deletions
6
app/boards/arm/nice_nano/Kconfig
Normal file
6
app/boards/arm/nice_nano/Kconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on BOARD_NICE_NANO
|
|
@ -6,3 +6,4 @@
|
|||
config BOARD_NICE_NANO
|
||||
bool "nice!nano"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
|
||||
|
|
Loading…
Reference in a new issue