diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-12 18:21:02 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-17 02:44:36 +0000 |
commit | aa75fe820d269cc9e3eefeaba52f780b3593afda (patch) | |
tree | 2caf654a1ea6de334e1900cae8dfb276dfbb572f /arch/arm/configs | |
parent | 7fc2def52fbf6cdfebf48c51ce8ec61202a1d4b9 (diff) | |
download | linux-stable-aa75fe820d269cc9e3eefeaba52f780b3593afda.tar.gz linux-stable-aa75fe820d269cc9e3eefeaba52f780b3593afda.tar.bz2 linux-stable-aa75fe820d269cc9e3eefeaba52f780b3593afda.zip |
ARM: mvebu: enable audio options in mvebu_defconfig
Since at least the Armada 370 SoC has audio support, it makes sense to
enable the corresponding kernel configuration options in
mvebu_defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 0f4511d2849f..5c58559d7a0c 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -62,6 +62,11 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y CONFIG_THERMAL=y CONFIG_ARMADA_THERMAL=y +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_SOC=y +CONFIG_SND_KIRKWOOD_SOC=y +CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB=y CONFIG_USB_SUPPORT=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |