:orphan: .. title:: BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY .. option:: CONFIG_BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY *CCS_VDD power rail init priority* Type: ``int`` 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. Direct dependencies =================== \ :option:`GPIO_SX1509B ` && \ :option:`BOARD_NRF52_PCA20020 ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 85 if \ :option:`GPIO_SX1509B ` && \ :option:`BOARD_NRF52_PCA20020 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf52_pca20020/Kconfig:17`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:25`` → ``boards/Kconfig:27`` Menu path: (top menu) → Board Options .. parsed-literal:: config BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY int prompt "CCS_VDD power rail init priority" if \ :option:`GPIO_SX1509B ` && \ :option:`BOARD_NRF52_PCA20020 ` default 85 if \ :option:`GPIO_SX1509B ` && \ :option:`BOARD_NRF52_PCA20020 ` depends on \ :option:`GPIO_SX1509B ` && \ :option:`BOARD_NRF52_PCA20020 ` 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. *(Definitions include propagated dependencies, including from if's and menus.)*