projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74072b3
)
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on IA64
author
Mark Salter
<msalter@redhat.com>
Wed, 1 Jan 2014 19:31:12 +0000
(11:31 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 2 Jan 2014 23:48:20 +0000
(15:48 -0800)
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>
arch/ia64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/Kconfig
b/arch/ia64/Kconfig
index 4e4119b0e6915fc7e05c1536d9248d638cb4fe16..f7337aab201a238d901a834161bc609b1cbea01e 100644
(file)
--- 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)