From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmitry.torokhov@gmail.com (Dmitry Torokhov) Date: Sun, 15 Dec 2013 02:36:57 -0800 Subject: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies In-Reply-To: <52ACA43F.2040402@zytor.com> References: <1387040376-26906-1-git-send-email-msalter@redhat.com> <1387040376-26906-11-git-send-email-msalter@redhat.com> <52ACA43F.2040402@zytor.com> Message-ID: <20131215103657.GB20197@core.coreip.homeip.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Dec 14, 2013 at 10:32:31AM -0800, H. Peter Anvin wrote: > 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 at vger.kernel.org > > CC: Russell King > > CC: linux-arm-kernel at lists.infradead.org > > CC: Tony Luck > > CC: Fenghua Yu > > CC: linux-ia64 at vger.kernel.org > > CC: Ralf Baechle > > CC: linux-mips at linux-mips.org > > CC: Benjamin Herrenschmidt > > CC: Paul Mackerras > > CC: linuxppc-dev at lists.ozlabs.org > > CC: Paul Mundt > > CC: linux-sh at vger.kernel.org > > CC: "David S. Miller" > > CC: sparclinux at vger.kernel.org > > CC: Guan Xuetao > > CC: Ingo Molnar > > CC: Thomas Gleixner > > CC: "H. Peter Anvin" > > CC: x86 at kernel.org > > Acked-by: H. Peter Anvin How are we going to merge this? In bulk through input tree or peacemeal through all arches first? -- Dmitry