Skip to content

Commit

Permalink
score: Use generic irq Kconfig
Browse files Browse the repository at this point in the history
No functional change

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 2604362 commit 2fc361b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/score/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
menu "Machine selection"

config SCORE
def_bool y
select HAVE_GENERIC_HARDIRQS

choice
prompt "System type"
default MACH_SPCT6600
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2fc361b

Please sign in to comment.