staging: bcm2835-audio: Enable compile test
Enable the compilation test for bcm2835-audio to gain more build coverage. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
25c7597af2
Коммит
736b0ec486
|
@ -1,6 +1,6 @@
|
|||
config SND_BCM2835
|
||||
tristate "BCM2835 Audio"
|
||||
depends on ARCH_BCM2835 && SND
|
||||
depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
|
||||
select SND_PCM
|
||||
select BCM2835_VCHIQ
|
||||
help
|
||||
|
|
Загрузка…
Ссылка в новой задаче