Kconfig (3505d1a9fd65e2d3e00827857b6795d9d8983658) Kconfig (c57ec52f2647e53709c3ce8d86b28876c2f32de0)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/SPARC Kernel Configuration"
6
7config 64BIT
8 bool "64-bit kernel" if ARCH = "sparc"

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

216 default y
217 depends on SPARC32 && SMP
218
219config SPARC64_SMP
220 bool
221 default y
222 depends on SPARC64 && SMP
223
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/SPARC Kernel Configuration"
6
7config 64BIT
8 bool "64-bit kernel" if ARCH = "sparc"

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

216 default y
217 depends on SPARC32 && SMP
218
219config SPARC64_SMP
220 bool
221 default y
222 depends on SPARC64 && SMP
223
224config EARLYFB
225 bool "Support for early boot text console"
226 default y
227 depends on SPARC64
228 help
229 Say Y here to enable a faster early framebuffer boot console.
230
224choice
225 prompt "Kernel page size" if SPARC64
226 default SPARC64_PAGE_SIZE_8KB
227
228config SPARC64_PAGE_SIZE_8KB
229 bool "8KB"
230 help
231 This lets you select the page size of the kernel.

--- 326 unchanged lines hidden ---
231choice
232 prompt "Kernel page size" if SPARC64
233 default SPARC64_PAGE_SIZE_8KB
234
235config SPARC64_PAGE_SIZE_8KB
236 bool "8KB"
237 help
238 This lets you select the page size of the kernel.

--- 326 unchanged lines hidden ---