:orphan: .. title:: REGULATOR_FIXED_INIT_PRIORITY .. option:: CONFIG_REGULATOR_FIXED_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== Device driver initialization priority Direct dependencies =================== \ :option:`REGULATOR_FIXED ` && \ :option:`REGULATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== .. highlight:: kconfig At ``drivers/regulator/Kconfig.fixed:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:102`` → ``drivers/regulator/Kconfig:16`` Menu path: (Top) → Device Drivers → Regulator drivers → GPIO-controlled regulators .. parsed-literal:: config REGULATOR_FIXED_INIT_PRIORITY int "Init priority" default 75 depends on \ :option:`REGULATOR_FIXED ` && \ :option:`REGULATOR ` help Device driver initialization priority *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*