Kconfig (8a60d42d26d31df8121b251c2b5c56eb24e729f1) | Kconfig (a988fb806d72d4e3a0edbeaece3f2f1172ce44b8) |
---|---|
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 --- 492 unchanged lines hidden (view full) --- 501 -t openpromfs none /proc/openprom". 502 503 To compile the /proc/openprom support as a module, choose M here: the 504 module will be called openpromfs. 505 506 Only choose N if you know in advance that you will not need to modify 507 OpenPROM settings on the running system. 508 | 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 --- 492 unchanged lines hidden (view full) --- 501 -t openpromfs none /proc/openprom". 502 503 To compile the /proc/openprom support as a module, choose M here: the 504 module will be called openpromfs. 505 506 Only choose N if you know in advance that you will not need to modify 507 OpenPROM settings on the running system. 508 |
509# Makefile helper | 509# Makefile helpers |
510config SPARC64_PCI 511 bool 512 default y 513 depends on SPARC64 && PCI 514 | 510config SPARC64_PCI 511 bool 512 default y 513 depends on SPARC64 && PCI 514 |
515config SPARC64_PCI_MSI 516 bool 517 default y 518 depends on SPARC64_PCI && PCI_MSI 519 |
|
515endmenu 516 517menu "Executable file formats" 518 519source "fs/Kconfig.binfmt" 520 521config COMPAT 522 bool --- 32 unchanged lines hidden --- | 520endmenu 521 522menu "Executable file formats" 523 524source "fs/Kconfig.binfmt" 525 526config COMPAT 527 bool --- 32 unchanged lines hidden --- |