diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-10-18 12:39:16 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-10-18 17:42:06 +0300 |
commit | ecaf33bc037a89c10491d5fadb86aeb1bddfa826 (patch) | |
tree | fff5f3b5df56146ce77fa3122b2997a75e6dcaea /arch/arm/configs | |
parent | 5cb7b365d3634e1432deeae9e7ed53d87a8eb995 (diff) | |
download | linux-ecaf33bc037a89c10491d5fadb86aeb1bddfa826.tar.xz |
ARM: multi_v7_defconfig: Enable STi and simple-card drivers.
This patch enables the STi ALSA drivers found on STi platforms
as well as the simple-card driver which is a dependency to have
working sound.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Cc: arnaud.pouliquen@st.com
Cc: broonie@kernel.org
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ce9ab5a4ec6d..a977e57886e3 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -649,6 +649,9 @@ CONFIG_SND_SOC_AK4642=m CONFIG_SND_SOC_SGTL5000=m CONFIG_SND_SOC_SPDIF=m CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_STI=m +CONFIG_SND_SOC_STI_SAS=m +CONFIG_SND_SIMPLE_CARD=m CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y |