diff options
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index a601a17cf568..f7b171b92ea2 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -27,7 +27,11 @@ 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 | |||
32 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
33 | bool | ||
34 | default y | ||
31 | 35 | ||
32 | config GENERIC_TIME | 36 | config GENERIC_TIME |
33 | bool | 37 | bool |
@@ -251,6 +255,12 @@ config MB93091_NO_MB | |||
251 | endchoice | 255 | endchoice |
252 | endif | 256 | endif |
253 | 257 | ||
258 | config FUJITSU_MB93493 | ||
259 | bool "MB93493 Multimedia chip" | ||
260 | help | ||
261 | Select this option if the MB93493 multimedia chip is going to be | ||
262 | used. | ||
263 | |||
254 | choice | 264 | choice |
255 | prompt "GP-Relative data support" | 265 | prompt "GP-Relative data support" |
256 | default GPREL_DATA_8 | 266 | default GPREL_DATA_8 |