score: Use generic irq Kconfig
No functional change Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
This commit is contained in:
parent
2604362b26
commit
2fc361bfcf
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
menu "Machine selection"
|
menu "Machine selection"
|
||||||
|
|
||||||
|
config SCORE
|
||||||
|
def_bool y
|
||||||
|
select HAVE_GENERIC_HARDIRQS
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "System type"
|
prompt "System type"
|
||||||
default MACH_SPCT6600
|
default MACH_SPCT6600
|
||||||
|
@ -65,9 +69,6 @@ menu "Kernel type"
|
||||||
config 32BIT
|
config 32BIT
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config GENERIC_HARDIRQS
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config ARCH_FLATMEM_ENABLE
|
config ARCH_FLATMEM_ENABLE
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue