Kconfig (d8650106b4627b4686d56d8090a3d61b8ea001cd) Kconfig (1ab0a67601ca7be81bfaaa0a2540ee0d0393f40b)
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

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

500 default y
501 help
502 Say Y here to include the GRPCI Host Bridge Driver. The GRPCI
503 PCI host controller is typically found in GRLIB SPARC32/LEON
504 systems. The driver has one property (all_pci_errors) controlled
505 from the bootloader that makes the GRPCI to generate interrupts
506 on detected PCI Parity and System errors.
507
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

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

500 default y
501 help
502 Say Y here to include the GRPCI Host Bridge Driver. The GRPCI
503 PCI host controller is typically found in GRLIB SPARC32/LEON
504 systems. The driver has one property (all_pci_errors) controlled
505 from the bootloader that makes the GRPCI to generate interrupts
506 on detected PCI Parity and System errors.
507
508config GRPCI2
508config SPARC_GRPCI2
509 bool "GRPCI2 Host Bridge Support"
510 depends on LEON_PCI
511 default y
512 help
513 Say Y here to include the GRPCI2 Host Bridge Driver.
514
515source "drivers/pci/Kconfig"
516

--- 61 unchanged lines hidden ---
509 bool "GRPCI2 Host Bridge Support"
510 depends on LEON_PCI
511 default y
512 help
513 Say Y here to include the GRPCI2 Host Bridge Driver.
514
515source "drivers/pci/Kconfig"
516

--- 61 unchanged lines hidden ---