diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-03 17:50:24 -0800 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-05 14:47:56 +0900 |
commit | ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2 (patch) | |
tree | e46bdbd99eb95f7dca194e1dc3d2e388b2df0a93 | |
parent | 2315f9fce4da7df9362e4baeb5250d14ea48bf63 (diff) | |
download | linux-ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2.tar.gz linux-ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2.tar.bz2 linux-ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2.zip |
ARM: shmobile: multiplatform: add AK4642 support on defconfig
AK4642 is well used audio codec on Renesas reference board
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 8a39a46ba363..cc67508a439a 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -126,6 +126,7 @@ CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_SH4_FSI=y CONFIG_SND_SOC_RCAR=y +CONFIG_SND_SOC_AK4642=y CONFIG_SND_SOC_WM8978=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |