:orphan: .. title:: REGULATOR .. option:: CONFIG_REGULATOR *Regulator drivers* Type: ``bool`` Help ==== .. code-block:: none Include drivers for current/voltage regulators in system config Default ======= - y Kconfig definitions =================== At ``/arm/thingy53_nrf5340/Kconfig.defconfig:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config REGULATOR bool default y depends on !TRUSTED_EXECUTION_SECURE && (BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPPNS) ---- At ``/regulator/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:102`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig REGULATOR bool "Regulator drivers" help Include drivers for current/voltage regulators in system config *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*