Moved prst lib log level config to application layer with prst lib default fallback behaviour.
14 lines
246 B
Text
14 lines
246 B
Text
|
|
if BOARD_BPARASITE_NRF52840
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
|
|
config BOARD_ENABLE_DCDC_HV
|
|
bool "High Voltage DCDC converter"
|
|
select SOC_DCDC_NRF52X_HV
|
|
default y
|
|
|
|
endif # BOARD_BPARASITE_NRF52840
|