]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: s3c24xx: osiris dvs needs tps65010
authorArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 12:49:04 +0000 (13:49 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:15 +0000 (18:26 +0100)
The osiris-dvs driver calls functions exported by the tps65010
driver, so we have to ensure that driver is enabled first.
Using 'select' here doesn't work all that well, because it
requires I2C to be enabled in turn.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-s3c24xx/Kconfig

index bff3cc37448f779d8f553571910eabaeaa322a77..f2727f2cc661806ce0686a791116e9c683a32d45 100644 (file)
@@ -573,7 +573,7 @@ config MACH_OSIRIS
 config MACH_OSIRIS_DVS
        tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
        depends on MACH_OSIRIS
-       select TPS65010
+       depends on TPS65010
        help
          Say Y/M here if you want to have dynamic voltage scaling support
          on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.