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