Revert "staging: bcm2835-audio: Enable compile test"
authorpopcornmix <popcornmix@gmail.com>
Mon, 29 Apr 2019 18:16:15 +0000 (19:16 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:28 +0000 (00:08 +0100)
commit 4eae66777a262ac9707980ea0cfe902afadfb577 upstream.

This reverts commit 02d205a57c4c943fc2a5b1ac7c912ce01944f700.

drivers/staging/vc04_services/bcm2835-audio/Kconfig

index 62c1c8b..9f53653 100644 (file)
@@ -1,6 +1,6 @@
 config SND_BCM2835
         tristate "BCM2835 Audio"
-        depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
+        depends on ARCH_BCM2835 && SND
         select SND_PCM
         select BCM2835_VCHIQ
         help