diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-23 01:24:25 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-22 17:48:56 -0700 |
commit | 55ae922323c90fdcb733c13ccf0da2ee72763913 (patch) | |
tree | 86fbf40a8bf2678f5cdd254b70021032b20e851c /sound/aoa | |
parent | 634965f5cfda1763f51e7916cfa49265b70e2a8d (diff) |
[PATCH] aoa is pmac-only
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/aoa')
-rw-r--r-- | sound/aoa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index 2f4334d19ccd..5d5813cec4c8 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig @@ -1,5 +1,5 @@ menu "Apple Onboard Audio driver" - depends on SND!=n && PPC + depends on SND!=n && PPC_PMAC config SND_AOA tristate "Apple Onboard Audio driver" |