Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Select 32 or 64 bit 3config 64BIT 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 5 default "$(ARCH)" != "i386" 6 ---help--- 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 --- 1025 unchanged lines hidden (view full) --- 1034 the TBM3 (aka ITMT) priority order of the CPU cores and adjusts the 1035 scheduler's CPU selection logic accordingly, so that higher 1036 overall system performance can be achieved. 1037 1038 This feature will have no effect on CPUs without this feature. 1039 1040 If unsure say Y here. 1041 | 1# SPDX-License-Identifier: GPL-2.0 2# Select 32 or 64 bit 3config 64BIT 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 5 default "$(ARCH)" != "i386" 6 ---help--- 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 --- 1025 unchanged lines hidden (view full) --- 1034 the TBM3 (aka ITMT) priority order of the CPU cores and adjusts the 1035 scheduler's CPU selection logic accordingly, so that higher 1036 overall system performance can be achieved. 1037 1038 This feature will have no effect on CPUs without this feature. 1039 1040 If unsure say Y here. 1041 |
1042source "kernel/Kconfig.preempt" 1043 | |
1044config UP_LATE_INIT 1045 def_bool y 1046 depends on !SMP && X86_LOCAL_APIC 1047 1048config X86_UP_APIC 1049 bool "Local APIC support on uniprocessors" if !PCI_MSI 1050 default PCI_MSI 1051 depends on X86_32 && !SMP && !X86_32_NON_STANDARD --- 1883 unchanged lines hidden --- | 1042config UP_LATE_INIT 1043 def_bool y 1044 depends on !SMP && X86_LOCAL_APIC 1045 1046config X86_UP_APIC 1047 bool "Local APIC support on uniprocessors" if !PCI_MSI 1048 default PCI_MSI 1049 depends on X86_32 && !SMP && !X86_32_NON_STANDARD --- 1883 unchanged lines hidden --- |