| Submitter | Kumar Gala |
|---|---|
| Date | Oct. 16, 2009, 5:21 p.m. |
| Message ID | <1255713699-21852-5-git-send-email-galak@kernel.crashing.org> |
| Download | mbox | patch |
| Permalink | /patch/36258/ |
| State | Accepted |
| Commit | f8a3ae6c84e60a3f35f573ea592b8fe00dd367ab |
| Headers | show |
Comments
Patch
diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index bd2338a..0519c60 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -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.
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> --- sound/ppc/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)