diff options
author | Tony Lindgren <tony@atomide.com> | 2007-07-17 07:06:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:15 -0400 |
commit | 0c4a59fed41bdd4c30ce0999a87f30a812f29ee2 (patch) | |
tree | 8e88b4fdf538afb7bc9d740765a1a49ac148ba32 /drivers/i2c/chips/Kconfig | |
parent | 969529021a5c3df74ea8f10d329b2427e559a90f (diff) |
OMAP: add TI TWL92330/Menelaus Power Management chip driver
Add Texas Instruments TWL92330/Menelaus Power Management chip driver. This
includes voltage regulators, Dual slot memory card tranceivers and
real-time clock(RTC).
The support for RTC is integrated with this driver only; it is not separate
module. Passes 'rtctest' on OMAP H4 EVM, other than lack of "periodic"
(1/N second) IRQs. System wakeup alarms (from suspend-to-RAM) work too.
The battery keeps the RTC active over power off, so once you set clock
(rdate/ntpdate/etc, then "hwclock -w") then RTC_HCTOSYS at boot time will
behave as expected.
Cc: "Jean Delvare" <khali@linux-fr.org>
Cc: "Tony Lindgren" <tony@atomide.com>
Cc: "David Brownell" <david-b@pacbell.net>
Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 3944e889cb21..2e1c24f671cf 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -153,4 +153,14 @@ config SENSORS_TSL2550 | |||
153 | This driver can also be built as a module. If so, the module | 153 | This driver can also be built as a module. If so, the module |
154 | will be called tsl2550. | 154 | will be called tsl2550. |
155 | 155 | ||
156 | config MENELAUS | ||
157 | bool "TWL92330/Menelaus PM chip" | ||
158 | depends on I2C=y && ARCH_OMAP24XX | ||
159 | help | ||
160 | If you say yes here you get support for the Texas Instruments | ||
161 | TWL92330/Menelaus Power Management chip. This include voltage | ||
162 | regulators, Dual slot memory card tranceivers, real-time clock | ||
163 | and other features that are often used in portable devices like | ||
164 | cell phones and PDAs. | ||
165 | |||
156 | endmenu | 166 | endmenu |