diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-01-13 18:25:50 -0800 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-06 16:12:45 +0900 |
commit | d58922ce8cadba7e758608fef9438bc183b46b0f (patch) | |
tree | fee3c000f46fa77dd9853ef46133d6beb5fe5f13 /arch/arm/mach-shmobile/Kconfig | |
parent | 36be7686caa05334ca8d52df157b373a41d8d9f1 (diff) | |
download | blackbird-op-linux-d58922ce8cadba7e758608fef9438bc183b46b0f.tar.gz blackbird-op-linux-d58922ce8cadba7e758608fef9438bc183b46b0f.zip |
ARM: shmobile: lager: add sound support
This patch adds sound support for Lager board.
But, it is using PIO transfer at this point.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms+renesas@verge.net.au: resolved conflicts]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 7e3f42bfaf6b..bcbd74c564a1 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -272,6 +272,7 @@ config MACH_LAGER depends on ARCH_R8A7790 select USE_OF select MICREL_PHY if SH_ETH + select SND_SOC_AK4642 if SND_SIMPLE_CARD config MACH_KOELSCH bool "Koelsch board" |