Kconfig (e0b2029614fe7e3b09fab253630c5b70eea58f53) Kconfig (f58b20bd6bad48d6fc5633f003c3651115273fb2)
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

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

79 select HAVE_C_RECORDMCOUNT
80 select NO_BOOTMEM
81
82config ARCH_DEFCONFIG
83 string
84 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
85 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
86
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

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

79 select HAVE_C_RECORDMCOUNT
80 select NO_BOOTMEM
81
82config ARCH_DEFCONFIG
83 string
84 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
85 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
86
87# CONFIG_BITS can be used at source level to get 32/64 bits
88config BITS
89 int
90 default 32 if SPARC32
91 default 64 if SPARC64
92
93config IOMMU_HELPER
94 bool
95 default y if SPARC64
96
97config STACKTRACE_SUPPORT
98 bool
99 default y if SPARC64
100

--- 472 unchanged lines hidden ---
87config IOMMU_HELPER
88 bool
89 default y if SPARC64
90
91config STACKTRACE_SUPPORT
92 bool
93 default y if SPARC64
94

--- 472 unchanged lines hidden ---