projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022382a
)
powerpc: Minor cleanup to sound/ppc/Kconfig
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 16 Oct 2009 07:21:38 +0000
(07:21 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 27 Oct 2009 05:42:42 +0000
(16:42 +1100)
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>
sound/ppc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/ppc/Kconfig
b/sound/ppc/Kconfig
index bd2338ab2ced8033801bab8700178046db4eab36..0519c60f5be187760abc96ea5590c826a9315af8 100644
(file)
--- a/
sound/ppc/Kconfig
+++ b/
sound/ppc/Kconfig
@@
-2,7
+2,7
@@
menuconfig SND_PPC
bool "PowerPC sound devices"
- depends on PPC
64 || PPC32
+ depends on PPC
default y
help
Support for sound devices specific to PowerPC architectures.