1# Thingy52 NRF52832 board configuration 2 3# Copyright (c) 2018 Aapo Vienamo 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_THINGY52 7 8config BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY 9 int "CCS_VDD power rail init priority" 10 default 85 11 depends on GPIO_SX1509B 12 help 13 Initialization priority for the CCS_VDD power rail. This powers the 14 CCS811 gas sensor. The value has to be greater than 15 BOARD_VDD_PWR_CTRL_INIT_PRIORITY, but smaller than SENSOR_INIT_PRIORITY. 16 17endif # BOARD_THINGY52 18