diff options
author | David Howells <dhowells@redhat.com> | 2006-09-25 23:32:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-26 08:48:53 -0700 |
commit | 1bcbba306048ed86b935d57a95d887c23d52c94b (patch) | |
tree | 4c6e20b162415c79a177b72b97b6fb4d246a73b0 /arch/frv/Kconfig | |
parent | 8d6b5eeea5eb644232cbbbe1c927fdf051e60fa5 (diff) | |
download | kernel_goldelico_gta04-1bcbba306048ed86b935d57a95d887c23d52c94b.zip kernel_goldelico_gta04-1bcbba306048ed86b935d57a95d887c23d52c94b.tar.gz kernel_goldelico_gta04-1bcbba306048ed86b935d57a95d887c23d52c94b.tar.bz2 |
[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 a601a17..5833808f 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -27,7 +27,7 @@ config GENERIC_CALIBRATE_DELAY config GENERIC_HARDIRQS bool - default n + default y config GENERIC_TIME bool @@ -251,6 +251,12 @@ config MB93091_NO_MB endchoice endif +config FUJITSU_MB93493 + bool "MB93493 Multimedia chip" + help + Select this option if the MB93493 multimedia chip is going to be + used. + choice prompt "GP-Relative data support" default GPREL_DATA_8 |