aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mxc/mlb/Kconfig
blob: 667226e1492fdb91c749983f5399568f49b36037 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# MLB150 configuration
#

menu "MXC Media Local Bus Driver"

config MXC_MLB
	boolean

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

endmenu