diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2012-05-09 12:32:04 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-09 15:15:59 -0700 |
commit | 6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68 (patch) | |
tree | 4f66686fa3df7e9a060f9a729eb17c9aba846bc0 /drivers/misc/Kconfig | |
parent | b76668ba8a7722f589af2e13a340f3629430a35a (diff) | |
download | linux-3.10-6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68.tar.gz linux-3.10-6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68.tar.bz2 linux-3.10-6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68.zip |
misc: MAX8997: Remove max8997-muic driver
This patch remove old max8997-muic drvier because of newly Extcon framework.
Extcon framework manages the external connector, so add extcon-max8997 driver
by using Extcon interface to support MUIC feature of Maxim 8997 PMIC instead
of max8997-muic driver(drivers/misc/max8997-muic.c).
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c7795096d43..5e86d8820ff 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -490,14 +490,6 @@ config USB_SWITCH_FSA9480 stereo and mono audio, video, microphone and UART data to use a common connector port. -config MAX8997_MUIC - tristate "MAX8997 MUIC Support" - depends on MFD_MAX8997 - help - If you say yes here you get support for the MUIC device of - Maxim MAX8997 PMIC. - The MAX8997 MUIC is a USB port accessory detector and switch. - source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" |