summaryrefslogtreecommitdiff
path: root/drivers/mxc/asrc/Kconfig
blob: ddf85e633beac2cf7d54c0cb2061d7df99f9c9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# ASRC configuration
#

menu "MXC Asynchronous Sample Rate Converter support"

config MXC_ASRC
	tristate "ASRC support"
	depends on SOC_IMX35 || SOC_IMX53 || SOC_IMX6Q
	select SND_SOC_FSL_ASRC
	---help---
         Say Y to get the ASRC service.

endmenu