blob: cee1fc849d97427cdaf12b59e00055e34dba949a [file] [log] [blame]
Michal Simek575ca282009-03-27 14:25:50 +01001config MICROBLAZE
2 def_bool y
Christoph Hellwig17c46a62018-07-31 13:39:29 +02003 select ARCH_NO_SWAP
Christoph Hellwig58b04402018-09-11 08:55:28 +02004 select ARCH_HAS_DMA_COHERENT_TO_PFN if MMU
Riku Voipio957e3fa2014-12-12 16:57:44 -08005 select ARCH_HAS_GCOV_PROFILE_ALL
Christoph Hellwig5411ad22018-07-19 05:54:39 -07006 select ARCH_HAS_SYNC_DMA_FOR_CPU
7 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
Mark Salter355f65a2013-10-07 22:12:28 -04008 select ARCH_MIGHT_HAVE_PC_PARPORT
Vladimir Murzin07c75d72017-06-28 10:16:57 +01009 select ARCH_NO_COHERENT_DMA_MMAP if !MMU
Will Deaconc1d7e012012-07-30 14:42:46 -070010 select ARCH_WANT_IPC_PARSE_VERSION
Michal Simek25213382014-04-07 12:51:44 +020011 select BUILDTIME_EXTABLE_SORT
Daniel Lezcanobb0eb052017-05-26 19:34:11 +020012 select TIMER_OF
Michal Simek25213382014-04-07 12:51:44 +020013 select CLONE_BACKWARDS3
14 select COMMON_CLK
Christoph Hellwigbc3ec752018-09-08 11:22:43 +020015 select DMA_DIRECT_OPS
Michal Simek25213382014-04-07 12:51:44 +020016 select GENERIC_ATOMIC64
17 select GENERIC_CLOCKEVENTS
18 select GENERIC_CPU_DEVICES
19 select GENERIC_IDLE_POLL_SETUP
Thomas Gleixnerb6e31622011-01-19 20:35:05 +010020 select GENERIC_IRQ_PROBE
Thomas Gleixner9d61c182011-03-24 14:55:52 +010021 select GENERIC_IRQ_SHOW
Michael S. Tsirkin1b34d162011-11-24 21:06:41 +020022 select GENERIC_PCI_IOMAP
Michal Simek839396a2013-12-20 10:16:40 +010023 select GENERIC_SCHED_CLOCK
George Spelvin7b132772016-05-25 11:06:09 -040024 select HAVE_ARCH_HASH
Michal Simek25213382014-04-07 12:51:44 +020025 select HAVE_ARCH_KGDB
26 select HAVE_DEBUG_KMEMLEAK
Michal Simek25213382014-04-07 12:51:44 +020027 select HAVE_DYNAMIC_FTRACE
28 select HAVE_FTRACE_MCOUNT_RECORD
29 select HAVE_FUNCTION_GRAPH_TRACER
Michal Simek25213382014-04-07 12:51:44 +020030 select HAVE_FUNCTION_TRACER
Michal Simek25213382014-04-07 12:51:44 +020031 select HAVE_MEMBLOCK_NODE_MAP
32 select HAVE_OPROFILE
Christoph Hellwigeb01d422018-11-15 20:05:32 +010033 select HAVE_PCI
Michal Simek25213382014-04-07 12:51:44 +020034 select IRQ_DOMAIN
Zubair Lutfullah Kakakhel0547dc72016-11-14 12:13:45 +000035 select XILINX_INTC
David Howells786d35d2012-09-28 14:31:03 +093036 select MODULES_USE_ELF_RELA
Michal Simek25213382014-04-07 12:51:44 +020037 select OF
38 select OF_EARLY_FLATTREE
39 select TRACING_SUPPORT
40 select VIRT_TO_BUS
Zhaoxiu Zengfff7fb02016-05-20 17:03:57 -070041 select CPU_NO_EFFICIENT_FFS
Michal Simek575ca282009-03-27 14:25:50 +010042
Babu Moger206d3642017-09-08 16:14:25 -070043# Endianness selection
44choice
45 prompt "Endianness selection"
Babu Moger428dbf12017-09-18 10:53:29 -060046 default CPU_LITTLE_ENDIAN
Babu Moger206d3642017-09-08 16:14:25 -070047 help
48 microblaze architectures can be configured for either little or
49 big endian formats. Be sure to select the appropriate mode.
50
51config CPU_BIG_ENDIAN
52 bool "Big endian"
53
54config CPU_LITTLE_ENDIAN
55 bool "Little endian"
56
57endchoice
58
Michal Simek575ca282009-03-27 14:25:50 +010059config RWSEM_GENERIC_SPINLOCK
60 def_bool y
61
Michal Simek4e2e4122011-12-15 09:24:06 +010062config ZONE_DMA
63 def_bool y
64
Michal Simek575ca282009-03-27 14:25:50 +010065config RWSEM_XCHGADD_ALGORITHM
66 bool
67
68config ARCH_HAS_ILOG2_U32
69 def_bool n
70
71config ARCH_HAS_ILOG2_U64
72 def_bool n
73
Michal Simek575ca282009-03-27 14:25:50 +010074config GENERIC_HWEIGHT
75 def_bool y
76
Michal Simek575ca282009-03-27 14:25:50 +010077config GENERIC_CALIBRATE_DELAY
78 def_bool y
79
Remis Lima Baima14f87382009-06-18 19:55:32 +020080config GENERIC_CSUM
81 def_bool y
82
Michal Simek24b45a12009-11-10 15:57:01 +010083config STACKTRACE_SUPPORT
84 def_bool y
85
Michal Simekbf2d8092009-12-10 12:07:02 +010086config LOCKDEP_SUPPORT
87 def_bool y
88
Michal Simekc24cf712014-04-07 13:05:00 +020089source "arch/microblaze/Kconfig.platform"
Michal Simek575ca282009-03-27 14:25:50 +010090
91menu "Processor type and features"
92
Michal Simek575ca282009-03-27 14:25:50 +010093source "kernel/Kconfig.hz"
94
95config MMU
Michal Simeka116f6d2009-05-26 16:30:31 +020096 bool "MMU support"
97 default n
Michal Simek575ca282009-03-27 14:25:50 +010098
Michal Simek575ca282009-03-27 14:25:50 +010099comment "Boot options"
100
101config CMDLINE_BOOL
102 bool "Default bootloader kernel arguments"
103
104config CMDLINE
105 string "Default kernel command string"
106 depends on CMDLINE_BOOL
107 default "console=ttyUL0,115200"
108 help
109 On some architectures there is currently no way for the boot loader
110 to pass arguments to the kernel. For these architectures, you should
111 supply some command-line options at build time by entering them
112 here.
113
114config CMDLINE_FORCE
115 bool "Force default kernel command string"
116 depends on CMDLINE_BOOL
117 default n
118 help
119 Set this to have arguments from the default kernel command string
120 override those passed by the boot loader.
121
Michal Simek68c6ac32010-08-06 08:50:35 +0200122config SECCOMP
123 bool "Enable seccomp to safely compute untrusted bytecode"
124 depends on PROC_FS
125 default y
126 help
127 This kernel feature is useful for number crunching applications
128 that may need to compute untrusted bytecode during their
129 execution. By using pipes or other transports made available to
130 the process as file descriptors supporting the read/write
131 syscalls, it's possible to isolate those applications in
132 their own address space using seccomp. Once seccomp is
133 enabled via /proc/<pid>/seccomp, it cannot be disabled
134 and the task is only allowed to execute a few safe syscalls
135 defined by each seccomp mode.
136
137 If unsure, say Y. Only embedded should say N here.
138
Michal Simek575ca282009-03-27 14:25:50 +0100139endmenu
140
Michal Simekb408e2c2014-09-01 16:23:54 +0200141menu "Kernel features"
Michal Simeka116f6d2009-05-26 16:30:31 +0200142
Michal Simek4cbbbb42014-10-27 08:28:16 +0100143config NR_CPUS
144 int
145 default "1"
146
Michal Simeka116f6d2009-05-26 16:30:31 +0200147config ADVANCED_OPTIONS
148 bool "Prompt for advanced kernel configuration options"
Michal Simeka116f6d2009-05-26 16:30:31 +0200149 help
150 This option will enable prompting for a variety of advanced kernel
151 configuration options. These options can cause the kernel to not
152 work if they are set incorrectly, but can be used to optimize certain
153 aspects of kernel memory management.
154
155 Unless you know what you are doing, say N here.
156
157comment "Default settings for advanced configuration options are used"
158 depends on !ADVANCED_OPTIONS
159
Michal Simek3a0d7a42010-02-22 12:16:08 +0100160config XILINX_UNCACHED_SHADOW
161 bool "Are you using uncached shadow for RAM ?"
162 depends on ADVANCED_OPTIONS && !MMU
163 default n
164 help
165 This is needed to be able to allocate uncachable memory regions.
166 The feature requires the design to define the RAM memory controller
167 window to be twice as large as the actual physical memory.
168
Michal Simek2f2f3712011-12-15 15:02:37 +0100169config HIGHMEM
170 bool "High memory support"
Michal Simeka116f6d2009-05-26 16:30:31 +0200171 depends on MMU
Michal Simek2f2f3712011-12-15 15:02:37 +0100172 help
173 The address space of Microblaze processors is only 4 Gigabytes large
174 and it has to accommodate user address space, kernel address
175 space as well as some memory mapped IO. That means that, if you
176 have a large amount of physical memory and/or IO, not all of the
177 memory can be "permanently mapped" by the kernel. The physical
178 memory that is not permanently mapped is called "high memory".
179
180 If unsure, say n.
Michal Simeka116f6d2009-05-26 16:30:31 +0200181
182config LOWMEM_SIZE_BOOL
183 bool "Set maximum low memory"
Michal Simekb8a84052010-02-22 11:33:07 +0100184 depends on ADVANCED_OPTIONS && MMU
Michal Simeka116f6d2009-05-26 16:30:31 +0200185 help
186 This option allows you to set the maximum amount of memory which
187 will be used as "low memory", that is, memory which the kernel can
188 access directly, without having to set up a kernel virtual mapping.
189 This can be useful in optimizing the layout of kernel virtual
190 memory.
191
192 Say N here unless you know what you are doing.
193
194config LOWMEM_SIZE
195 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
Michal Simeka116f6d2009-05-26 16:30:31 +0200196 default "0x30000000"
197
Michal Simek0b9b0202010-11-08 12:37:40 +0100198config MANUAL_RESET_VECTOR
199 hex "Microblaze reset vector address setup"
200 default "0x0"
201 help
202 Set this option to have the kernel override the CPU Reset vector.
203 If zero, no change will be made to the MicroBlaze reset vector at
204 address 0x0.
205 If non-zero, a jump instruction to this address, will be written
206 to the reset vector at address 0x0.
207 If you are unsure, set it to default value 0x0.
208
Michal Simeka116f6d2009-05-26 16:30:31 +0200209config KERNEL_START_BOOL
210 bool "Set custom kernel base address"
211 depends on ADVANCED_OPTIONS
212 help
213 This option allows you to set the kernel virtual address at which
214 the kernel will map low memory (the kernel image will be linked at
215 this address). This can be useful in optimizing the virtual memory
216 layout of the system.
217
218 Say N here unless you know what you are doing.
219
220config KERNEL_START
221 hex "Virtual address of kernel base" if KERNEL_START_BOOL
222 default "0xc0000000" if MMU
223 default KERNEL_BASE_ADDR if !MMU
224
225config TASK_SIZE_BOOL
226 bool "Set custom user task size"
Michal Simekb8a84052010-02-22 11:33:07 +0100227 depends on ADVANCED_OPTIONS && MMU
Michal Simeka116f6d2009-05-26 16:30:31 +0200228 help
229 This option allows you to set the amount of virtual address space
230 allocated to user tasks. This can be useful in optimizing the
231 virtual memory layout of the system.
232
233 Say N here unless you know what you are doing.
234
235config TASK_SIZE
236 hex "Size of user task space" if TASK_SIZE_BOOL
Michal Simeka116f6d2009-05-26 16:30:31 +0200237 default "0x80000000"
238
Steven J. Magnaniba9c4f82010-05-13 10:48:27 -0500239choice
240 prompt "Page size"
241 default MICROBLAZE_4K_PAGES
242 depends on ADVANCED_OPTIONS && !MMU
243 help
244 Select the kernel logical page size. Increasing the page size
245 will reduce software overhead at each page boundary, allow
246 hardware prefetch mechanisms to be more effective, and allow
247 larger dma transfers increasing IO efficiency and reducing
248 overhead. However the utilization of memory will increase.
249 For example, each cached file will using a multiple of the
250 page size to hold its contents and the difference between the
251 end of file and the end of page is wasted.
252
253 If unsure, choose 4K_PAGES.
254
255config MICROBLAZE_4K_PAGES
256 bool "4k page size"
257
Steven J. Magnaniba9c4f82010-05-13 10:48:27 -0500258config MICROBLAZE_16K_PAGES
259 bool "16k page size"
260
Michal Simek6e80cff2012-08-01 10:29:28 +0200261config MICROBLAZE_64K_PAGES
262 bool "64k page size"
Steven J. Magnaniba9c4f82010-05-13 10:48:27 -0500263
264endchoice
265
Michal Simek575ca282009-03-27 14:25:50 +0100266endmenu
267
Michal Simeka6475c12010-01-18 15:27:10 +0100268menu "Bus Options"
269
Michal Simeka6475c12010-01-18 15:27:10 +0100270config PCI_DOMAINS
271 def_bool PCI
272
Bharat Kumar Gogada01cf9d52016-02-11 21:58:11 +0530273config PCI_DOMAINS_GENERIC
274 def_bool PCI_DOMAINS
275
Michal Simeka6475c12010-01-18 15:27:10 +0100276config PCI_SYSCALL
277 def_bool PCI
278
Michal Simek733cc212010-01-18 15:27:11 +0100279config PCI_XILINX
280 bool "Xilinx PCI host bridge support"
281 depends on PCI
282
Michal Simeka6475c12010-01-18 15:27:10 +0100283endmenu