Kconfig (efccd24adae9821c908bbe2cdc7e632c91902ce3) Kconfig (1dfa91aa5ba9650acf59b6310d8e78a162d56410)
1#
2# Physical Layer USB driver configuration
3#
4menu "USB Physical Layer drivers"
5
6config USB_PHY
7 def_bool n
8
1#
2# Physical Layer USB driver configuration
3#
4menu "USB Physical Layer drivers"
5
6config USB_PHY
7 def_bool n
8
9config USB_OTG_FSM
10 tristate "USB 2.0 OTG FSM implementation"
11 depends on USB
12 select USB_OTG
13 select USB_PHY
14 help
15 Implements OTG Final State Machine as specified in On-The-Go
16 and Embedded Host Supplement to the USB Revision 2.0 Specification.
17
18#
19# USB Transceiver Drivers
20#
21config AB8500_USB
22 tristate "AB8500 USB Transceiver Driver"
23 depends on AB8500_CORE
24 select USB_PHY
25 help

--- 216 unchanged lines hidden ---
9#
10# USB Transceiver Drivers
11#
12config AB8500_USB
13 tristate "AB8500 USB Transceiver Driver"
14 depends on AB8500_CORE
15 select USB_PHY
16 help

--- 216 unchanged lines hidden ---