:orphan: .. title:: REGULATOR_FIXED .. option:: CONFIG_REGULATOR_FIXED *GPIO-controlled regulators* Type: ``bool`` Help ==== Enable the driver for GPIO-controlled regulators Direct dependencies =================== \ :option:`GPIO ` && \ :option:`REGULATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/regulator/Kconfig.fixed:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:102`` → ``drivers/regulator/Kconfig:16`` Menu path: (Top) → Device Drivers → Regulator drivers .. parsed-literal:: menuconfig REGULATOR_FIXED bool "GPIO-controlled regulators" default n depends on \ :option:`GPIO ` && \ :option:`REGULATOR ` help Enable the driver for GPIO-controlled regulators *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*