9845e08eec41246be4fe09f1dd920c19c4b3e183
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0432-Revert-staging-bcm2835-audio-Enable-compile-test.patch
1 From 19476a529b9a4ae9a3d0c4107c5054cb7c2c0941 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Mon, 29 Apr 2019 19:16:15 +0100
4 Subject: [PATCH 432/782] Revert "staging: bcm2835-audio: Enable compile test"
5
6 commit 4eae66777a262ac9707980ea0cfe902afadfb577 upstream.
7
8 This reverts commit 02d205a57c4c943fc2a5b1ac7c912ce01944f700.
9 ---
10 drivers/staging/vc04_services/bcm2835-audio/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/staging/vc04_services/bcm2835-audio/Kconfig
14 +++ b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
15 @@ -1,6 +1,6 @@
16 config SND_BCM2835
17 tristate "BCM2835 Audio"
18 - depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
19 + depends on ARCH_BCM2835 && SND
20 select SND_PCM
21 select BCM2835_VCHIQ
22 help