diff options
author | David Howells <dhowells@redhat.com> | 2006-09-26 02:32:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-26 11:48:53 -0400 |
commit | 1bcbba306048ed86b935d57a95d887c23d52c94b (patch) | |
tree | 4c6e20b162415c79a177b72b97b6fb4d246a73b0 /arch/frv/Kconfig | |
parent | 8d6b5eeea5eb644232cbbbe1c927fdf051e60fa5 (diff) |
[PATCH] FRV: Use the generic IRQ stuff
Make the FRV arch use the generic IRQ code rather than having its own
routines for doing so.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index a601a17cf568..5833808fb823 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -27,7 +27,7 @@ config GENERIC_CALIBRATE_DELAY | |||
27 | 27 | ||
28 | config GENERIC_HARDIRQS | 28 | config GENERIC_HARDIRQS |
29 | bool | 29 | bool |
30 | default n | 30 | default y |
31 | 31 | ||
32 | config GENERIC_TIME | 32 | config GENERIC_TIME |
33 | bool | 33 | bool |
@@ -251,6 +251,12 @@ config MB93091_NO_MB | |||
251 | endchoice | 251 | endchoice |
252 | endif | 252 | endif |
253 | 253 | ||
254 | config FUJITSU_MB93493 | ||
255 | bool "MB93493 Multimedia chip" | ||
256 | help | ||
257 | Select this option if the MB93493 multimedia chip is going to be | ||
258 | used. | ||
259 | |||
254 | choice | 260 | choice |
255 | prompt "GP-Relative data support" | 261 | prompt "GP-Relative data support" |
256 | default GPREL_DATA_8 | 262 | default GPREL_DATA_8 |