:orphan: .. title:: REGULATOR .. option:: CONFIG_REGULATOR *Regulator drivers* Type: ``bool`` Help ==== Include drivers for current/voltage regulators in system config Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/regulator/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:102`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig REGULATOR bool "Regulator drivers" default n help Include drivers for current/voltage regulators in system config *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*