:orphan: .. title:: CONFIG_BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY .. kconfig:: CONFIG_BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY CONFIG_BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY ########################################### *CCS\_VDD power rail init priority* Type: ``int`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`GPIO_SX1509B ` && \ :kconfig:`BOARD_THINGY52_NRF52832 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 85 Kconfig definition ================== At ``/arm/thingy52_nrf52832/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY int "CCS_VDD power rail init priority" default 85 depends on GPIO_SX1509B && BOARD_THINGY52_NRF52832 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*