#
# MLB 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.

config MXC_MLB150_SYNCSOUND
	tristate "ALSA integration for audio over synchronous MLB150 channels"
	depends on MXC_MLB150
	depends on SND
	select SND_PCM
	---help---
         Say Y or M to get the ALSA support for MLB150.

endmenu
