There is no platform dependence of SND_CS5535AUDIO before 2.6.31, Not sure who have touched this part, but SND_CS5535AUDIO is at least available on Loongson family machines, so, Remove the platform dependence directly. Reported-by: rixed@xxxxxxxxxxxxxxx Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> --- sound/pci/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index fb5ee3c..75c602b 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -259,7 +259,6 @@ config SND_CS5530 config SND_CS5535AUDIO tristate "CS5535/CS5536 Audio" - depends on X86 && !X86_64 select SND_PCM select SND_AC97_CODEC help -- 1.6.2.1