From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 14 Dec 2013 19:33:17 +0100 (CET) Received: from terminus.zytor.com ([198.137.202.10]:49578 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6822679Ab3LNSdOhMdSO (ORCPT ); Sat, 14 Dec 2013 19:33:14 +0100 Received: from tazenda.hos.anvin.org (c-71-202-112-181.hsd1.ca.comcast.net [71.202.112.181]) (authenticated bits=0) by mail.zytor.com (8.14.7/8.14.5) with ESMTP id rBEIWajb024393 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 14 Dec 2013 10:32:37 -0800 Message-ID: <52ACA43F.2040402@zytor.com> Date: Sat, 14 Dec 2013 10:32:31 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Mark Salter , linux-kernel@vger.kernel.org CC: Dmitry Torokhov , Richard Henderson , linux-alpha@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org, Ralf Baechle , linux-mips@linux-mips.org, Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Paul Mundt , linux-sh@vger.kernel.org, "David S. Miller" , sparclinux@vger.kernel.org, Guan Xuetao , Ingo Molnar , Thomas Gleixner , x86@kernel.org Subject: Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies References: <1387040376-26906-1-git-send-email-msalter@redhat.com> <1387040376-26906-11-git-send-email-msalter@redhat.com> In-Reply-To: <1387040376-26906-11-git-send-email-msalter@redhat.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 38702 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: hpa@zytor.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 12/14/2013 08:59 AM, Mark Salter wrote: > Remove messy dependencies from SERIO_I8042 by having it depend on one > Kconfig symbol (ARCH_MIGHT_HAVE_PC_SERIO) and having architectures > which need it select ARCH_MIGHT_HAVE_PC_SERIO in arch/*/Kconfig. > New architectures are unlikely to need SERIO_I8042, so this avoids > having an ever growing list of architectures to exclude. > > Signed-off-by: Mark Salter > CC: Dmitry Torokhov > CC: Richard Henderson > CC: linux-alpha@vger.kernel.org > CC: Russell King > CC: linux-arm-kernel@lists.infradead.org > CC: Tony Luck > CC: Fenghua Yu > CC: linux-ia64@vger.kernel.org > CC: Ralf Baechle > CC: linux-mips@linux-mips.org > CC: Benjamin Herrenschmidt > CC: Paul Mackerras > CC: linuxppc-dev@lists.ozlabs.org > CC: Paul Mundt > CC: linux-sh@vger.kernel.org > CC: "David S. Miller" > CC: sparclinux@vger.kernel.org > CC: Guan Xuetao > CC: Ingo Molnar > CC: Thomas Gleixner > CC: "H. Peter Anvin" > CC: x86@kernel.org Acked-by: H. Peter Anvin