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
|
||||
Loading…
Add table
Add a link
Reference in a new issue