mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
022382a561
commit
f8a3ae6c84
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
menuconfig SND_PPC
|
menuconfig SND_PPC
|
||||||
bool "PowerPC sound devices"
|
bool "PowerPC sound devices"
|
||||||
depends on PPC64 || PPC32
|
depends on PPC
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Support for sound devices specific to PowerPC architectures.
|
Support for sound devices specific to PowerPC architectures.
|
||||||
|
|
Loading…
Reference in a new issue