kbuild: convert `arch/tile' to the kconfig mainmenu upgrade
[cascardo/linux.git] / arch / tile / Kconfig
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/config-language.txt.
3
4 config MMU
5         def_bool y
6
7 config GENERIC_CSUM
8         def_bool y
9
10 config GENERIC_HARDIRQS
11         def_bool y
12
13 config GENERIC_HARDIRQS_NO__DO_IRQ
14         def_bool y
15
16 config GENERIC_IRQ_PROBE
17         def_bool y
18
19 config GENERIC_PENDING_IRQ
20         def_bool y
21         depends on GENERIC_HARDIRQS && SMP
22
23 config SEMAPHORE_SLEEPERS
24         def_bool y
25
26 config HAVE_ARCH_ALLOC_REMAP
27         def_bool y
28
29 config HAVE_SETUP_PER_CPU_AREA
30         def_bool y
31
32 config NEED_PER_CPU_PAGE_FIRST_CHUNK
33         def_bool y
34
35 config SYS_SUPPORTS_HUGETLBFS
36         def_bool y
37
38 config GENERIC_TIME
39         def_bool y
40
41 config GENERIC_CLOCKEVENTS
42         def_bool y
43
44 # FIXME: tilegx can implement a more efficent rwsem.
45 config RWSEM_GENERIC_SPINLOCK
46         def_bool y
47
48 # We have a very flat architecture from a migration point of view,
49 # so save boot time by presetting this (particularly useful on tile-sim).
50 config DEFAULT_MIGRATION_COST
51         int
52         default "10000000"
53
54 # We only support gcc 4.4 and above, so this should work.
55 config ARCH_SUPPORTS_OPTIMIZED_INLINING
56         def_bool y
57
58 config ARCH_PHYS_ADDR_T_64BIT
59         def_bool y
60
61 config LOCKDEP_SUPPORT
62         def_bool y
63
64 config STACKTRACE_SUPPORT
65         def_bool y
66         select STACKTRACE
67
68 # We use discontigmem for now; at some point we may want to switch
69 # to sparsemem (Tilera bug 7996).
70 config ARCH_DISCONTIGMEM_ENABLE
71         def_bool y
72
73 config ARCH_DISCONTIGMEM_DEFAULT
74         def_bool y
75
76 config TRACE_IRQFLAGS_SUPPORT
77         def_bool y
78
79 config STRICT_DEVMEM
80         def_bool y
81
82 # SMP is required for Tilera Linux.
83 config SMP
84         def_bool y
85
86 # Allow checking for compile-time determined overflow errors in
87 # copy_from_user().  There are still unprovable places in the
88 # generic code as of 2.6.34, so this option is not really compatible
89 # with -Werror, which is more useful in general.
90 config DEBUG_COPY_FROM_USER
91         def_bool n
92
93 config HVC_TILE
94         select HVC_DRIVER
95         def_bool y
96
97 config TILE
98         def_bool y
99         select GENERIC_FIND_FIRST_BIT
100         select GENERIC_FIND_NEXT_BIT
101         select USE_GENERIC_SMP_HELPERS
102         select CC_OPTIMIZE_FOR_SIZE
103
104 # FIXME: investigate whether we need/want these options.
105 #       select HAVE_IOREMAP_PROT
106 #       select HAVE_OPTPROBES
107 #       select HAVE_REGS_AND_STACK_ACCESS_API
108 #       select HAVE_HW_BREAKPOINT
109 #       select PERF_EVENTS
110 #       select HAVE_USER_RETURN_NOTIFIER
111 #       config NO_BOOTMEM
112 #       config ARCH_SUPPORTS_DEBUG_PAGEALLOC
113 #       config HUGETLB_PAGE_SIZE_VARIABLE
114
115
116 # Please note: TILE-Gx support is not yet finalized; this is
117 # the preliminary support.  TILE-Gx drivers are only provided
118 # with the alpha or beta test versions for Tilera customers.
119 config TILEGX
120         depends on EXPERIMENTAL
121         bool "Building with TILE-Gx (64-bit) compiler and toolchain"
122
123 config 64BIT
124         depends on TILEGX
125         def_bool y
126
127 config ARCH_DEFCONFIG
128         string
129         default "arch/tile/configs/tile_defconfig" if !TILEGX
130         default "arch/tile/configs/tilegx_defconfig" if TILEGX
131
132 source "init/Kconfig"
133
134 menu "Tilera-specific configuration"
135
136 config NR_CPUS
137         int "Maximum number of tiles (2-255)"
138         range 2 255
139         depends on SMP
140         default "64"
141         ---help---
142           Building with 64 is the recommended value, but a slightly
143           smaller kernel memory footprint results from using a smaller
144           value on chips with fewer tiles.
145
146 source "kernel/time/Kconfig"
147
148 source "kernel/Kconfig.hz"
149
150 config KEXEC
151         bool "kexec system call"
152         ---help---
153           kexec is a system call that implements the ability to shutdown your
154           current kernel, and to start another kernel.  It is like a reboot
155           but it is independent of the system firmware.   It is used
156           to implement the "mboot" Tilera booter.
157
158           The name comes from the similarity to the exec system call.
159
160 config COMPAT
161         bool "Support 32-bit TILE-Gx binaries in addition to 64-bit"
162         depends on TILEGX
163         select COMPAT_BINFMT_ELF
164         default y
165         ---help---
166           If enabled, the kernel will support running TILE-Gx binaries
167           that were built with the -m32 option.
168
169 config SYSVIPC_COMPAT
170         def_bool y
171         depends on COMPAT && SYSVIPC
172
173 # We do not currently support disabling HIGHMEM on tile64 and tilepro.
174 config HIGHMEM
175         bool # "Support for more than 512 MB of RAM"
176         default !TILEGX
177         ---help---
178           Linux can use the full amount of RAM in the system by
179           default.  However, the address space of TILE processors is
180           only 4 Gigabytes large. That means that, if you have a large
181           amount of physical memory, not all of it can be "permanently
182           mapped" by the kernel. The physical memory that's not
183           permanently mapped is called "high memory".
184
185           If you are compiling a kernel which will never run on a
186           machine with more than 512 MB total physical RAM, answer
187           "false" here. This will result in the kernel mapping all of
188           physical memory into the top 1 GB of virtual memory space.
189
190           If unsure, say "true".
191
192 # We do not currently support disabling NUMA.
193 config NUMA
194         bool # "NUMA Memory Allocation and Scheduler Support"
195         depends on SMP && DISCONTIGMEM
196         default y
197         ---help---
198           NUMA memory allocation is required for TILE processors
199           unless booting with memory striping enabled in the
200           hypervisor, or with only a single memory controller.
201           It is recommended that this option always be enabled.
202
203 config NODES_SHIFT
204         int "Log base 2 of the max number of memory controllers"
205         default 2
206         depends on NEED_MULTIPLE_NODES
207         ---help---
208           By default, 2, i.e. 2^2 == 4 DDR2 controllers.
209           In a system with more controllers, this value should be raised.
210
211 # Need 16MB areas to enable hugetlb
212 # See build-time check in arch/tile/mm/init.c.
213 config FORCE_MAX_ZONEORDER
214         int
215         default 9
216
217 choice
218         depends on !TILEGX
219         prompt "Memory split" if EMBEDDED
220         default VMSPLIT_3G
221         ---help---
222           Select the desired split between kernel and user memory.
223
224           If the address range available to the kernel is less than the
225           physical memory installed, the remaining memory will be available
226           as "high memory". Accessing high memory is a little more costly
227           than low memory, as it needs to be mapped into the kernel first.
228           Note that increasing the kernel address space limits the range
229           available to user programs, making the address space there
230           tighter.  Selecting anything other than the default 3G/1G split
231           will also likely make your kernel incompatible with binary-only
232           kernel modules.
233
234           If you are not absolutely sure what you are doing, leave this
235           option alone!
236
237         config VMSPLIT_375G
238                 bool "3.75G/0.25G user/kernel split (no kernel networking)"
239         config VMSPLIT_35G
240                 bool "3.5G/0.5G user/kernel split"
241         config VMSPLIT_3G
242                 bool "3G/1G user/kernel split"
243         config VMSPLIT_3G_OPT
244                 bool "3G/1G user/kernel split (for full 1G low memory)"
245         config VMSPLIT_2G
246                 bool "2G/2G user/kernel split"
247         config VMSPLIT_1G
248                 bool "1G/3G user/kernel split"
249 endchoice
250
251 config PAGE_OFFSET
252         hex
253         default 0xF0000000 if VMSPLIT_375G
254         default 0xE0000000 if VMSPLIT_35G
255         default 0xB0000000 if VMSPLIT_3G_OPT
256         default 0x80000000 if VMSPLIT_2G
257         default 0x40000000 if VMSPLIT_1G
258         default 0xC0000000
259
260 source "mm/Kconfig"
261
262 config CMDLINE_BOOL
263         bool "Built-in kernel command line"
264         default n
265         ---help---
266           Allow for specifying boot arguments to the kernel at
267           build time.  On some systems (e.g. embedded ones), it is
268           necessary or convenient to provide some or all of the
269           kernel boot arguments with the kernel itself (that is,
270           to not rely on the boot loader to provide them.)
271
272           To compile command line arguments into the kernel,
273           set this option to 'Y', then fill in the
274           the boot arguments in CONFIG_CMDLINE.
275
276           Systems with fully functional boot loaders (e.g. mboot, or
277           if booting over PCI) should leave this option set to 'N'.
278
279 config CMDLINE
280         string "Built-in kernel command string"
281         depends on CMDLINE_BOOL
282         default ""
283         ---help---
284           Enter arguments here that should be compiled into the kernel
285           image and used at boot time.  If the boot loader provides a
286           command line at boot time, it is appended to this string to
287           form the full kernel command line, when the system boots.
288
289           However, you can use the CONFIG_CMDLINE_OVERRIDE option to
290           change this behavior.
291
292           In most cases, the command line (whether built-in or provided
293           by the boot loader) should specify the device for the root
294           file system.
295
296 config CMDLINE_OVERRIDE
297         bool "Built-in command line overrides boot loader arguments"
298         default n
299         depends on CMDLINE_BOOL
300         ---help---
301           Set this option to 'Y' to have the kernel ignore the boot loader
302           command line, and use ONLY the built-in command line.
303
304           This is used to work around broken boot loaders.  This should
305           be set to 'N' under normal conditions.
306
307 config VMALLOC_RESERVE
308         hex
309         default 0x1000000
310
311 config HARDWALL
312         bool "Hardwall support to allow access to user dynamic network"
313         default y
314
315 endmenu  # Tilera-specific configuration
316
317 menu "Bus options"
318
319 config NO_IOMEM
320         def_bool !PCI
321
322 config NO_IOPORT
323         def_bool !PCI
324
325 source "drivers/pci/Kconfig"
326
327 source "drivers/pci/hotplug/Kconfig"
328
329 endmenu
330
331 menu "Executable file formats"
332
333 # only elf supported
334 config KCORE_ELF
335         def_bool y
336         depends on PROC_FS
337
338 source "fs/Kconfig.binfmt"
339
340 endmenu
341
342 source "net/Kconfig"
343
344 source "drivers/Kconfig"
345
346 source "fs/Kconfig"
347
348 source "arch/tile/Kconfig.debug"
349
350 source "security/Kconfig"
351
352 source "crypto/Kconfig"
353
354 source "lib/Kconfig"