diff options
author | Donggeun Kim <dg77.kim@samsung.com> | 2011-11-24 04:12:18 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-08 18:37:32 -0500 |
commit | 99f09bebbe4e9e008a4e0555340494840c6bd644 (patch) | |
tree | 6e7bf515c045d46b7640620fb1e1253d40463ef9 /drivers/misc/Kconfig | |
parent | 2439d9714e8f4f106c8965e093f9892cfb347d76 (diff) |
misc: Add driver support for MAX8997 MUIC
The MUIC function in MAX8997 device can be used as
a USB port detector and switch.
This patch supports the MUIC feature of MAX8997.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 5664696f2d3a..6a1a092db146 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -500,6 +500,14 @@ config USB_SWITCH_FSA9480 | |||
500 | stereo and mono audio, video, microphone and UART data to use | 500 | stereo and mono audio, video, microphone and UART data to use |
501 | a common connector port. | 501 | a common connector port. |
502 | 502 | ||
503 | config MAX8997_MUIC | ||
504 | tristate "MAX8997 MUIC Support" | ||
505 | depends on MFD_MAX8997 | ||
506 | help | ||
507 | If you say yes here you get support for the MUIC device of | ||
508 | Maxim MAX8997 PMIC. | ||
509 | The MAX8997 MUIC is a USB port accessory detector and switch. | ||
510 | |||
503 | source "drivers/misc/c2port/Kconfig" | 511 | source "drivers/misc/c2port/Kconfig" |
504 | source "drivers/misc/eeprom/Kconfig" | 512 | source "drivers/misc/eeprom/Kconfig" |
505 | source "drivers/misc/cb710/Kconfig" | 513 | source "drivers/misc/cb710/Kconfig" |