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:
quoted
On 12/14/2013 08:59 AM, Mark Salter wrote:
quoted
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.
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.
Either the input tree or maybe akpm tree.