summaryrefslogtreecommitdiff
path: root/drivers/mxc/mlb/Kconfig
blob: 727451c1720c3099478c1bb8d1b01bb1c96de042 (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
#
# MLB configuration
#

menu "MXC Media Local Bus Driver"

config MXC_MLB
	boolean

config MXC_MLB50
	tristate "MLB support"
	depends on ARCH_MX35 || ARCH_MX53
	select MXC_MLB
	---help---
         Say Y to get the MLB support.

config MXC_MLB150
	tristate "MLB150 support"
	depends on ARCH_MX6Q
	select MXC_MLB
	---help---
	Say Y to get the MLB150 support.

endmenu