aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/Kconfig
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-09-26 02:32:04 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-26 11:48:53 -0400
commit1bcbba306048ed86b935d57a95d887c23d52c94b (patch)
tree4c6e20b162415c79a177b72b97b6fb4d246a73b0 /arch/frv/Kconfig
parent8d6b5eeea5eb644232cbbbe1c927fdf051e60fa5 (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/Kconfig8
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
28config GENERIC_HARDIRQS 28config GENERIC_HARDIRQS
29 bool 29 bool
30 default n 30 default y
31 31
32config GENERIC_TIME 32config GENERIC_TIME
33 bool 33 bool
@@ -251,6 +251,12 @@ config MB93091_NO_MB
251endchoice 251endchoice
252endif 252endif
253 253
254config 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
254choice 260choice
255 prompt "GP-Relative data support" 261 prompt "GP-Relative data support"
256 default GPREL_DATA_8 262 default GPREL_DATA_8