xref: /linux/arch/microblaze/Kconfig (revision 5394f1e9)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2575ca288SMichal Simekconfig MICROBLAZE
3575ca288SMichal Simek	def_bool y
4942fa985SYury Norov	select ARCH_32BIT_OFF_T
517c46a6aSChristoph Hellwig	select ARCH_NO_SWAP
6d3b9f659SChristoph Hellwig	select ARCH_HAS_DMA_PREP_COHERENT
7957e3facSRiku Voipio	select ARCH_HAS_GCOV_PROFILE_ALL
85411ad27SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_CPU
95411ad27SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
10355f65a3SMark Salter	select ARCH_MIGHT_HAVE_PC_PARPORT
11c1d7e01dSWill Deacon	select ARCH_WANT_IPC_PARSE_VERSION
1210916706SShile Zhang	select BUILDTIME_TABLE_SORT
13bb0eb050SDaniel Lezcano	select TIMER_OF
1425213388SMichal Simek	select CLONE_BACKWARDS3
1525213388SMichal Simek	select COMMON_CLK
1605cdf457SMichal Simek	select DMA_DIRECT_REMAP
1725213388SMichal Simek	select GENERIC_ATOMIC64
1825213388SMichal Simek	select GENERIC_CPU_DEVICES
1925213388SMichal Simek	select GENERIC_IDLE_POLL_SETUP
20b6e31629SThomas Gleixner	select GENERIC_IRQ_PROBE
219d61c18bSThomas Gleixner	select GENERIC_IRQ_SHOW
221b34d160SMichael S. Tsirkin	select GENERIC_PCI_IOMAP
23839396abSMichal Simek	select GENERIC_SCHED_CLOCK
24fcbfe812SNiklas Schnelle	select HAS_IOPORT if PCI
257b13277bSGeorge Spelvin	select HAVE_ARCH_HASH
2625213388SMichal Simek	select HAVE_ARCH_KGDB
27282a181bSYiFei Zhu	select HAVE_ARCH_SECCOMP
2825213388SMichal Simek	select HAVE_DEBUG_KMEMLEAK
292602276dSMichal Simek	select HAVE_DMA_CONTIGUOUS
3025213388SMichal Simek	select HAVE_DYNAMIC_FTRACE
3125213388SMichal Simek	select HAVE_FTRACE_MCOUNT_RECORD
3225213388SMichal Simek	select HAVE_FUNCTION_GRAPH_TRACER
3325213388SMichal Simek	select HAVE_FUNCTION_TRACER
34*5394f1e9SArnd Bergmann	select HAVE_PAGE_SIZE_4KB
35eb01d42aSChristoph Hellwig	select HAVE_PCI
3625213388SMichal Simek	select IRQ_DOMAIN
370547dc78SZubair Lutfullah Kakakhel	select XILINX_INTC
38786d35d4SDavid Howells	select MODULES_USE_ELF_RELA
3925213388SMichal Simek	select OF
4025213388SMichal Simek	select OF_EARLY_FLATTREE
412eac9c2dSChristoph Hellwig	select PCI_DOMAINS_GENERIC if PCI
4220f1b79dSChristoph Hellwig	select PCI_SYSCALL if PCI
43fff7fb0bSZhaoxiu Zeng	select CPU_NO_EFFICIENT_FFS
4405cdf457SMichal Simek	select MMU_GATHER_NO_RANGE
456bf8be7fSMichal Simek	select SPARSE_IRQ
4663703f37SKefeng Wang	select ZONE_DMA
474aae683fSMasahiro Yamada	select TRACE_IRQFLAGS_SUPPORT
481e364921SMichal Simek	select GENERIC_IRQ_MULTI_HANDLER
49575ca288SMichal Simek
50206d3642SBabu Moger# Endianness selection
51206d3642SBabu Mogerchoice
52206d3642SBabu Moger	prompt "Endianness selection"
53428dbf15SBabu Moger	default CPU_LITTLE_ENDIAN
54206d3642SBabu Moger	help
55206d3642SBabu Moger	  microblaze architectures can be configured for either little or
56206d3642SBabu Moger	  big endian formats. Be sure to select the appropriate mode.
57206d3642SBabu Moger
58206d3642SBabu Mogerconfig CPU_BIG_ENDIAN
59206d3642SBabu Moger	bool "Big endian"
60206d3642SBabu Moger
61206d3642SBabu Mogerconfig CPU_LITTLE_ENDIAN
62206d3642SBabu Moger	bool "Little endian"
63206d3642SBabu Moger
64206d3642SBabu Mogerendchoice
65206d3642SBabu Moger
66575ca288SMichal Simekconfig ARCH_HAS_ILOG2_U32
67575ca288SMichal Simek	def_bool n
68575ca288SMichal Simek
69575ca288SMichal Simekconfig ARCH_HAS_ILOG2_U64
70575ca288SMichal Simek	def_bool n
71575ca288SMichal Simek
72575ca288SMichal Simekconfig GENERIC_HWEIGHT
73575ca288SMichal Simek	def_bool y
74575ca288SMichal Simek
75575ca288SMichal Simekconfig GENERIC_CALIBRATE_DELAY
76575ca288SMichal Simek	def_bool y
77575ca288SMichal Simek
7814f87389SRemis Lima Baimaconfig GENERIC_CSUM
7914f87389SRemis Lima Baima	def_bool y
8014f87389SRemis Lima Baima
8124b45a12SMichal Simekconfig STACKTRACE_SUPPORT
8224b45a12SMichal Simek	def_bool y
8324b45a12SMichal Simek
84bf2d8096SMichal Simekconfig LOCKDEP_SUPPORT
85bf2d8096SMichal Simek	def_bool y
86bf2d8096SMichal Simek
87c24cf712SMichal Simeksource "arch/microblaze/Kconfig.platform"
88575ca288SMichal Simek
89575ca288SMichal Simekmenu "Processor type and features"
90575ca288SMichal Simek
91575ca288SMichal Simeksource "kernel/Kconfig.hz"
92575ca288SMichal Simek
93575ca288SMichal Simekconfig MMU
9405cdf457SMichal Simek	def_bool y
95575ca288SMichal Simek
96575ca288SMichal Simekcomment "Boot options"
97575ca288SMichal Simek
98575ca288SMichal Simekconfig CMDLINE_BOOL
99575ca288SMichal Simek	bool "Default bootloader kernel arguments"
100575ca288SMichal Simek
101575ca288SMichal Simekconfig CMDLINE
102575ca288SMichal Simek	string "Default kernel command string"
103575ca288SMichal Simek	depends on CMDLINE_BOOL
104575ca288SMichal Simek	default "console=ttyUL0,115200"
105575ca288SMichal Simek	help
106575ca288SMichal Simek	  On some architectures there is currently no way for the boot loader
107575ca288SMichal Simek	  to pass arguments to the kernel. For these architectures, you should
108575ca288SMichal Simek	  supply some command-line options at build time by entering them
109575ca288SMichal Simek	  here.
110575ca288SMichal Simek
111575ca288SMichal Simekconfig CMDLINE_FORCE
112575ca288SMichal Simek	bool "Force default kernel command string"
113575ca288SMichal Simek	depends on CMDLINE_BOOL
114575ca288SMichal Simek	default n
115575ca288SMichal Simek	help
116575ca288SMichal Simek	  Set this to have arguments from the default kernel command string
117575ca288SMichal Simek	  override those passed by the boot loader.
118575ca288SMichal Simek
119575ca288SMichal Simekendmenu
120575ca288SMichal Simek
121b408e2c2SMichal Simekmenu "Kernel features"
122a116f6d5SMichal Simek
1234cbbbb43SMichal Simekconfig NR_CPUS
1244cbbbb43SMichal Simek	int
1254cbbbb43SMichal Simek	default "1"
1264cbbbb43SMichal Simek
127a116f6d5SMichal Simekconfig ADVANCED_OPTIONS
128a116f6d5SMichal Simek	bool "Prompt for advanced kernel configuration options"
129a116f6d5SMichal Simek	help
130a116f6d5SMichal Simek	  This option will enable prompting for a variety of advanced kernel
131a116f6d5SMichal Simek	  configuration options.  These options can cause the kernel to not
132a116f6d5SMichal Simek	  work if they are set incorrectly, but can be used to optimize certain
133a116f6d5SMichal Simek	  aspects of kernel memory management.
134a116f6d5SMichal Simek
135a116f6d5SMichal Simek	  Unless you know what you are doing, say N here.
136a116f6d5SMichal Simek
137a116f6d5SMichal Simekcomment "Default settings for advanced configuration options are used"
138a116f6d5SMichal Simek	depends on !ADVANCED_OPTIONS
139a116f6d5SMichal Simek
1402f2f371fSMichal Simekconfig HIGHMEM
1412f2f371fSMichal Simek	bool "High memory support"
1427ac1b26bSThomas Gleixner	select KMAP_LOCAL
1432f2f371fSMichal Simek	help
1442f2f371fSMichal Simek	  The address space of Microblaze processors is only 4 Gigabytes large
1452f2f371fSMichal Simek	  and it has to accommodate user address space, kernel address
1462f2f371fSMichal Simek	  space as well as some memory mapped IO. That means that, if you
1472f2f371fSMichal Simek	  have a large amount of physical memory and/or IO, not all of the
1482f2f371fSMichal Simek	  memory can be "permanently mapped" by the kernel. The physical
1492f2f371fSMichal Simek	  memory that is not permanently mapped is called "high memory".
1502f2f371fSMichal Simek
1512f2f371fSMichal Simek	  If unsure, say n.
152a116f6d5SMichal Simek
153a116f6d5SMichal Simekconfig LOWMEM_SIZE_BOOL
154a116f6d5SMichal Simek	bool "Set maximum low memory"
15505cdf457SMichal Simek	depends on ADVANCED_OPTIONS
156a116f6d5SMichal Simek	help
157a116f6d5SMichal Simek	  This option allows you to set the maximum amount of memory which
158a116f6d5SMichal Simek	  will be used as "low memory", that is, memory which the kernel can
159a116f6d5SMichal Simek	  access directly, without having to set up a kernel virtual mapping.
160a116f6d5SMichal Simek	  This can be useful in optimizing the layout of kernel virtual
161a116f6d5SMichal Simek	  memory.
162a116f6d5SMichal Simek
163a116f6d5SMichal Simek	  Say N here unless you know what you are doing.
164a116f6d5SMichal Simek
165a116f6d5SMichal Simekconfig LOWMEM_SIZE
166a116f6d5SMichal Simek	hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
167a116f6d5SMichal Simek	default "0x30000000"
168a116f6d5SMichal Simek
1690b9b0200SMichal Simekconfig MANUAL_RESET_VECTOR
1700b9b0200SMichal Simek	hex "Microblaze reset vector address setup"
1710b9b0200SMichal Simek	default "0x0"
1720b9b0200SMichal Simek	help
1730b9b0200SMichal Simek	  Set this option to have the kernel override the CPU Reset vector.
1740b9b0200SMichal Simek	  If zero, no change will be made to the MicroBlaze reset vector at
1750b9b0200SMichal Simek	  address 0x0.
1760b9b0200SMichal Simek	  If non-zero, a jump instruction to this address, will be written
1770b9b0200SMichal Simek	  to the reset vector at address 0x0.
1780b9b0200SMichal Simek	  If you are unsure, set it to default value 0x0.
1790b9b0200SMichal Simek
180a116f6d5SMichal Simekconfig KERNEL_START_BOOL
181a116f6d5SMichal Simek	bool "Set custom kernel base address"
182a116f6d5SMichal Simek	depends on ADVANCED_OPTIONS
183a116f6d5SMichal Simek	help
184a116f6d5SMichal Simek	  This option allows you to set the kernel virtual address at which
185a116f6d5SMichal Simek	  the kernel will map low memory (the kernel image will be linked at
186a116f6d5SMichal Simek	  this address).  This can be useful in optimizing the virtual memory
187a116f6d5SMichal Simek	  layout of the system.
188a116f6d5SMichal Simek
189a116f6d5SMichal Simek	  Say N here unless you know what you are doing.
190a116f6d5SMichal Simek
191a116f6d5SMichal Simekconfig KERNEL_START
192a116f6d5SMichal Simek	hex "Virtual address of kernel base" if KERNEL_START_BOOL
19305cdf457SMichal Simek	default "0xc0000000"
194a116f6d5SMichal Simek
195a116f6d5SMichal Simekconfig TASK_SIZE_BOOL
196a116f6d5SMichal Simek	bool "Set custom user task size"
19705cdf457SMichal Simek	depends on ADVANCED_OPTIONS
198a116f6d5SMichal Simek	help
199a116f6d5SMichal Simek	  This option allows you to set the amount of virtual address space
200a116f6d5SMichal Simek	  allocated to user tasks.  This can be useful in optimizing the
201a116f6d5SMichal Simek	  virtual memory layout of the system.
202a116f6d5SMichal Simek
203a116f6d5SMichal Simek	  Say N here unless you know what you are doing.
204a116f6d5SMichal Simek
205a116f6d5SMichal Simekconfig TASK_SIZE
206a116f6d5SMichal Simek	hex "Size of user task space" if TASK_SIZE_BOOL
207a116f6d5SMichal Simek	default "0x80000000"
208a116f6d5SMichal Simek
209a5e3aaa6SAppana Durga Kedareswara raoconfig MB_MANAGER
210a5e3aaa6SAppana Durga Kedareswara rao	bool "Support for Microblaze Manager"
211a5e3aaa6SAppana Durga Kedareswara rao	depends on ADVANCED_OPTIONS
212a5e3aaa6SAppana Durga Kedareswara rao	help
213a5e3aaa6SAppana Durga Kedareswara rao	  This option enables API for configuring the MicroBlaze manager
214a5e3aaa6SAppana Durga Kedareswara rao	  control register, which is consumed by the break handler to
215a5e3aaa6SAppana Durga Kedareswara rao	  block the break.
216a5e3aaa6SAppana Durga Kedareswara rao
217a5e3aaa6SAppana Durga Kedareswara rao	  Say N here unless you know what you are doing.
218a5e3aaa6SAppana Durga Kedareswara rao
219575ca288SMichal Simekendmenu
220