diff options
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 20 |
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 | ||
102 | config ARCH_HIBERNATION_POSSIBLE | ||
103 | def_bool y if SPARC64 | ||
104 | |||
102 | config AUDIT_ARCH | 105 | config AUDIT_ARCH |
103 | bool | 106 | bool |
104 | default y | 107 | default y |
@@ -303,6 +306,10 @@ config ARCH_SPARSEMEM_DEFAULT | |||
303 | 306 | ||
304 | source "mm/Kconfig" | 307 | source "mm/Kconfig" |
305 | 308 | ||
309 | if SPARC64 | ||
310 | source "kernel/power/Kconfig" | ||
311 | endif | ||
312 | |||
306 | config SCHED_SMT | 313 | config 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 | ||
475 | config GRPCI2 | 482 | config 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 | |||
493 | config 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 |