diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-15 03:09:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-15 11:59:20 -0500 |
commit | 0c53508980a95b84c296c4336a831776cc22cf58 (patch) | |
tree | 66f908cb6cbdeb2bbc34fd3a3ab08090ecc3d9a2 /arch/v850/Kconfig | |
parent | f4eeb0a20f017fd8bc849cc50469c2e2e6a0c05c (diff) |
[PATCH] v850: use generic hardirq code
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/v850/Kconfig')
-rw-r--r-- | arch/v850/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 89c053b6c2c4..310865903234 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig | |||
@@ -23,6 +23,14 @@ config GENERIC_CALIBRATE_DELAY | |||
23 | bool | 23 | bool |
24 | default y | 24 | default y |
25 | 25 | ||
26 | config GENERIC_HARDIRQS | ||
27 | bool | ||
28 | default y | ||
29 | |||
30 | config GENERIC_IRQ_PROBE | ||
31 | bool | ||
32 | default y | ||
33 | |||
26 | # Turn off some random 386 crap that can affect device config | 34 | # Turn off some random 386 crap that can affect device config |
27 | config ISA | 35 | config ISA |
28 | bool | 36 | bool |