Kconfig (f616ab59c294b6ea6efa94f6139ea3eda2f52be0) | Kconfig (4965a68780c5ccad4082434e264953fba0f9bcf6) |
---|---|
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 --- 90 unchanged lines hidden (view full) --- 99 100config CPU_BIG_ENDIAN 101 def_bool y 102 103config ARCH_ATU 104 bool 105 default y if SPARC64 106 | 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 --- 90 unchanged lines hidden (view full) --- 99 100config CPU_BIG_ENDIAN 101 def_bool y 102 103config ARCH_ATU 104 bool 105 default y if SPARC64 106 |
107config ARCH_DMA_ADDR_T_64BIT 108 bool 109 default y if ARCH_ATU 110 | |
111config STACKTRACE_SUPPORT 112 bool 113 default y if SPARC64 114 115config LOCKDEP_SUPPORT 116 bool 117 default y if SPARC64 118 --- 478 unchanged lines hidden --- | 107config STACKTRACE_SUPPORT 108 bool 109 default y if SPARC64 110 111config LOCKDEP_SUPPORT 112 bool 113 default y if SPARC64 114 --- 478 unchanged lines hidden --- |