Re: 2.6.2 PPC ALSA snd-powermac

From: Takashi Iwai
Date: Wed Feb 11 2004 - 06:57:06 EST


At Wed, 11 Feb 2004 18:11:48 +1100,
Peter Lieverdink wrote:
>
> [1 <text/plain (quoted-printable)>]
> Is it just me or does 'make menuconfig' in kernel 2.6.2 on ppc not give
> me an option to enable i2c? It's supposed to be in Character Devices,
> no? The ALSA snd-powermac module needs i2c and upon a 'modprobe
> snd-powermac' spews forth:

does the attached patch work?


--
Takashi Iwai <tiwai@xxxxxxx> ALSA Developer - www.alsa-project.org
--- linux/sound/ppc/Kconfig 4 Nov 2002 08:43:16 -0000 1.1
+++ linux/sound/ppc/Kconfig 11 Feb 2004 11:43:56 -0000
@@ -5,7 +5,9 @@

config SND_POWERMAC
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
- depends on SND
+ depends on SND && PPC_PMAC
+ select I2C
+ select I2C_KEYWEST

endmenu