Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262902AbUJ1KRm (ORCPT ); Thu, 28 Oct 2004 06:17:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262891AbUJ1KPi (ORCPT ); Thu, 28 Oct 2004 06:15:38 -0400 Received: from sd291.sivit.org ([194.146.225.122]:44182 "EHLO sd291.sivit.org") by vger.kernel.org with ESMTP id S262882AbUJ1KHZ (ORCPT ); Thu, 28 Oct 2004 06:07:25 -0400 Date: Thu, 28 Oct 2004 12:08:51 +0200 From: Stelian Pop To: Linux Kernel Mailing List , Andrew Morton , Linus Torvalds Subject: [PATCH 5/8] sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT Message-ID: <20041028100851.GF3893@crusoe.alcove-fr> Reply-To: Stelian Pop Mail-Followup-To: Stelian Pop , Linux Kernel Mailing List , Andrew Morton , Linus Torvalds References: <20041028100525.GA3893@crusoe.alcove-fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041028100525.GA3893@crusoe.alcove-fr> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1259 Lines: 31 =================================================================== ChangeSet@1.2195, 2004-10-28 10:23:13+02:00, stelian@popies.net sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT since the latter is no more optional. Signed-off-by: Stelian Pop =================================================================== Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) =================================================================== diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig --- a/drivers/char/Kconfig 2004-10-28 11:09:18 +02:00 +++ b/drivers/char/Kconfig 2004-10-28 11:09:18 +02:00 @@ -835,7 +835,7 @@ config SONYPI tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)" - depends on EXPERIMENTAL && X86 && PCI && !64BIT + depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT ---help--- This driver enables access to the Sony Programmable I/O Control Device which can be found in many (all ?) Sony Vaio laptops. - 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/