aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-21 08:49:04 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:26:15 -0400
commitf88309c687002e28d144975a2075babb40a12835 (patch)
tree71aa5e9f61e3d21591368bbfb5f8167a218a7503 /arch
parent645e27b05203d1535819390bc40660c1669e6093 (diff)
ARM: s3c24xx: osiris dvs needs tps65010
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index bff3cc37448f..f2727f2cc661 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -573,7 +573,7 @@ config MACH_OSIRIS
573config MACH_OSIRIS_DVS 573config MACH_OSIRIS_DVS
574 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver" 574 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
575 depends on MACH_OSIRIS 575 depends on MACH_OSIRIS
576 select TPS65010 576 depends on TPS65010
577 help 577 help
578 Say Y/M here if you want to have dynamic voltage scaling support 578 Say Y/M here if you want to have dynamic voltage scaling support
579 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011. 579 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.