aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/Kconfig
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-12-07 09:00:09 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-10 17:27:33 -0500
commit969152341e852ae7a5e1b11c33ef6244f3cb3579 (patch)
tree8018fcadcdf682ec5caa49a1319eb68d81093197 /drivers/usb/otg/Kconfig
parent2d0cdcc5a0e4e5e467fc4be4d00cc6c531c80b64 (diff)
usb: add ab8500 usb transceiver driver
Basic driver for ab8500 usb otg transceiver TODO: -Regulators support -Host and OTG testing -Interface with PRCMU -Charging support Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r--drivers/usb/otg/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
index 2810c2af71b0..6491717a636a 100644
--- a/drivers/usb/otg/Kconfig
+++ b/drivers/usb/otg/Kconfig
@@ -92,4 +92,13 @@ config USB_MSM_OTG_72K
92 This driver is required even for peripheral only or host only 92 This driver is required even for peripheral only or host only
93 mode configurations. 93 mode configurations.
94 94
95config AB8500_USB
96 tristate "AB8500 USB Transceiver Driver"
97 depends on AB8500_CORE
98 select USB_OTG_UTILS
99 help
100 Enable this to support the USB OTG transceiver in AB8500 chip.
101 This transceiver supports high and full speed devices plus,
102 in host mode, low speed.
103
95endif # USB || OTG 104endif # USB || OTG