Skip to content

Commit

Permalink
parisc: 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>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Acked-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent b169c90 commit 72e73af
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ config PARISC
select HAVE_IRQ_WORK
select HAVE_PERF_EVENTS
select GENERIC_ATOMIC64 if !64BIT
select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_PROBE
select IRQ_PER_CPU

help
The PA-RISC microprocessor is designed by Hewlett-Packard and used
in many of their workstations & servers (HP9000 700 and 800 series,
Expand Down Expand Up @@ -65,19 +69,9 @@ config TIME_LOW_RES
depends on SMP
default y

config GENERIC_HARDIRQS
def_bool y

config GENERIC_IRQ_PROBE
def_bool y

config HAVE_LATENCYTOP_SUPPORT
def_bool y

config IRQ_PER_CPU
bool
default y

# unless you want to implement ACPI on PA-RISC ... ;-)
config PM
bool
Expand Down

0 comments on commit 72e73af

Please sign in to comment.