Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-16 Thread Ralf Baechle
On Sat, Dec 14, 2013 at 11:59:36AM -0500, Mark Salter wrote: > - depends on !PARISC && (!ARM || FOOTBRIDGE_HOST) && \ > -(!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ > -!ARC > + depends on ARCH_MIGHT_HAVE_PC_SERIO Most dependencies on an archi

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-15 Thread Dmitry Torokhov
On Sun, Dec 15, 2013 at 08:27:25PM -0500, David Miller wrote: > From: Mark Salter > Date: Sun, 15 Dec 2013 10:50:26 -0500 > > > On Sun, 2013-12-15 at 02:36 -0800, Dmitry Torokhov wrote: > >> How are we going to merge this? In bulk through input tree or peacemeal > >> through all arches first? > >

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-15 Thread David Miller
From: Mark Salter Date: Sun, 15 Dec 2013 10:50:26 -0500 > On Sun, 2013-12-15 at 02:36 -0800, Dmitry Torokhov wrote: >> How are we going to merge this? In bulk through input tree or peacemeal >> through all arches first? > > They should all go together to eliminate the chance of bisect breakage. >

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-15 Thread Mark Salter
On Sun, 2013-12-15 at 02:36 -0800, Dmitry Torokhov wrote: > 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

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-15 Thread Dmitry Torokhov
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_S

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-14 Thread H. Peter Anvin
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_I

[PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-14 Thread Mark Salter
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