diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 20:32:04 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 11:55:32 +0100 |
commit | f39b02d6f9af8c942961ef32c2bbce6cb6100c29 (patch) | |
tree | 864a2aea46f2b95d61f60c7a32062341e151258c /arch/frv | |
parent | 7b0288634921c748dfeb2ff3e7d04ae7cc94e795 (diff) | |
download | op-kernel-dev-f39b02d6f9af8c942961ef32c2bbce6cb6100c29.zip op-kernel-dev-f39b02d6f9af8c942961ef32c2bbce6cb6100c29.tar.gz |
frv: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index e504ede..747499a 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -5,6 +5,7 @@ config FRV select HAVE_ARCH_TRACEHOOK select HAVE_IRQ_WORK select HAVE_PERF_EVENTS + select HAVE_GENERIC_HARDIRQS config ZONE_DMA bool @@ -29,10 +30,6 @@ config GENERIC_CALIBRATE_DELAY bool default n -config GENERIC_HARDIRQS - bool - default y - config TIME_LOW_RES bool default y |