diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-12-22 06:18:02 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 06:17:44 -0500 |
commit | 88e75cc347f66bc20e3c2b920431fc07253d69be (patch) | |
tree | 0bbd455c49d97b904a692083b134655424db29fb /drivers/i2c/chips/Kconfig | |
parent | 87c13493e6a59c0da55c2824f0205f9ef941b760 (diff) |
mfd: move drivers/i2c/chips/menelaus.c to drivers/mfd
ove the menelaus driver from drivers/i2c/chips to drivers/mfd
since it's more of a multi-function device than anything else,
and since Jean is trying to vanish drivers/i2c/chips ASAP.
One way to think of these chips are as the PMIC family most
used with OMAP2 generation chips.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index fa69c992c442..864ac561fdbb 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -151,16 +151,6 @@ config SENSORS_TSL2550 | |||
151 | This driver can also be built as a module. If so, the module | 151 | This driver can also be built as a module. If so, the module |
152 | will be called tsl2550. | 152 | will be called tsl2550. |
153 | 153 | ||
154 | config MENELAUS | ||
155 | bool "TWL92330/Menelaus PM chip" | ||
156 | depends on I2C=y && ARCH_OMAP24XX | ||
157 | help | ||
158 | If you say yes here you get support for the Texas Instruments | ||
159 | TWL92330/Menelaus Power Management chip. This include voltage | ||
160 | regulators, Dual slot memory card tranceivers, real-time clock | ||
161 | and other features that are often used in portable devices like | ||
162 | cell phones and PDAs. | ||
163 | |||
164 | config MCU_MPC8349EMITX | 154 | config MCU_MPC8349EMITX |
165 | tristate "MPC8349E-mITX MCU driver" | 155 | tristate "MPC8349E-mITX MCU driver" |
166 | depends on I2C && PPC_83xx | 156 | depends on I2C && PPC_83xx |