]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/bus/Kconfig
Merge branch 'slab/next' into slab/for-linus
[mirror_ubuntu-bionic-kernel.git] / drivers / bus / Kconfig
CommitLineData
26a84b3e
KVA
1#
2# Bus Devices
3#
4
5menu "Bus devices"
6
7config OMAP_OCP2SCP
8 tristate "OMAP OCP2SCP DRIVER"
770b6cb4 9 depends on ARCH_OMAP2PLUS
26a84b3e
KVA
10 help
11 Driver to enable ocp2scp module which transforms ocp interface
12 protocol to scp protocol. In OMAP4, USB PHY is connected via
13 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
14 OCP2SCP.
15
0ee7261c
SS
16config OMAP_INTERCONNECT
17 tristate "OMAP INTERCONNECT DRIVER"
18 depends on ARCH_OMAP2PLUS
19
20 help
21 Driver to enable OMAP interconnect error handling driver.
26a84b3e 22endmenu