summaryrefslogtreecommitdiffstats
path: root/drivers/bus/Kconfig
blob: 219982d878a8b164a09b1ab0556c0c217c0e070e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
menu "Bus devices"

config BUS_OMAP_GPMC
	depends on ARCH_OMAP
	depends on OFDEVICE
	depends on OMAP_GPMC
	bool "TI OMAP/AM33xx GPMC support"

config TI_SYSC
	depends on ARCH_OMAP
	bool "TI sysc interconnect target module driver"
	default y
	help
	  Generic driver for Texas Instruments interconnect target module
	  found on many TI SoCs.

config IMX_WEIM
	depends on ARCH_IMX
	bool "i.MX WEIM driver"

config MVEBU_MBUS
	bool
	depends on ARCH_MVEBU
	help
	  Driver needed for the MBus configuration on Marvell EBU SoCs
	  (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).

endmenu