Kconfig (1753d50c9fdc39338d90ed246fc99f9a0efc35c3) | Kconfig (6630a8e5010517cc7f28788137d5cdae2550f346) |
---|---|
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 --- 133 unchanged lines hidden (view full) --- 142 select HAVE_C_RECORDMCOUNT 143 select HAVE_DEBUG_KMEMLEAK 144 select HAVE_DEBUG_STACKOVERFLOW 145 select HAVE_DMA_CONTIGUOUS 146 select HAVE_DYNAMIC_FTRACE 147 select HAVE_DYNAMIC_FTRACE_WITH_REGS 148 select HAVE_EBPF_JIT 149 select HAVE_EFFICIENT_UNALIGNED_ACCESS | 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 --- 133 unchanged lines hidden (view full) --- 142 select HAVE_C_RECORDMCOUNT 143 select HAVE_DEBUG_KMEMLEAK 144 select HAVE_DEBUG_STACKOVERFLOW 145 select HAVE_DMA_CONTIGUOUS 146 select HAVE_DYNAMIC_FTRACE 147 select HAVE_DYNAMIC_FTRACE_WITH_REGS 148 select HAVE_EBPF_JIT 149 select HAVE_EFFICIENT_UNALIGNED_ACCESS |
150 select HAVE_EISA |
|
150 select HAVE_EXIT_THREAD 151 select HAVE_FENTRY if X86_64 || DYNAMIC_FTRACE 152 select HAVE_FTRACE_MCOUNT_RECORD 153 select HAVE_FUNCTION_GRAPH_TRACER 154 select HAVE_FUNCTION_TRACER 155 select HAVE_GCC_PLUGINS 156 select HAVE_HW_BREAKPOINT 157 select HAVE_IDE --- 2519 unchanged lines hidden (view full) --- 2677 bool "ISA support" 2678 ---help--- 2679 Find out whether you have ISA slots on your motherboard. ISA is the 2680 name of a bus system, i.e. the way the CPU talks to the other stuff 2681 inside your box. Other bus systems are PCI, EISA, MicroChannel 2682 (MCA) or VESA. ISA is an older system, now being displaced by PCI; 2683 newer boards don't support it. If you have ISA, say Y, otherwise N. 2684 | 151 select HAVE_EXIT_THREAD 152 select HAVE_FENTRY if X86_64 || DYNAMIC_FTRACE 153 select HAVE_FTRACE_MCOUNT_RECORD 154 select HAVE_FUNCTION_GRAPH_TRACER 155 select HAVE_FUNCTION_TRACER 156 select HAVE_GCC_PLUGINS 157 select HAVE_HW_BREAKPOINT 158 select HAVE_IDE --- 2519 unchanged lines hidden (view full) --- 2678 bool "ISA support" 2679 ---help--- 2680 Find out whether you have ISA slots on your motherboard. ISA is the 2681 name of a bus system, i.e. the way the CPU talks to the other stuff 2682 inside your box. Other bus systems are PCI, EISA, MicroChannel 2683 (MCA) or VESA. ISA is an older system, now being displaced by PCI; 2684 newer boards don't support it. If you have ISA, say Y, otherwise N. 2685 |
2685config EISA 2686 bool "EISA support" 2687 depends on ISA 2688 ---help--- 2689 The Extended Industry Standard Architecture (EISA) bus was 2690 developed as an open alternative to the IBM MicroChannel bus. 2691 2692 The EISA bus provided some of the features of the IBM MicroChannel 2693 bus while maintaining backward compatibility with cards made for 2694 the older ISA bus. The EISA bus saw limited use between 1988 and 2695 1995 when it was made obsolete by the PCI bus. 2696 2697 Say Y here if you are building a kernel for an EISA-based machine. 2698 2699 Otherwise, say N. 2700 2701source "drivers/eisa/Kconfig" 2702 | |
2703config SCx200 2704 tristate "NatSemi SCx200 support" 2705 ---help--- 2706 This provides basic support for National Semiconductor's 2707 (now AMD's) Geode processors. The driver probes for the 2708 PCI-IDs of several on-chip devices, so its a good dependency 2709 for other scx200_* drivers. 2710 --- 205 unchanged lines hidden --- | 2686config SCx200 2687 tristate "NatSemi SCx200 support" 2688 ---help--- 2689 This provides basic support for National Semiconductor's 2690 (now AMD's) Geode processors. The driver probes for the 2691 PCI-IDs of several on-chip devices, so its a good dependency 2692 for other scx200_* drivers. 2693 --- 205 unchanged lines hidden --- |