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:
2604362
)
score: Use generic irq Kconfig
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 19 Jan 2011 19:41:19 +0000
(20:41 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 21 Jan 2011 10:55:34 +0000
(11:55 +0100)
No functional change
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
arch/score/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/score/Kconfig
b/arch/score/Kconfig
index 4f159acfbe3332a27dca2dcceb7965e9a4005200..27b2295f41f378e341acd86e23582fb19d80de2e 100644
(file)
--- a/
arch/score/Kconfig
+++ b/
arch/score/Kconfig
@@
-1,5
+1,9
@@
menu "Machine selection"
+config SCORE
+ def_bool y
+ select HAVE_GENERIC_HARDIRQS
+
choice
prompt "System type"
default MACH_SPCT6600
@@
-65,9
+69,6
@@
menu "Kernel type"
config 32BIT
def_bool y
-config GENERIC_HARDIRQS
- def_bool y
-
config ARCH_FLATMEM_ENABLE
def_bool y