Kconfig (a5fcc2367e223c45c78a882438c2b8e13fe0f580) Kconfig (a050ba1e7422f2cc60ff8bfde3f96d34d00cb585)
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.

--- 19 unchanged lines hidden (view full) ---

28 select RTC_CLASS
29 select RTC_DRV_M48T59
30 select RTC_SYSTOHC
31 select HAVE_ARCH_JUMP_LABEL if SPARC64
32 select GENERIC_IRQ_SHOW
33 select ARCH_WANT_IPC_PARSE_VERSION
34 select GENERIC_PCI_IOMAP
35 select HAS_IOPORT
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.

--- 19 unchanged lines hidden (view full) ---

28 select RTC_CLASS
29 select RTC_DRV_M48T59
30 select RTC_SYSTOHC
31 select HAVE_ARCH_JUMP_LABEL if SPARC64
32 select GENERIC_IRQ_SHOW
33 select ARCH_WANT_IPC_PARSE_VERSION
34 select GENERIC_PCI_IOMAP
35 select HAS_IOPORT
36 select HAVE_HARDLOCKUP_DETECTOR_SPARC64 if SPARC64
36 select HAVE_NMI_WATCHDOG if SPARC64
37 select HAVE_CBPF_JIT if SPARC32
38 select HAVE_EBPF_JIT if SPARC64
39 select HAVE_DEBUG_BUGVERBOSE
40 select GENERIC_SMP_IDLE_THREAD
41 select MODULES_USE_ELF_RELA
42 select PCI_SYSCALL if PCI
43 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
44 select ODD_RT_SIGACTION

--- 7 unchanged lines hidden (view full) ---

52config SPARC32
53 def_bool !64BIT
54 select ARCH_32BIT_OFF_T
55 select ARCH_HAS_SYNC_DMA_FOR_CPU
56 select CLZ_TAB
57 select DMA_DIRECT_REMAP
58 select GENERIC_ATOMIC64
59 select HAVE_UID16
37 select HAVE_CBPF_JIT if SPARC32
38 select HAVE_EBPF_JIT if SPARC64
39 select HAVE_DEBUG_BUGVERBOSE
40 select GENERIC_SMP_IDLE_THREAD
41 select MODULES_USE_ELF_RELA
42 select PCI_SYSCALL if PCI
43 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
44 select ODD_RT_SIGACTION

--- 7 unchanged lines hidden (view full) ---

52config SPARC32
53 def_bool !64BIT
54 select ARCH_32BIT_OFF_T
55 select ARCH_HAS_SYNC_DMA_FOR_CPU
56 select CLZ_TAB
57 select DMA_DIRECT_REMAP
58 select GENERIC_ATOMIC64
59 select HAVE_UID16
60 select LOCK_MM_AND_FIND_VMA
60 select OLD_SIGACTION
61 select ZONE_DMA
62
63config SPARC64
64 def_bool 64BIT
65 select ALTERNATE_USER_ADDRESS_SPACE
66 select HAVE_FUNCTION_TRACER
67 select HAVE_FUNCTION_GRAPH_TRACER

--- 426 unchanged lines hidden ---
61 select OLD_SIGACTION
62 select ZONE_DMA
63
64config SPARC64
65 def_bool 64BIT
66 select ALTERNATE_USER_ADDRESS_SPACE
67 select HAVE_FUNCTION_TRACER
68 select HAVE_FUNCTION_GRAPH_TRACER

--- 426 unchanged lines hidden ---