Kconfig (8181d3ef26ed1d9eb21e2cdcac374e1f457fdc06) Kconfig (cfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd)
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

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

523 All of these platforms are extremely obscure, so say N if unsure.
524
525config PCI_DOMAINS
526 def_bool PCI if SPARC64
527
528config PCI_SYSCALL
529 def_bool PCI
530
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

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

523 All of these platforms are extremely obscure, so say N if unsure.
524
525config PCI_DOMAINS
526 def_bool PCI if SPARC64
527
528config PCI_SYSCALL
529 def_bool PCI
530
531config PCIC_PCI
532 bool
533 depends on PCI && !SPARC_LEON
534 default y
535
531source "drivers/pci/Kconfig"
532
533source "drivers/pcmcia/Kconfig"
534
535config SUN_OPENPROMFS
536 tristate "Openprom tree appears in /proc/openprom"
537 help
538 If you say Y, the OpenPROM device tree will be available as a

--- 54 unchanged lines hidden ---
536source "drivers/pci/Kconfig"
537
538source "drivers/pcmcia/Kconfig"
539
540config SUN_OPENPROMFS
541 tristate "Openprom tree appears in /proc/openprom"
542 help
543 If you say Y, the OpenPROM device tree will be available as a

--- 54 unchanged lines hidden ---