aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig20
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index f5041d741dea..a639c0d07b8b 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -99,6 +99,9 @@ config HAVE_LATENCYTOP_SUPPORT
99 bool 99 bool
100 default y if SPARC64 100 default y if SPARC64
101 101
102config ARCH_HIBERNATION_POSSIBLE
103 def_bool y if SPARC64
104
102config AUDIT_ARCH 105config AUDIT_ARCH
103 bool 106 bool
104 default y 107 default y
@@ -303,6 +306,10 @@ config ARCH_SPARSEMEM_DEFAULT
303 306
304source "mm/Kconfig" 307source "mm/Kconfig"
305 308
309if SPARC64
310source "kernel/power/Kconfig"
311endif
312
306config SCHED_SMT 313config SCHED_SMT
307 bool "SMT (Hyperthreading) scheduler support" 314 bool "SMT (Hyperthreading) scheduler support"
308 depends on SPARC64 && SMP 315 depends on SPARC64 && SMP
@@ -472,7 +479,18 @@ config LEON_PCI
472 depends on PCI && SPARC_LEON 479 depends on PCI && SPARC_LEON
473 default y 480 default y
474 481
475config GRPCI2 482config SPARC_GRPCI1
483 bool "GRPCI Host Bridge Support"
484 depends on LEON_PCI
485 default y
486 help
487 Say Y here to include the GRPCI Host Bridge Driver. The GRPCI
488 PCI host controller is typically found in GRLIB SPARC32/LEON
489 systems. The driver has one property (all_pci_errors) controlled
490 from the bootloader that makes the GRPCI to generate interrupts
491 on detected PCI Parity and System errors.
492
493config SPARC_GRPCI2
476 bool "GRPCI2 Host Bridge Support" 494 bool "GRPCI2 Host Bridge Support"
477 depends on LEON_PCI 495 depends on LEON_PCI
478 default y 496 default y