mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
16 lines
316 B
Text
16 lines
316 B
Text
|
#
|
||
|
# Bus Devices
|
||
|
#
|
||
|
|
||
|
menu "Bus devices"
|
||
|
|
||
|
config OMAP_OCP2SCP
|
||
|
tristate "OMAP OCP2SCP DRIVER"
|
||
|
help
|
||
|
Driver to enable ocp2scp module which transforms ocp interface
|
||
|
protocol to scp protocol. In OMAP4, USB PHY is connected via
|
||
|
OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
|
||
|
OCP2SCP.
|
||
|
|
||
|
endmenu
|