Skip to content

Commit

Permalink
[PATCH] fix SND_POWERMAC dependencies
Browse files Browse the repository at this point in the history
This beast is pmac-only; moreover, it won't build on other
subarchitectures. 

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 26, 2005
1 parent 99805f4 commit 8cf381c
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 @@ -11,7 +11,7 @@ comment "ALSA PowerMac requires INPUT"

config SND_POWERMAC
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
depends on SND && I2C && INPUT
depends on SND && I2C && INPUT && PPC_PMAC
select SND_PCM
help
Say Y here to include support for the integrated sound device.
Expand Down

0 comments on commit 8cf381c

Please sign in to comment.