# PBSM nRF52840 DK board configuration

# Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

if BOARD_PBSM_NRF52840DK

config BOARD_ENABLE_DCDC
	bool "Enable DCDC mode"
	select SOC_DCDC_NRF52X
	default y

config BOARD_ENABLE_DCDC_HV
	bool "Enable High Voltage DCDC converter"
	select SOC_DCDC_NRF52X_HV
	default y

config BOARD_NRF52_REGOUT0_VALUE
	int "REGOUT0 value"
	range 0 5
	default 3
	help
	  0 = 1.8V, 1 = 2.1V, 2 = 2.4V, 3 = 2.7V, 4 = 3.0V, 5 = 3.3V

endif # BOARD_PBSM_NRF52840DK
