diff options
author | Biju Das <biju.das@bp.renesas.com> | 2017-12-12 13:25:07 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-12-18 06:05:08 -0500 |
commit | 66d7b080aade3be61f7b41de800215c85a8d3593 (patch) | |
tree | 021233d96d9df541a824828776b931345dcf4d55 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
ARM: shmobile: defconfig: Enable SGTL5000 audio codec
The iWave RZ/G1M Q7 carrier board supports I2S audio codec "SGTL5000".
To increase hardware support enable the driver in the shmobile_defconfig
multiplatform configuration.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.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 7b4fc0143148..d60dbe1f108f 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -173,6 +173,7 @@ CONFIG_SND_SOC=y | |||
173 | CONFIG_SND_SOC_SH4_FSI=y | 173 | CONFIG_SND_SOC_SH4_FSI=y |
174 | CONFIG_SND_SOC_RCAR=y | 174 | CONFIG_SND_SOC_RCAR=y |
175 | CONFIG_SND_SOC_AK4642=y | 175 | CONFIG_SND_SOC_AK4642=y |
176 | CONFIG_SND_SOC_SGTL5000=y | ||
176 | CONFIG_SND_SOC_WM8978=y | 177 | CONFIG_SND_SOC_WM8978=y |
177 | CONFIG_SND_SIMPLE_SCU_CARD=y | 178 | CONFIG_SND_SIMPLE_SCU_CARD=y |
178 | CONFIG_USB=y | 179 | CONFIG_USB=y |