blob: 91c6570790079330c366b23603543fa8cfba33db (
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
---help---
Say Y to get the ASRC service.
endmenu
|