On Wednesday 31 October 2012, James Hogan wrote: > diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig > index 55f2c22..60b2a09 100644 > --- a/drivers/input/serio/Kconfig > +++ b/drivers/input/serio/Kconfig > @@ -22,7 +22,7 @@ config SERIO_I8042 > tristate "i8042 PC Keyboard controller" if EXPERT || !X86 > default y > depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \ > - (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN > + (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !METAG > help > i8042 is the chip over which the standard AT keyboard and PS/2 > mouse are connected to the computer. If you use these devices, Maybe you can turn that list around and introduce a new symbol ARCH_HAS_SERIO_I8042 or similar that architectures can select. I suspect that actually most don't have this, but they have not bothered to update this list. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html