ixp4xx: remove linux 3.10 support
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-3.10 / 0159-BCM2708-Added-HiFiBerry-Digi-configuration-option.patch
1 From bd863949a53390a5b95380a68aac3f035635eb47 Mon Sep 17 00:00:00 2001
2 From: Daniel Matuschek <info@crazy-audio.com>
3 Date: Thu, 16 Jan 2014 07:27:28 +0100
4 Subject: [PATCH 159/196] BCM2708: Added HiFiBerry Digi configuration option It
5 will be compiled as a module by default. This also includes the WM8804
6 driver.
7
8 Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
9 ---
10 arch/arm/configs/bcmrpi_defconfig | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
14 index fb23712..6f21b7c 100644
15 --- a/arch/arm/configs/bcmrpi_defconfig
16 +++ b/arch/arm/configs/bcmrpi_defconfig
17 @@ -737,8 +737,10 @@ CONFIG_SND_USB_CAIAQ=m
18 CONFIG_SND_USB_CAIAQ_INPUT=y
19 CONFIG_SND_USB_6FIRE=m
20 CONFIG_SND_SOC=m
21 +CONFIG_SND_SOC_WM8804=m
22 CONFIG_SND_BCM2708_SOC_I2S=m
23 CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC=m
24 +CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
25 CONFIG_SND_BCM2708_SOC_RPI_DAC=m
26 CONFIG_SOUND_PRIME=m
27 CONFIG_HIDRAW=y
28 --
29 1.9.1
30