The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_REGULATOR_FIXED

GPIO-controlled regulators

Type: bool

Help

Enable the driver for GPIO-controlled regulators

Direct dependencies

GPIO && REGULATOR

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/regulator/Kconfig.fixed:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:104drivers/regulator/Kconfig:15

Menu path: (Top) → Device Drivers → Regulator drivers

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.)