summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio/Kconfig
diff options
context:
space:
mode:
authorMichael Zoran2017-02-28 00:35:12 +0100
committerGreg Kroah-Hartman2017-03-06 09:17:06 +0100
commit051420a997a58fcf87fd71650ffe2e4d89f6757e (patch)
treec4a1aeff047d5d06eb88df8876eb711f943a346f /drivers/staging/vc04_services/bcm2835-audio/Kconfig
parentstaging: sm750fb: Remove blank lines after { and before } braces. (diff)
downloadkernel-qcow2-linux-051420a997a58fcf87fd71650ffe2e4d89f6757e.tar.gz
kernel-qcow2-linux-051420a997a58fcf87fd71650ffe2e4d89f6757e.tar.xz
kernel-qcow2-linux-051420a997a58fcf87fd71650ffe2e4d89f6757e.zip
staging: bcm2835-audio: Move driver under vc04_services
The bcm2835-audio driver is part of v04_services, so it makes sense for it to be located under vc04_services to make configuration clearer. Signed-off-by: Michael Zoran <mzoran@crowfest.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/bcm2835-audio/Kconfig')
-rw-r--r--drivers/staging/vc04_services/bcm2835-audio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-audio/Kconfig b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
new file mode 100644
index 000000000000..32a2ff9ef9b2
--- /dev/null
+++ b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
@@ -0,0 +1,7 @@
+config SND_BCM2835
+ tristate "BCM2835 ALSA driver"
+ depends on ARCH_BCM2835 && BCM2835_VCHIQ && SND
+ select SND_PCM
+ help
+ Say Y or M if you want to support BCM2835 Alsa pcm card driver
+