# RMIOT IS LTE board configuration

# Copyright (c) 2023 Rocky Mountain Embedded Design Inc.
# SPDX-License-Identifier: Apache-2.0

config BOARD_ENABLE_DCDC
	bool "Enable DCDC mode"
	select SOC_DCDC_NRF52X
	default n
	depends on BOARD_RMIOT_IS_mmWAVE_PCBREV01

