Skip to content

Commit

Permalink
powerpc: Minor cleanup to sound/ppc/Kconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
kumargala authored and ozbenh committed Oct 27, 2009
1 parent 022382a commit f8a3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

menuconfig SND_PPC
bool "PowerPC sound devices"
depends on PPC64 || PPC32
depends on PPC
default y
help
Support for sound devices specific to PowerPC architectures.
Expand Down

0 comments on commit f8a3ae6

Please sign in to comment.