Kconfig 4.3 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2
config PPC_PSERIES
3
	depends on PPC64 && PPC_BOOK3S
4
	bool "IBM pSeries & new (POWER5-based) iSeries"
5
	select HAVE_PCSPKR_PLATFORM
6
	select MPIC
7
	select OF_DYNAMIC
8
	select PCI
9
	select PCI_MSI
10
	select PPC_XICS
11
	select PPC_XIVE_SPAPR
12 13 14
	select PPC_ICP_NATIVE
	select PPC_ICP_HV
	select PPC_ICS_RTAS
15 16
	select PPC_I8259
	select PPC_RTAS
17
	select PPC_RTAS_DAEMON
18 19 20
	select RTAS_ERROR_LOGGING
	select PPC_UDBG_16550
	select PPC_NATIVE
21
	select PPC_DOORBELL
22
	select HOTPLUG_CPU
23
	select ARCH_RANDOM
24
	select PPC_DOORBELL
25
	select FORCE_SMP
26
	default y
27 28 29 30 31 32 33 34 35 36

config PPC_SPLPAR
	depends on PPC_PSERIES
	bool "Support for shared-processor logical partitions"
	help
	  Enabling this option will make the kernel run more efficiently
	  on logically-partitioned pSeries systems which use shared
	  processors, that is, which share physical processors between
	  two or more partitions.

37 38 39 40 41 42 43 44 45 46
config DTL
	bool "Dispatch Trace Log"
	depends on PPC_SPLPAR && DEBUG_FS
	help
	  SPLPAR machines can log hypervisor preempt & dispatch events to a
	  kernel buffer. Saying Y here will enable logging these events,
	  which are accessible through a debugfs file.

	  Say N if you are unsure.

47 48 49 50 51 52 53 54 55 56
config PSERIES_ENERGY
	tristate "pSeries energy management capabilities driver"
	depends on PPC_PSERIES
	default y
	help
	  Provides interface to platform energy management capabilities
	  on supported PSERIES platforms.
	  Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
	  and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint

57 58 59 60
config SCANLOG
	tristate "Scanlog dump interface"
	depends on RTAS_PROC && PPC_PSERIES

61 62 63 64 65 66 67 68 69 70 71 72 73 74
config IO_EVENT_IRQ
	bool "IO Event Interrupt support"
	depends on PPC_PSERIES
	default y
	help
	  Select this option, if you want to enable support for IO Event
	  interrupts. IO event interrupt is a mechanism provided by RTAS
	  to return information about hardware error and non-error events
	  which may need OS attention. RTAS returns events for multiple
	  event types and scopes. Device drivers can register their handlers
	  to receive events.

	  This option will only enable the IO event platform code. You
	  will still need to enable or compile the actual drivers
M
Masanari Iida 已提交
75
	  that use this infrastructure to handle IO event interrupts.
76 77 78

	  Say Y if you are unsure.

79
config LPARCFG
80
	bool "LPAR Configuration Data"
81
	depends on PPC_PSERIES
82 83 84
	help
	Provide system capacity information via human readable
	<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
85 86 87 88

config PPC_PSERIES_DEBUG
	depends on PPC_PSERIES && PPC_EARLY_DEBUG
	bool "Enable extra debug logging in platforms/pseries"
89 90 91 92 93 94
        help
	  Say Y here if you want the pseries core to produce a bunch of
	  debug messages to the system log. Select this if you are having a
	  problem with the pseries core and want to see more of what is
	  going on. This does not enable debugging in lpar.c, which must
	  be manually done due to its verbosity.
95
	default y
96 97 98 99 100 101 102 103 104 105 106 107 108

config PPC_SMLPAR
	bool "Support for shared-memory logical partitions"
	depends on PPC_PSERIES
	select LPARCFG
	help
	  Select this option to enable shared memory partition support.
	  With this option a system running in an LPAR can be given more
	  memory than physically available and will allow firmware to
	  balance memory across many LPARs.

config CMM
	tristate "Collaborative memory management"
109
	depends on PPC_SMLPAR
110 111 112 113 114 115 116 117
	default y
	help
	  Select this option, if you want to enable the kernel interface
	  to reduce the memory size of the system. This is accomplished
	  by allocating pages of memory and put them "on hold". This only
	  makes sense for a system running in an LPAR where the unused pages
	  will be reused for other LPARs. The interface allows firmware to
	  balance memory across many LPARs.
118

119 120 121 122 123 124 125 126
config HV_PERF_CTRS
       bool "Hypervisor supplied PMU events (24x7 & GPCI)"
       default y
       depends on PERF_EVENTS && PPC_PSERIES
       help
	  Enable access to hypervisor supplied counters in perf. Currently,
	  this enables code that uses the hcall GetPerfCounterInfo and 24x7
	  interfaces to retrieve counters. GPCI exists on Power 6 and later
127
	  systems. 24x7 is available on Power 8 and later systems.
128 129

          If unsure, select Y.
130 131 132 133 134

config IBMVIO
	depends on PPC_PSERIES
	bool
	default y
135 136

config IBMEBUS
137
	depends on PPC_PSERIES && !CPU_LITTLE_ENDIAN
138 139 140
	bool "Support for GX bus based adapters"
	help
	  Bus device driver for GX bus based adapters.