diff options
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 |