diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-12 12:21:02 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-16 21:44:36 -0500 |
commit | aa75fe820d269cc9e3eefeaba52f780b3593afda (patch) | |
tree | 2caf654a1ea6de334e1900cae8dfb276dfbb572f | |
parent | 7fc2def52fbf6cdfebf48c51ce8ec61202a1d4b9 (diff) |
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>
-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 | |||
62 | CONFIG_GPIO_SYSFS=y | 62 | CONFIG_GPIO_SYSFS=y |
63 | CONFIG_THERMAL=y | 63 | CONFIG_THERMAL=y |
64 | CONFIG_ARMADA_THERMAL=y | 64 | CONFIG_ARMADA_THERMAL=y |
65 | CONFIG_SOUND=y | ||
66 | CONFIG_SND=y | ||
67 | CONFIG_SND_SOC=y | ||
68 | CONFIG_SND_KIRKWOOD_SOC=y | ||
69 | CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB=y | ||
65 | CONFIG_USB_SUPPORT=y | 70 | CONFIG_USB_SUPPORT=y |
66 | CONFIG_USB=y | 71 | CONFIG_USB=y |
67 | CONFIG_USB_EHCI_HCD=y | 72 | CONFIG_USB_EHCI_HCD=y |