a501aaf1bcfd38569a1e2ecd343c8303f9c65c4c
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0435-Revert-staging-bcm2835-audio-Enable-compile-test.patch
1 From 12c14e45b31f60c1fd591d4aebbfcd7c2b730e67 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 435/725] 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