From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264267AbUBKLyR (ORCPT ); Wed, 11 Feb 2004 06:54:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264288AbUBKLyL (ORCPT ); Wed, 11 Feb 2004 06:54:11 -0500 Received: from ns.suse.de ([195.135.220.2]:53196 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S264267AbUBKLxL (ORCPT ); Wed, 11 Feb 2004 06:53:11 -0500 Date: Wed, 11 Feb 2004 12:48:40 +0100 Message-ID: From: Takashi Iwai To: Peter Lieverdink Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.2 PPC ALSA snd-powermac In-Reply-To: <1076483508.13791.6.camel@kahlua> References: <1076483508.13791.6.camel@kahlua> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 13) (Rational FORTRAN) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Wed_Feb_11_12:48:40_2004-1" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --Multipart_Wed_Feb_11_12:48:40_2004-1 Content-Type: text/plain; charset=US-ASCII At Wed, 11 Feb 2004 18:11:48 +1100, Peter Lieverdink wrote: > > [1 ] > 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 ALSA Developer - www.alsa-project.org --Multipart_Wed_Feb_11_12:48:40_2004-1 Content-Type: text/plain; charset=US-ASCII --- 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 --Multipart_Wed_Feb_11_12:48:40_2004-1--