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