]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
regulator: Build on non-ARM platforms
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 Oct 2008 10:53:34 +0000 (11:53 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 28 Oct 2008 21:47:17 +0000 (21:47 +0000)
When the regulator API was merged it was added to the separate Kconfig
which ARM uses for drivers but not the generic one in drivers/.  Since
there is nothing ARM-specific about the API add it there too.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/Kconfig

index d38f43f593d400e64ab7796c1f90760c66966caf..2f557f570ade135e48faa389ef3fb96d2b5d4970 100644 (file)
@@ -68,6 +68,8 @@ source "drivers/ssb/Kconfig"
 
 source "drivers/mfd/Kconfig"
 
+source "drivers/regulator/Kconfig"
+
 source "drivers/media/Kconfig"
 
 source "drivers/video/Kconfig"