projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5252c2
)
Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32
author
Mark Salter
<msalter@redhat.com>
Wed, 1 Jan 2014 19:33:53 +0000
(11:33 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 2 Jan 2014 23:48:22 +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: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
arch/unicore32/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/unicore32/Kconfig
b/arch/unicore32/Kconfig
index a7ba27b2752be0923644eba19035ba3a97a6c792..25c0dba508cc293712010c96d6c76938d198682a 100644
(file)
--- a/
arch/unicore32/Kconfig
+++ b/
arch/unicore32/Kconfig
@@
-1,6
+1,7
@@
config UNICORE32
def_bool y
select ARCH_MIGHT_HAVE_PC_PARPORT
+ select ARCH_MIGHT_HAVE_PC_SERIO
select HAVE_MEMBLOCK
select HAVE_GENERIC_DMA_COHERENT
select HAVE_DMA_ATTRS