From patchwork Thu Sep 5 17:39:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2854193 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DE7D59F3DC for ; Thu, 5 Sep 2013 17:41:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A486920411 for ; Thu, 5 Sep 2013 17:41:25 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A4E5C203EA for ; Thu, 5 Sep 2013 17:41:24 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdXa-00058z-Ja; Thu, 05 Sep 2013 17:40:23 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdXG-00006v-Mc; Thu, 05 Sep 2013 17:40:02 +0000 Received: from mail-ea0-f174.google.com ([209.85.215.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdXD-0008W8-Qm for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2013 17:40:00 +0000 Received: by mail-ea0-f174.google.com with SMTP id z15so1067959ead.33 for ; Thu, 05 Sep 2013 10:39:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=QUXXwCUG25pQSR1aHqq4sIEk1rYiw1Xjq8N5gQkjbzk=; b=kugWZBdaBXqIm/kyPo65vIBIvm/lZ6hnvngtgsUk6oE+lYe7HRMSPlFkKAPaXiAbi4 4TPRtbFaIqpYohAj3dZVZuyebNW8Z/nkBkow4eM8KCFX6RlPsH9dtd8xB/FDgF3P0g3b Z54ijyyzlL/YpdyhngHCnAUsHauKoKkPdKqp/fZkBv6+oo1iwAOsXbHIf+NVO42Nai5m /EPtoXn0nWskTJW7xUnH9Xv2M4tjuwf+c2t8id3SlI++u0sPCGMVTn9aMOK2GXZaz3Re XeHaO+CskDVRMEqiu1JyaVThOzg4X8WeGqaDFjyF/jnEb/g2L6Y2y2zJasOE90UTjfE0 /eyA== X-Gm-Message-State: ALoCoQmgs4xQvIX9UClU4Zub7Ft3FmHGeHpciGmj+Y1H23kAzOrcIB0YqjcJsd5jzo5k6U/+WHRG X-Received: by 10.14.177.199 with SMTP id d47mr14969232eem.14.1378402777804; Thu, 05 Sep 2013 10:39:37 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id r48sm50483084eev.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 10:39:37 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Alexander Schulz Subject: [PATCH 5/6] RFC: input: i8042: drop dependency on ARCH_SHARK Date: Thu, 5 Sep 2013 19:39:30 +0200 Message-Id: <1378402770-16504-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130905_133959_965932_9E725645 X-CRM114-Status: GOOD ( 11.82 ) X-Spam-Score: -2.6 (--) Cc: Jens Axboe , Russell King , arm@kernel.org, Linus Walleij , Dmitry Torokhov , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , "David S. Miller" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Delete the configuration option for the Shark machine from the i8042 Kconfig, as the machine is deleted from the kernel. Cc: Dmitry Torokhov Signed-off-by: Linus Walleij Acked-by: Dmitry Torokhov --- NOTE: Do not apply this patch other than after removing the RFC tag. I am collecting ACKs from subsystem maintainers to take this through ARM SoC if we continue with the deletion. --- drivers/input/serio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 1e691a3..90832fa 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -21,7 +21,7 @@ if SERIO config SERIO_I8042 tristate "i8042 PC Keyboard controller" if EXPERT || !X86 default y - depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \ + depends on !PARISC && (!ARM || FOOTBRIDGE_HOST) && \ (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ !ARC help