summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
blob: 05c3f48980d00c1bf8fc67683bce43f92e854ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig REGULATOR
	bool "voltage regulator support"

if REGULATOR

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

config REGULATOR_BCM2835
	bool
	depends on ARCH_BCM2835
	default y

endif