diff options
author | Donggeun Kim <dg77.kim@samsung.com> | 2011-07-25 20:13:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-25 23:57:14 -0400 |
commit | a1bb73d76bc814e9385390e6aa9880d884322e2e (patch) | |
tree | bb65763729c21cd78ad8f3b208b2929803d88e1c /drivers/misc/Kconfig | |
parent | 703f03c896fdbd726b809066ae279df513992f0e (diff) |
drivers/misc: add support the FSA9480 USB Switch
The FSA9480 is a USB port accessory detector and switch. This patch adds
support the FSA9480 USB Switch.
[akpm@linux-foundation.org: make a couple of things static]
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 3546474428f8..0a4d86c6c4a4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -489,6 +489,15 @@ config PCH_PHUB | |||
489 | To compile this driver as a module, choose M here: the module will | 489 | To compile this driver as a module, choose M here: the module will |
490 | be called pch_phub. | 490 | be called pch_phub. |
491 | 491 | ||
492 | config USB_SWITCH_FSA9480 | ||
493 | tristate "FSA9480 USB Switch" | ||
494 | depends on I2C | ||
495 | help | ||
496 | The FSA9480 is a USB port accessory detector and switch. | ||
497 | The FSA9480 is fully controlled using I2C and enables USB data, | ||
498 | stereo and mono audio, video, microphone and UART data to use | ||
499 | a common connector port. | ||
500 | |||
492 | source "drivers/misc/c2port/Kconfig" | 501 | source "drivers/misc/c2port/Kconfig" |
493 | source "drivers/misc/eeprom/Kconfig" | 502 | source "drivers/misc/eeprom/Kconfig" |
494 | source "drivers/misc/cb710/Kconfig" | 503 | source "drivers/misc/cb710/Kconfig" |