zephyr/drivers/regulator/Kconfig

28 lines
607 B
Plaintext
Raw Normal View History

# Copyright 2020 Peter Bigot Consulting, LLC
# SPDX-License-Identifier: Apache-2.0
menuconfig REGULATOR
bool "Regulator drivers"
select ONOFF
help
Include drivers for current/voltage regulators in system config
if REGULATOR
config REGULATOR_SHELL
bool "Regulator shell"
default y
depends on SHELL
help
Enable regulator shell framework, for interacting with regulators via
the shell interface
module = REGULATOR
module-str = regulator
source "subsys/logging/Kconfig.template.log_config"
source "drivers/regulator/Kconfig.fixed"
source "drivers/regulator/Kconfig.pmic"
endif # REGULATOR