sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f

Its config dependencies are now X86_32 || MIPS || COMPILE_TEST.
On MIPS, only Loongson 2F platforms use the CS5536 chip.

svn path=/dists/trunk/linux/; revision=21774
This commit is contained in:
Ben Hutchings 2014-09-07 19:04:02 +00:00
parent efd5c33160
commit 84a0830f61
4 changed files with 7 additions and 1 deletions

1
debian/changelog vendored
View File

@ -28,6 +28,7 @@ linux (3.16.2-1) UNRELEASED; urgency=medium
* [m68k] Enable CGROUPS, required by systemd
* [armhf] Re-enable SPI_IMX as module
* [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
* sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
[ Vagrant Cascadian ]
* [armmp] Enable IMX_IPUV3_CORE (closes: #756810).

View File

@ -5858,7 +5858,6 @@ CONFIG_SND_ALS300=m
CONFIG_SND_ASIHPI=m
# CONFIG_SND_AW2 is not set
CONFIG_SND_OXYGEN=m
CONFIG_SND_CS5535AUDIO=m
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m

View File

@ -127,3 +127,8 @@ CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
##
## file: sound/pci/Kconfig
##
CONFIG_SND_CS5535AUDIO=m

View File

@ -556,4 +556,5 @@ CONFIG_SND_MSND_CLASSIC=m
##
CONFIG_SND_SIS7019=m
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m