On Thu, Jan 30, 2014 at 06:14:11PM +0100, Thomas Petazzoni wrote:
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
arch/arm/configs/mvebu_defconfig | 5 +++++ 1 file changed, 5 insertions(+)
Please, let's also get in the habit of updating multi_v7_defconfig as well.
thx,
Jason.
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 594d706..e481f01 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -60,6 +60,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 -- 1.8.3.2