Kconfig (f615136c06a791364f5afa8b8ba965315a6440f1) | Kconfig (49b424fedaf88d0fa9913082b8c1ccd012a8a972) |
---|---|
1config ZONE_DMA 2 def_bool y 3 4config XTENSA 5 def_bool y 6 select ARCH_WANT_FRAME_POINTERS 7 select HAVE_IDE 8 select GENERIC_ATOMIC64 --- 126 unchanged lines hidden (view full) --- 135 to be activated during startup. 136 137config NR_CPUS 138 depends on SMP 139 int "Maximum number of CPUs (2-32)" 140 range 2 32 141 default "4" 142 | 1config ZONE_DMA 2 def_bool y 3 4config XTENSA 5 def_bool y 6 select ARCH_WANT_FRAME_POINTERS 7 select HAVE_IDE 8 select GENERIC_ATOMIC64 --- 126 unchanged lines hidden (view full) --- 135 to be activated during startup. 136 137config NR_CPUS 138 depends on SMP 139 int "Maximum number of CPUs (2-32)" 140 range 2 32 141 default "4" 142 |
143config HOTPLUG_CPU 144 bool "Enable CPU hotplug support" 145 depends on SMP 146 help 147 Say Y here to allow turning CPUs off and on. CPUs can be 148 controlled through /sys/devices/system/cpu. 149 150 Say N if you want to disable CPU hotplug. 151 |
|
143config MATH_EMULATION 144 bool "Math emulation" 145 help 146 Can we use information of configuration file? 147 148config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX 149 bool "Initialize Xtensa MMU inside the Linux kernel code" 150 default y --- 194 unchanged lines hidden --- | 152config MATH_EMULATION 153 bool "Math emulation" 154 help 155 Can we use information of configuration file? 156 157config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX 158 bool "Initialize Xtensa MMU inside the Linux kernel code" 159 default y --- 194 unchanged lines hidden --- |