summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio/Kconfig
diff options
context:
space:
mode:
authorMichael Zoran2017-03-02 04:10:48 +0100
committerGreg Kroah-Hartman2017-03-06 14:02:03 +0100
commit8400dbe9da7ad5332668c0fb05e97ecfa9f5cd4c (patch)
tree4733850ea19c1d9892fd4e762657b6187c744a88 /drivers/staging/vc04_services/bcm2835-audio/Kconfig
parentstaging: vc04_services: Create new BCM_VIDEOCORE setting for VideoCore services. (diff)
downloadkernel-qcow2-linux-8400dbe9da7ad5332668c0fb05e97ecfa9f5cd4c.tar.gz
kernel-qcow2-linux-8400dbe9da7ad5332668c0fb05e97ecfa9f5cd4c.tar.xz
kernel-qcow2-linux-8400dbe9da7ad5332668c0fb05e97ecfa9f5cd4c.zip
staging: bcm2835-audio: select BCM2835_VCHIQ rather then depending on it.
Change the audio's dependency on BCM2835_VCHIQ to a select since audio support is typically more important to people then base VCHIQ(which they may not even know what it's for). Also, with a dependency the audio support would not be visiable until VCHIQ is selected first, and that may not be what most people would expect. 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/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-audio/Kconfig b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
index b2e6d90ef1cb..9f536533c257 100644
--- a/drivers/staging/vc04_services/bcm2835-audio/Kconfig
+++ b/drivers/staging/vc04_services/bcm2835-audio/Kconfig
@@ -1,7 +1,8 @@
config SND_BCM2835
tristate "BCM2835 Audio"
- depends on ARCH_BCM2835 && BCM2835_VCHIQ && SND
+ depends on ARCH_BCM2835 && SND
select SND_PCM
+ select BCM2835_VCHIQ
help
Say Y or M if you want to support BCM2835 built in audio