aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r--arch/frv/Kconfig20
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
28config GENERIC_HARDIRQS 28config GENERIC_HARDIRQS
29 bool 29 bool
30 default n 30 default y
31
32config GENERIC_HARDIRQS_NO__DO_IRQ
33 bool
34 default y
31 35
32config GENERIC_TIME 36config 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
89config 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
85source "mm/Kconfig" 97source "mm/Kconfig"
86 98
87choice 99choice
@@ -251,6 +263,12 @@ config MB93091_NO_MB
251endchoice 263endchoice
252endif 264endif
253 265
266config 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
254choice 272choice
255 prompt "GP-Relative data support" 273 prompt "GP-Relative data support"
256 default GPREL_DATA_8 274 default GPREL_DATA_8