Kconfig (b3bbcc5d1da1b654091dad15980b3d58fdae0fc6) Kconfig (a5e3aaa654c15760afdfb85d0b6fd825ce068efc)
1# SPDX-License-Identifier: GPL-2.0-only
2config MICROBLAZE
3 def_bool y
4 select ARCH_32BIT_OFF_T
5 select ARCH_NO_SWAP
6 select ARCH_HAS_DMA_PREP_COHERENT
7 select ARCH_HAS_GCOV_PROFILE_ALL
8 select ARCH_HAS_SYNC_DMA_FOR_CPU

--- 190 unchanged lines hidden (view full) ---

199 virtual memory layout of the system.
200
201 Say N here unless you know what you are doing.
202
203config TASK_SIZE
204 hex "Size of user task space" if TASK_SIZE_BOOL
205 default "0x80000000"
206
1# SPDX-License-Identifier: GPL-2.0-only
2config MICROBLAZE
3 def_bool y
4 select ARCH_32BIT_OFF_T
5 select ARCH_NO_SWAP
6 select ARCH_HAS_DMA_PREP_COHERENT
7 select ARCH_HAS_GCOV_PROFILE_ALL
8 select ARCH_HAS_SYNC_DMA_FOR_CPU

--- 190 unchanged lines hidden (view full) ---

199 virtual memory layout of the system.
200
201 Say N here unless you know what you are doing.
202
203config TASK_SIZE
204 hex "Size of user task space" if TASK_SIZE_BOOL
205 default "0x80000000"
206
207config MB_MANAGER
208 bool "Support for Microblaze Manager"
209 depends on ADVANCED_OPTIONS
210 help
211 This option enables API for configuring the MicroBlaze manager
212 control register, which is consumed by the break handler to
213 block the break.
214
215 Say N here unless you know what you are doing.
216
207endmenu
208
209menu "Bus Options"
210
211config PCI_XILINX
212 bool "Xilinx PCI host bridge support"
213 depends on PCI
214
215endmenu
217endmenu
218
219menu "Bus Options"
220
221config PCI_XILINX
222 bool "Xilinx PCI host bridge support"
223 depends on PCI
224
225endmenu