blob: 0f7d8f17332783290b8a8174b5969393dd201c56 [file] [log] [blame]
# Thingy52 NRF52832 board configuration
# Copyright (c) 2018 Aapo Vienamo
# SPDX-License-Identifier: Apache-2.0
if BOARD_THINGY52_NRF52832
config BOARD_VDD_PWR_CTRL_INIT_PRIORITY
int "VDD power rail init priority"
default 50
depends on GPIO
help
Initialization priority for the VDD power rail. Has to be greater
than GPIO_INIT_PRIORITY.
config BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY
int "CCS_VDD power rail init priority"
default 85
depends on GPIO_SX1509B
help
Initialization priority for the CCS_VDD power rail. This powers the
CCS811 gas sensor. The value has to be greater than
BOARD_VDD_PWR_CTRL_INIT_PRIORITY, but smaller than SENSOR_INIT_PRIORITY.
endif # BOARD_THINGY52_NRF52832