Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1config MICROBLAZE 2 def_bool y 3 select ARCH_NO_SWAP 4 select ARCH_HAS_GCOV_PROFILE_ALL 5 select ARCH_MIGHT_HAVE_PC_PARPORT 6 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select BUILDTIME_EXTABLE_SORT --- 73 unchanged lines hidden (view full) --- 82 83config LOCKDEP_SUPPORT 84 def_bool y 85 86source "arch/microblaze/Kconfig.platform" 87 88menu "Processor type and features" 89 | 1config MICROBLAZE 2 def_bool y 3 select ARCH_NO_SWAP 4 select ARCH_HAS_GCOV_PROFILE_ALL 5 select ARCH_MIGHT_HAVE_PC_PARPORT 6 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select BUILDTIME_EXTABLE_SORT --- 73 unchanged lines hidden (view full) --- 82 83config LOCKDEP_SUPPORT 84 def_bool y 85 86source "arch/microblaze/Kconfig.platform" 87 88menu "Processor type and features" 89 |
90source "kernel/Kconfig.preempt" 91 | |
92source "kernel/Kconfig.hz" 93 94config MMU 95 bool "MMU support" 96 default n 97 98comment "Boot options" 99 --- 188 unchanged lines hidden --- | 90source "kernel/Kconfig.hz" 91 92config MMU 93 bool "MMU support" 94 default n 95 96comment "Boot options" 97 --- 188 unchanged lines hidden --- |