Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932324Ab3FRPAr (ORCPT ); Tue, 18 Jun 2013 11:00:47 -0400 Received: from merlin.infradead.org ([205.233.59.134]:46793 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932168Ab3FRPAp (ORCPT ); Tue, 18 Jun 2013 11:00:45 -0400 Message-ID: <51C07608.2070406@infradead.org> Date: Tue, 18 Jun 2013 08:00:24 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Ben Hutchings CC: Xiong Zhou , matthew.garrett@nebula.com, platform-driver-x86@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell , jim.epost@gmail.com Subject: Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig References: <1371560680.3495.121.camel@deadeye.wl.decadent.org.uk> In-Reply-To: <1371560680.3495.121.camel@deadeye.wl.decadent.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1638 Lines: 50 On 06/18/13 06:04, Ben Hutchings wrote: > On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: >> From: Xiong Zhou >> >> Fix randconfig build failure for Amilo x86 platform driver. >> AMILO_RFKILL requires SERIO_I8042 being available. >> >> amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' >> amilo-rfkill.c:(.text+0x108b69): undefined reference to `i8042_command' >> amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip' >> >> Reported-by: Jim Davis >> Signed-off-by: Xiong Zhou > > Acked-by: Ben Hutchings > > But I thought somehow sent this same fix a while back... Yes, I reported it and sent a patch for it that you acked... I guess my patch was never picked up. > > Ben. > >> --- >> drivers/platform/x86/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig >> index 8577261..37645b9 100644 >> --- a/drivers/platform/x86/Kconfig >> +++ b/drivers/platform/x86/Kconfig >> @@ -176,6 +176,7 @@ config FUJITSU_TABLET >> config AMILO_RFKILL >> tristate "Fujitsu-Siemens Amilo rfkill support" >> depends on RFKILL >> + depends on SERIO_I8042 >> ---help--- >> This is a driver for enabling wifi on some Fujitsu-Siemens Amilo >> laptops. > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/