Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753116AbZIYWTs (ORCPT ); Fri, 25 Sep 2009 18:19:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753016AbZIYWTr (ORCPT ); Fri, 25 Sep 2009 18:19:47 -0400 Received: from rcsinet12.oracle.com ([148.87.113.124]:51416 "EHLO rgminet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753042AbZIYWTr (ORCPT ); Fri, 25 Sep 2009 18:19:47 -0400 Message-ID: <4ABD4219.5000608@oracle.com> Date: Fri, 25 Sep 2009 15:20:09 -0700 From: Randy Dunlap User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Stephen Rothwell CC: linux-next@vger.kernel.org, LKML , Dmitry Torokhov , akpm Subject: [PATCH -next] input: serio_libps2 depends on serio_i8042 References: <20090925133830.1ba29584.sfr@canb.auug.org.au> In-Reply-To: <20090925133830.1ba29584.sfr@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: abhmt004.oracle.com [141.146.116.13] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4ABD41D9.0135:SCFSTAT5015188,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 30 From: Randy Dunlap SERIO_LIBPS2 code uses SERIO_I8042 code, so the former needs to depend on the latter. (.text+0x1f33ca): undefined reference to `i8042_check_port_owner' (.text+0x1f33de): undefined reference to `i8042_unlock_chip' (.text+0x1f3435): undefined reference to `i8042_check_port_owner' (.text+0x1f3449): undefined reference to `i8042_lock_chip Signed-off-by: Randy Dunlap --- drivers/input/serio/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20090925.orig/drivers/input/serio/Kconfig +++ linux-next-20090925/drivers/input/serio/Kconfig @@ -168,6 +168,7 @@ config SERIO_MACEPS2 config SERIO_LIBPS2 tristate "PS/2 driver library" if EMBEDDED + depends on SERIO_I8042 help Say Y here if you are using a driver for device connected to a PS/2 port, such as PS/2 mouse or standard AT keyboard. -- 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/