浏览代码

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 <msalter@redhat.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Mark Salter 11 年之前
父节点
当前提交
bbc4e59698
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/ia64/Kconfig

+ 1 - 0
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)