diff options
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig new file mode 100644 index 000000000000..bbec35d21fe5 --- /dev/null +++ b/drivers/bus/Kconfig | |||
@@ -0,0 +1,21 @@ | |||
1 | # | ||
2 | # Bus Devices | ||
3 | # | ||
4 | |||
5 | menu "Bus devices" | ||
6 | |||
7 | config OMAP_OCP2SCP | ||
8 | tristate "OMAP OCP2SCP DRIVER" | ||
9 | help | ||
10 | Driver to enable ocp2scp module which transforms ocp interface | ||
11 | protocol to scp protocol. In OMAP4, USB PHY is connected via | ||
12 | OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via | ||
13 | OCP2SCP. | ||
14 | |||
15 | config OMAP_INTERCONNECT | ||
16 | tristate "OMAP INTERCONNECT DRIVER" | ||
17 | depends on ARCH_OMAP2PLUS | ||
18 | |||
19 | help | ||
20 | Driver to enable OMAP interconnect error handling driver. | ||
21 | endmenu | ||