Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Minor cleanup to sound/ppc/Kconfig

We can replace PPC32 || PPC64 as a dependancy with just PPC as all
powerpc platforms (32-bit and 64-bit) define PPC now.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

authored by

Kumar Gala and committed by
Benjamin Herrenschmidt
f8a3ae6c 022382a5

+1 -1
+1 -1
sound/ppc/Kconfig
··· 2 2 3 3 menuconfig SND_PPC 4 4 bool "PowerPC sound devices" 5 - depends on PPC64 || PPC32 5 + depends on PPC 6 6 default y 7 7 help 8 8 Support for sound devices specific to PowerPC architectures.