# Thingy52 NRF52832 board configuration | |
# Copyright (c) 2018 Aapo Vienamo | |
# SPDX-License-Identifier: Apache-2.0 | |
if BOARD_THINGY52 | |
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 |