diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-28 21:33:17 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-29 22:17:26 +0800 |
commit | b2ab6f6cc3b1da42acf30e03ce2a4dad3f627272 (patch) | |
tree | 38b9cd063d09c0e2c27d6622fd7397b3c5480009 /arch/arm/configs | |
parent | 1ae64a5170437c57da5fb6d98f5834b960ea0c0e (diff) |
ARM: imx_v6_v7_defconfig: Select the wm8960 codec driver
Select CONFIG_SND_SOC_WM8960 so that we can have audio functional
by default on imx6ul-evk and imx7-sdb boards.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 6302dbc3b45b..8ec4dbbb50b0 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -262,6 +262,7 @@ CONFIG_SND_SOC_IMX_MC13783=y CONFIG_SND_SOC_FSL_ASOC_CARD=y CONFIG_SND_SOC_CS42XX8_I2C=y CONFIG_SND_SOC_TLV320AIC3X=y +CONFIG_SND_SOC_WM8960=y CONFIG_SND_SIMPLE_CARD=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |