:orphan: .. title:: BOARD_VDD_PWR_CTRL_INIT_PRIORITY .. option:: CONFIG_BOARD_VDD_PWR_CTRL_INIT_PRIORITY *VDD power rail init priority* Type: ``int`` Help ==== .. code-block:: none Initialization priority for the VDD power rail. Has to be greater than GPIO_NRF_INIT_PRIORITY. Direct dependencies =================== \ :option:`GPIO ` && \ :option:`BOARD_THINGY52_NRF52832 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 50 Kconfig definition ================== At ``/arm/thingy52_nrf52832/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig config BOARD_VDD_PWR_CTRL_INIT_PRIORITY int "VDD power rail init priority" default 50 depends on GPIO && BOARD_THINGY52_NRF52832 help Initialization priority for the VDD power rail. Has to be greater than GPIO_NRF_INIT_PRIORITY. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*