Kconfig (176d5325d1a7d088e96cfef898fa7d3a622a6903) Kconfig (9a08862a5d2e266ecea1865547463da2745fc687)
1config 64BIT
2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
4 help
5 SPARC is a family of RISC microprocessors designed and marketed by
6 Sun Microsystems, incorporated. They are very widely found in Sun
7 workstations and clones.
8

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

39 select GENERIC_STRNCPY_FROM_USER
40 select GENERIC_STRNLEN_USER
41 select MODULES_USE_ELF_RELA
42 select ODD_RT_SIGACTION
43 select OLD_SIGSUSPEND
44 select ARCH_HAS_SG_CHAIN
45 select CPU_NO_EFFICIENT_FFS
46 select LOCKDEP_SMALL if LOCKDEP
1config 64BIT
2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
4 help
5 SPARC is a family of RISC microprocessors designed and marketed by
6 Sun Microsystems, incorporated. They are very widely found in Sun
7 workstations and clones.
8

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

39 select GENERIC_STRNCPY_FROM_USER
40 select GENERIC_STRNLEN_USER
41 select MODULES_USE_ELF_RELA
42 select ODD_RT_SIGACTION
43 select OLD_SIGSUSPEND
44 select ARCH_HAS_SG_CHAIN
45 select CPU_NO_EFFICIENT_FFS
46 select LOCKDEP_SMALL if LOCKDEP
47 select ARCH_WANT_RELAX_ORDER
47
48config SPARC32
49 def_bool !64BIT
50 select GENERIC_ATOMIC64
51 select CLZ_TAB
52 select HAVE_UID16
53 select OLD_SIGACTION
54

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

79 select HAVE_C_RECORDMCOUNT
80 select NO_BOOTMEM
81 select HAVE_ARCH_AUDITSYSCALL
82 select ARCH_SUPPORTS_ATOMIC_RMW
83 select HAVE_NMI
84 select HAVE_REGS_AND_STACK_ACCESS_API
85 select ARCH_USE_QUEUED_RWLOCKS
86 select ARCH_USE_QUEUED_SPINLOCKS
48
49config SPARC32
50 def_bool !64BIT
51 select GENERIC_ATOMIC64
52 select CLZ_TAB
53 select HAVE_UID16
54 select OLD_SIGACTION
55

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

80 select HAVE_C_RECORDMCOUNT
81 select NO_BOOTMEM
82 select HAVE_ARCH_AUDITSYSCALL
83 select ARCH_SUPPORTS_ATOMIC_RMW
84 select HAVE_NMI
85 select HAVE_REGS_AND_STACK_ACCESS_API
86 select ARCH_USE_QUEUED_RWLOCKS
87 select ARCH_USE_QUEUED_SPINLOCKS
88 select GENERIC_TIME_VSYSCALL
89 select ARCH_CLOCKSOURCE_DATA
87
88config ARCH_DEFCONFIG
89 string
90 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
91 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
92
93config ARCH_PROC_KCORE_TEXT
94 def_bool y

--- 509 unchanged lines hidden ---
90
91config ARCH_DEFCONFIG
92 string
93 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
94 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
95
96config ARCH_PROC_KCORE_TEXT
97 def_bool y

--- 509 unchanged lines hidden ---