diff options
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 |