diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-15 09:09:18 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-15 17:59:20 +0100 |
commit | 0c53508980a95b84c296c4336a831776cc22cf58 (patch) | |
tree | 66f908cb6cbdeb2bbc34fd3a3ab08090ecc3d9a2 /arch/v850/Kconfig | |
parent | [PATCH] v850: Add missing include in hardirq.h (diff) | |
download | linux-0c53508980a95b84c296c4336a831776cc22cf58.tar.xz linux-0c53508980a95b84c296c4336a831776cc22cf58.zip |
[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 bool default y +config GENERIC_HARDIRQS + bool + default y + +config GENERIC_IRQ_PROBE + bool + default y + # Turn off some random 386 crap that can affect device config config ISA bool |