• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
1config PPC_PSERIES
2	depends on PPC_MULTIPLATFORM && PPC64
3	bool "IBM pSeries & new (POWER5-based) iSeries"
4	select MPIC
5	select PPC_I8259
6	select PPC_RTAS
7	select RTAS_ERROR_LOGGING
8	select PPC_UDBG_16550
9	select PPC_NATIVE
10	default y
11
12config PPC_SPLPAR
13	depends on PPC_PSERIES
14	bool "Support for shared-processor logical partitions"
15	default n
16	help
17	  Enabling this option will make the kernel run more efficiently
18	  on logically-partitioned pSeries systems which use shared
19	  processors, that is, which share physical processors between
20	  two or more partitions.
21
22config EEH
23	bool "PCI Extended Error Handling (EEH)" if EMBEDDED
24	depends on PPC_PSERIES
25	default y if !EMBEDDED
26
27config SCANLOG
28	tristate "Scanlog dump interface"
29	depends on RTAS_PROC && PPC_PSERIES
30
31config LPARCFG
32	bool "LPAR Configuration Data"
33	depends on PPC_PSERIES || PPC_ISERIES
34	help
35	Provide system capacity information via human readable
36	<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
37