diff options
author | Mark Salter <[email protected]> | 2014-01-01 11:31:12 -0800 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2014-01-02 15:48:20 -0800 |
commit | bbc4e596985fb589388338b85f60da256b8bc27b (patch) | |
tree | efe84ea5ac38f589bf0b327195881c9c9ca24bf5 | |
parent | 74072b301fb8bd0007a412e83646fcb14e7bd89e (diff) |
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on IA64
Architectures which might use an i8042 for serial IO to keyboard,
mouse, etc should select ARCH_MIGHT_HAVE_PC_SERIO.
Signed-off-by: Mark Salter <[email protected]>
Acked-by: Tony Luck <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 4e4119b0e691..f7337aab201a 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -7,6 +7,7 @@ menu "Processor type and features" config IA64 bool select ARCH_MIGHT_HAVE_PC_PARPORT + select ARCH_MIGHT_HAVE_PC_SERIO select PCI if (!IA64_HP_SIM) select ACPI if (!IA64_HP_SIM) select PM if (!IA64_HP_SIM) |