summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
blob: 55f87a45bae40e6d15eba628c326118be2def7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig REGULATOR
	depends on OFDEVICE
	bool "voltage regulator support"

if REGULATOR

config REGULATOR_FIXED
	bool "fixed/gpio regulator"
	help
	  This enables a simple fixed regulator. It is used for regulators
	  which are not software controllable or controllable via gpio.

endif