Newer
Older
barebox / drivers / regulator / Kconfig
@Holger Schurig Holger Schurig on 22 Jul 2014 314 bytes sandbox: allow "make ARCH=sandbox allyesconfig"
menuconfig REGULATOR
	depends on OFDEVICE
	bool "voltage regulator support"

if REGULATOR

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

endif