Kconfig (f83d9396d1f63048c423efa00e4e244da10a35fd) Kconfig (25740d31ee5b6e99ab674eaa3ecbbe3f8a6d3b8c)
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.
9
10 Say yes to build a 64-bit kernel - formerly known as sparc64
11 Say no to build a 32-bit kernel - formerly known as sparc
12
13config SPARC
14 bool
15 default y
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.
9
10 Say yes to build a 64-bit kernel - formerly known as sparc64
11 Say no to build a 32-bit kernel - formerly known as sparc
12
13config SPARC
14 bool
15 default y
16 select ARCH_HAS_VM_GET_PAGE_PROT
16 select ARCH_MIGHT_HAVE_PC_PARPORT if SPARC64 && PCI
17 select ARCH_MIGHT_HAVE_PC_SERIO
18 select DMA_OPS
19 select OF
20 select OF_PROMTREE
21 select HAVE_ASM_MODVERSIONS
22 select HAVE_ARCH_KGDB if !SMP || SPARC64
23 select HAVE_ARCH_TRACEHOOK

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

79 select RTC_DRV_CMOS
80 select RTC_DRV_BQ4802
81 select RTC_DRV_SUN4V
82 select RTC_DRV_STARFIRE
83 select HAVE_PERF_EVENTS
84 select PERF_USE_VMALLOC
85 select ARCH_HAVE_NMI_SAFE_CMPXCHG
86 select HAVE_C_RECORDMCOUNT
17 select ARCH_MIGHT_HAVE_PC_PARPORT if SPARC64 && PCI
18 select ARCH_MIGHT_HAVE_PC_SERIO
19 select DMA_OPS
20 select OF
21 select OF_PROMTREE
22 select HAVE_ASM_MODVERSIONS
23 select HAVE_ARCH_KGDB if !SMP || SPARC64
24 select HAVE_ARCH_TRACEHOOK

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

80 select RTC_DRV_CMOS
81 select RTC_DRV_BQ4802
82 select RTC_DRV_SUN4V
83 select RTC_DRV_STARFIRE
84 select HAVE_PERF_EVENTS
85 select PERF_USE_VMALLOC
86 select ARCH_HAVE_NMI_SAFE_CMPXCHG
87 select HAVE_C_RECORDMCOUNT
87 select ARCH_HAS_VM_GET_PAGE_PROT
88 select HAVE_ARCH_AUDITSYSCALL
89 select ARCH_SUPPORTS_ATOMIC_RMW
90 select ARCH_SUPPORTS_DEBUG_PAGEALLOC
91 select HAVE_NMI
92 select HAVE_REGS_AND_STACK_ACCESS_API
93 select ARCH_USE_QUEUED_RWLOCKS
94 select ARCH_USE_QUEUED_SPINLOCKS
95 select GENERIC_TIME_VSYSCALL

--- 397 unchanged lines hidden ---
88 select HAVE_ARCH_AUDITSYSCALL
89 select ARCH_SUPPORTS_ATOMIC_RMW
90 select ARCH_SUPPORTS_DEBUG_PAGEALLOC
91 select HAVE_NMI
92 select HAVE_REGS_AND_STACK_ACCESS_API
93 select ARCH_USE_QUEUED_RWLOCKS
94 select ARCH_USE_QUEUED_SPINLOCKS
95 select GENERIC_TIME_VSYSCALL

--- 397 unchanged lines hidden ---