diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-02 11:40:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-02 11:40:59 +0100 |
commit | 37d244c507c55d4ead24c70044a2b1d85ff60e58 (patch) | |
tree | f18bf645998380b099e66fae1f8102fe0dc1cbe2 /target/linux | |
parent | d06f6986779f3e8c46762d8e26b704264ecfb66f (diff) |
update serial speed for rpi, update symbol name renaming of rpi-proto
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.audio | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio index e367d9115..179e26fd7 100644 --- a/target/linux/config/Config.in.audio +++ b/target/linux/config/Config.in.audio @@ -201,12 +201,12 @@ config ADK_KERNEL_SND_BCM2708_SOC_IQAUDIO_DAC select ADK_KERNEL_SND_SOC_PCM512x_I2C depends on ADK_TARGET_SYSTEM_RASPBERRY_PI -config ADK_KERNEL_SND_BCM2708_SOC_RPI_CODEC_PROTO - tristate "Rpi-Codec-Proto" +config ADK_KERNEL_SND_BCM2708_SOC_RPI_PROTO + tristate "Rpi-Proto" select ADK_KERNEL_SND_BCM2708_SOC_I2S select ADK_KERNEL_SND_SOC_WM8731 depends on ADK_TARGET_SYSTEM_RASPBERRY_PI - depends on ADK_KERNEL_VERSION_3_12 + depends on ADK_KERNEL_VERSION_3_18 config ADK_KERNEL_SND_IMX_SOC bool "Solidrun SoC sound chip" |