Commit 279053ca authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] ppc32: snd-powermac requires i2c

The alsa driver for powermacs requires i2c support.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 69b7065d
......@@ -3,9 +3,12 @@
menu "ALSA PowerMac devices"
depends on SND!=n && PPC
comment "ALSA PowerMac requires I2C"
depends on SND && I2C=n
config SND_POWERMAC
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
depends on SND
depends on SND && I2C
select SND_PCM
endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment