diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 14:32:04 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:32 -0500 |
commit | f39b02d6f9af8c942961ef32c2bbce6cb6100c29 (patch) | |
tree | 864a2aea46f2b95d61f60c7a32062341e151258c | |
parent | 7b0288634921c748dfeb2ff3e7d04ae7cc94e795 (diff) |
frv: Use generic irq Kconfig
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Howells <dhowells@redhat.com>
-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 e504edeb3d84..747499a1b31e 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -5,6 +5,7 @@ config FRV | |||
5 | select HAVE_ARCH_TRACEHOOK | 5 | select HAVE_ARCH_TRACEHOOK |
6 | select HAVE_IRQ_WORK | 6 | select HAVE_IRQ_WORK |
7 | select HAVE_PERF_EVENTS | 7 | select HAVE_PERF_EVENTS |
8 | select HAVE_GENERIC_HARDIRQS | ||
8 | 9 | ||
9 | config ZONE_DMA | 10 | config ZONE_DMA |
10 | bool | 11 | bool |
@@ -29,10 +30,6 @@ config GENERIC_CALIBRATE_DELAY | |||
29 | bool | 30 | bool |
30 | default n | 31 | default n |
31 | 32 | ||
32 | config GENERIC_HARDIRQS | ||
33 | bool | ||
34 | default y | ||
35 | |||
36 | config TIME_LOW_RES | 33 | config TIME_LOW_RES |
37 | bool | 34 | bool |
38 | default y | 35 | default y |