diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-26 07:43:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-26 07:43:40 -0700 |
commit | 8cf381ca3c4a2410cea9615e205bc41bd4275e1e (patch) | |
tree | 0217478cfb220e5598fdf91f1447273f3a85001b /sound/ppc | |
parent | 99805f47dd0ede2e96f2c62c588a0d906811ed6d (diff) | |
download | linux-3.10-8cf381ca3c4a2410cea9615e205bc41bd4275e1e.tar.gz linux-3.10-8cf381ca3c4a2410cea9615e205bc41bd4275e1e.tar.bz2 linux-3.10-8cf381ca3c4a2410cea9615e205bc41bd4275e1e.zip |
[PATCH] fix SND_POWERMAC dependencies
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>
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index b0a9ebf8bf3..75213bf4d56 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -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. |