diff options
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index a601a17cf568..cf1c446e003a 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 |
@@ -82,6 +86,14 @@ config HIGHPTE | |||
82 | with a lot of RAM, this can be wasteful of precious low memory. | 86 | with a lot of RAM, this can be wasteful of precious low memory. |
83 | Setting this option will put user-space page tables in high memory. | 87 | Setting this option will put user-space page tables in high memory. |
84 | 88 | ||
89 | config LARGE_ALLOCS | ||
90 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
91 | help | ||
92 | Allow the slab memory allocator to keep chains for very large memory | ||
93 | sizes - up to 32MB. You may need this if your system has a lot of | ||
94 | RAM, and you need to able to allocate very large contiguous chunks. | ||
95 | If unsure, say N. | ||
96 | |||
85 | source "mm/Kconfig" | 97 | source "mm/Kconfig" |
86 | 98 | ||
87 | choice | 99 | choice |
@@ -251,6 +263,12 @@ config MB93091_NO_MB | |||
251 | endchoice | 263 | endchoice |
252 | endif | 264 | endif |
253 | 265 | ||
266 | config FUJITSU_MB93493 | ||
267 | bool "MB93493 Multimedia chip" | ||
268 | help | ||
269 | Select this option if the MB93493 multimedia chip is going to be | ||
270 | used. | ||
271 | |||
254 | choice | 272 | choice |
255 | prompt "GP-Relative data support" | 273 | prompt "GP-Relative data support" |
256 | default GPREL_DATA_8 | 274 | default GPREL_DATA_8 |