Kconfig (2d8ad8719591fa803b0d589ed057fa46f49b7155) | Kconfig (0b9b0200b0922c29dc251b99700f96dade92214a) |
---|---|
1config MICROBLAZE 2 def_bool y 3 select HAVE_MEMBLOCK 4 select HAVE_FUNCTION_TRACER 5 select HAVE_FUNCTION_TRACE_MCOUNT_TEST 6 select HAVE_FUNCTION_GRAPH_TRACER 7 select HAVE_DYNAMIC_FTRACE 8 select HAVE_FTRACE_MCOUNT_RECORD 9 select USB_ARCH_HAS_EHCI 10 select ARCH_WANT_OPTIONAL_GPIOLIB 11 select HAVE_OPROFILE 12 select HAVE_ARCH_KGDB 13 select HAVE_DMA_ATTRS 14 select HAVE_DMA_API_DEBUG 15 select TRACING_SUPPORT 16 select OF 17 select OF_EARLY_FLATTREE | 1config MICROBLAZE 2 def_bool y 3 select HAVE_MEMBLOCK 4 select HAVE_FUNCTION_TRACER 5 select HAVE_FUNCTION_TRACE_MCOUNT_TEST 6 select HAVE_FUNCTION_GRAPH_TRACER 7 select HAVE_DYNAMIC_FTRACE 8 select HAVE_FTRACE_MCOUNT_RECORD 9 select USB_ARCH_HAS_EHCI 10 select ARCH_WANT_OPTIONAL_GPIOLIB 11 select HAVE_OPROFILE 12 select HAVE_ARCH_KGDB 13 select HAVE_DMA_ATTRS 14 select HAVE_DMA_API_DEBUG 15 select TRACING_SUPPORT 16 select OF 17 select OF_EARLY_FLATTREE |
18 select HAVE_GENERIC_HARDIRQS 19 select GENERIC_IRQ_PROBE 20 select GENERIC_HARDIRQS_NO_DEPRECATED |
|
18 19config SWAP 20 def_bool n 21 22config RWSEM_GENERIC_SPINLOCK 23 def_bool y 24 25config RWSEM_XCHGADD_ALGORITHM --- 6 unchanged lines hidden (view full) --- 32 def_bool n 33 34config GENERIC_FIND_NEXT_BIT 35 def_bool y 36 37config GENERIC_HWEIGHT 38 def_bool y 39 | 21 22config SWAP 23 def_bool n 24 25config RWSEM_GENERIC_SPINLOCK 26 def_bool y 27 28config RWSEM_XCHGADD_ALGORITHM --- 6 unchanged lines hidden (view full) --- 35 def_bool n 36 37config GENERIC_FIND_NEXT_BIT 38 def_bool y 39 40config GENERIC_HWEIGHT 41 def_bool y 42 |
40config GENERIC_HARDIRQS 41 def_bool y 42 43config GENERIC_IRQ_PROBE 44 def_bool y 45 | |
46config GENERIC_CALIBRATE_DELAY 47 def_bool y 48 49config GENERIC_TIME_VSYSCALL 50 def_bool n 51 52config GENERIC_CLOCKEVENTS 53 def_bool y 54 | 43config GENERIC_CALIBRATE_DELAY 44 def_bool y 45 46config GENERIC_TIME_VSYSCALL 47 def_bool n 48 49config GENERIC_CLOCKEVENTS 50 def_bool y 51 |
55config GENERIC_HARDIRQS_NO__DO_IRQ 56 def_bool y 57 | |
58config GENERIC_GPIO 59 def_bool y 60 61config GENERIC_CSUM 62 def_bool y 63 64config STACKTRACE_SUPPORT 65 def_bool y --- 119 unchanged lines hidden (view full) --- 185 memory. 186 187 Say N here unless you know what you are doing. 188 189config LOWMEM_SIZE 190 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 191 default "0x30000000" 192 | 52config GENERIC_GPIO 53 def_bool y 54 55config GENERIC_CSUM 56 def_bool y 57 58config STACKTRACE_SUPPORT 59 def_bool y --- 119 unchanged lines hidden (view full) --- 179 memory. 180 181 Say N here unless you know what you are doing. 182 183config LOWMEM_SIZE 184 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 185 default "0x30000000" 186 |
187config MANUAL_RESET_VECTOR 188 hex "Microblaze reset vector address setup" 189 default "0x0" 190 help 191 Set this option to have the kernel override the CPU Reset vector. 192 If zero, no change will be made to the MicroBlaze reset vector at 193 address 0x0. 194 If non-zero, a jump instruction to this address, will be written 195 to the reset vector at address 0x0. 196 If you are unsure, set it to default value 0x0. 197 |
|
193config KERNEL_START_BOOL 194 bool "Set custom kernel base address" 195 depends on ADVANCED_OPTIONS 196 help 197 This option allows you to set the kernel virtual address at which 198 the kernel will map low memory (the kernel image will be linked at 199 this address). This can be useful in optimizing the virtual memory 200 layout of the system. --- 48 unchanged lines hidden (view full) --- 249 bool "32k page size" 250 251endchoice 252 253endmenu 254 255source "mm/Kconfig" 256 | 198config KERNEL_START_BOOL 199 bool "Set custom kernel base address" 200 depends on ADVANCED_OPTIONS 201 help 202 This option allows you to set the kernel virtual address at which 203 the kernel will map low memory (the kernel image will be linked at 204 this address). This can be useful in optimizing the virtual memory 205 layout of the system. --- 48 unchanged lines hidden (view full) --- 254 bool "32k page size" 255 256endchoice 257 258endmenu 259 260source "mm/Kconfig" 261 |
257menu "Exectuable file formats" | 262menu "Executable file formats" |
258 259source "fs/Kconfig.binfmt" 260 261endmenu 262 263menu "Bus Options" 264 265config PCI --- 29 unchanged lines hidden --- | 263 264source "fs/Kconfig.binfmt" 265 266endmenu 267 268menu "Bus Options" 269 270config PCI --- 29 unchanged lines hidden --- |