blob: 017042126f8da464e47ac9b45d13fe91663b0926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# ASRC configuration
#
menu "MXC Asynchronous Sample Rate Converter support"
config MXC_ASRC
tristate "ASRC support"
depends on ARCH_MX35 || ARCH_MX53 || ARCH_MX6
---help---
Say Y to get the ASRC service.
endmenu
|