Kconfig (5e53879008b9acefe9f43498fd36db7376e08739) | Kconfig (d670bd4f803c8b646acd20f3ba21e65458293faf) |
---|---|
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 SPARC 8 bool --- 184 unchanged lines hidden (view full) --- 193 194config EMULATED_CMPXCHG 195 bool 196 default y if SPARC32 197 help 198 Sparc32 does not have a CAS instruction like sparc64. cmpxchg() 199 is emulated, and therefore it is not completely atomic. 200 | 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 SPARC 8 bool --- 184 unchanged lines hidden (view full) --- 193 194config EMULATED_CMPXCHG 195 bool 196 default y if SPARC32 197 help 198 Sparc32 does not have a CAS instruction like sparc64. cmpxchg() 199 is emulated, and therefore it is not completely atomic. 200 |
201# Makefile helpers 202config SPARC32_SMP 203 bool 204 default y 205 depends on SPARC32 && SMP 206 207config SPARC64_SMP 208 bool 209 default y 210 depends on SPARC64 && SMP 211 |
|
201choice 202 prompt "Kernel page size" if SPARC64 203 default SPARC64_PAGE_SIZE_8KB 204 205config SPARC64_PAGE_SIZE_8KB 206 bool "8KB" 207 help 208 This lets you select the page size of the kernel. --- 291 unchanged lines hidden (view full) --- 500 -t openpromfs none /proc/openprom". 501 502 To compile the /proc/openprom support as a module, choose M here: the 503 module will be called openpromfs. 504 505 Only choose N if you know in advance that you will not need to modify 506 OpenPROM settings on the running system. 507 | 212choice 213 prompt "Kernel page size" if SPARC64 214 default SPARC64_PAGE_SIZE_8KB 215 216config SPARC64_PAGE_SIZE_8KB 217 bool "8KB" 218 help 219 This lets you select the page size of the kernel. --- 291 unchanged lines hidden (view full) --- 511 -t openpromfs none /proc/openprom". 512 513 To compile the /proc/openprom support as a module, choose M here: the 514 module will be called openpromfs. 515 516 Only choose N if you know in advance that you will not need to modify 517 OpenPROM settings on the running system. 518 |
519# Makefile helpers 520config SPARC32_PCI 521 bool 522 default y 523 depends on SPARC32 && PCI |
|
508 | 524 |
525config SPARC64_PCI 526 bool 527 default y 528 depends on SPARC64 && PCI 529 |
|
509endmenu 510 511menu "Executable file formats" 512 513source "fs/Kconfig.binfmt" 514 515config COMPAT 516 bool --- 26 unchanged lines hidden --- | 530endmenu 531 532menu "Executable file formats" 533 534source "fs/Kconfig.binfmt" 535 536config COMPAT 537 bool --- 26 unchanged lines hidden --- |