]> git.baikalelectronics.ru Git - kernel.git/commit
staging: bcm2835-audio: select BCM2835_VCHIQ rather then depending on it.
authorMichael Zoran <mzoran@crowfest.net>
Thu, 2 Mar 2017 03:10:48 +0000 (19:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 13:02:03 +0000 (14:02 +0100)
commit833400f8501794094f8a20b38127d2f550e03b9d
tree4733850ea19c1d9892fd4e762657b6187c744a88
parent6e808dfe3c6c5b006c1bb757dbf1ed87242f10df
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>
drivers/staging/vc04_services/bcm2835-audio/Kconfig