1
0
Fork 0

regulator: gpio-regulator add dependency on GENERIC_GPIO

Without GENERIC_GPIO "struct gpio" is undefined leading to errors.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
hifive-unleashed-5.1
Heiko Stübner 2011-10-11 23:11:01 +02:00 committed by Mark Brown
parent ecc37edf7b
commit d162b3c54b
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ config REGULATOR_USERSPACE_CONSUMER
config REGULATOR_GPIO
tristate "GPIO regulator support"
depends on GENERIC_GPIO
help
This driver provides support for regulators that can be
controlled via gpios.