Kconfig (4a95857a875e887cc958c92fe9d2cde6184d2ec0) | Kconfig (0774a6ed294b963dc76df2d8342ab86d030759ec) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config 64BIT 3 bool "64-bit kernel" if "$(ARCH)" = "sparc" 4 default "$(ARCH)" = "sparc64" 5 help 6 SPARC is a family of RISC microprocessors designed and marketed by 7 Sun Microsystems, incorporated. They are very widely found in Sun 8 workstations and clones. --- 25 unchanged lines hidden (view full) --- 34 select GENERIC_IRQ_SHOW 35 select ARCH_WANT_IPC_PARSE_VERSION 36 select GENERIC_PCI_IOMAP 37 select HAVE_NMI_WATCHDOG if SPARC64 38 select HAVE_CBPF_JIT if SPARC32 39 select HAVE_EBPF_JIT if SPARC64 40 select HAVE_DEBUG_BUGVERBOSE 41 select GENERIC_SMP_IDLE_THREAD | 1# SPDX-License-Identifier: GPL-2.0-only 2config 64BIT 3 bool "64-bit kernel" if "$(ARCH)" = "sparc" 4 default "$(ARCH)" = "sparc64" 5 help 6 SPARC is a family of RISC microprocessors designed and marketed by 7 Sun Microsystems, incorporated. They are very widely found in Sun 8 workstations and clones. --- 25 unchanged lines hidden (view full) --- 34 select GENERIC_IRQ_SHOW 35 select ARCH_WANT_IPC_PARSE_VERSION 36 select GENERIC_PCI_IOMAP 37 select HAVE_NMI_WATCHDOG if SPARC64 38 select HAVE_CBPF_JIT if SPARC32 39 select HAVE_EBPF_JIT if SPARC64 40 select HAVE_DEBUG_BUGVERBOSE 41 select GENERIC_SMP_IDLE_THREAD |
42 select GENERIC_CLOCKEVENTS | |
43 select GENERIC_STRNCPY_FROM_USER 44 select GENERIC_STRNLEN_USER 45 select MODULES_USE_ELF_RELA 46 select PCI_SYSCALL if PCI 47 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI 48 select ODD_RT_SIGACTION 49 select OLD_SIGSUSPEND 50 select CPU_NO_EFFICIENT_FFS --- 459 unchanged lines hidden --- | 42 select GENERIC_STRNCPY_FROM_USER 43 select GENERIC_STRNLEN_USER 44 select MODULES_USE_ELF_RELA 45 select PCI_SYSCALL if PCI 46 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI 47 select ODD_RT_SIGACTION 48 select OLD_SIGSUSPEND 49 select CPU_NO_EFFICIENT_FFS --- 459 unchanged lines hidden --- |