xref: /linux/arch/powerpc/platforms/pseries/Kconfig (revision 6175b70df95ed3b8fe177cb20b9b00b1f9008cc4)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
235a1245aSKumar Galaconfig PPC_PSERIES
328794d34SBenjamin Herrenschmidt	depends on PPC64 && PPC_BOOK3S
435a1245aSKumar Gala	bool "IBM pSeries & new (POWER5-based) iSeries"
58761f1abSRalf Baechle	select HAVE_PCSPKR_PLATFORM
635a1245aSKumar Gala	select MPIC
70f22dd39SGrant Likely	select OF_DYNAMIC
8eb01d42aSChristoph Hellwig	select FORCE_PCI
98a55c4baSMel Gorman	select PCI_MSI
10*6175b70dSRandy Dunlap	select GENERIC_ALLOCATOR
110b05ac6eSBenjamin Herrenschmidt	select PPC_XICS
12eac1e731SCédric Le Goater	select PPC_XIVE_SPAPR
130b05ac6eSBenjamin Herrenschmidt	select PPC_ICP_NATIVE
140b05ac6eSBenjamin Herrenschmidt	select PPC_ICP_HV
150b05ac6eSBenjamin Herrenschmidt	select PPC_ICS_RTAS
1635a1245aSKumar Gala	select PPC_I8259
1735a1245aSKumar Gala	select PPC_RTAS
183d541c4bSBenjamin Herrenschmidt	select PPC_RTAS_DAEMON
1935a1245aSKumar Gala	select RTAS_ERROR_LOGGING
2035a1245aSKumar Gala	select PPC_UDBG_16550
21e5e84f0aSIan Munsie	select PPC_DOORBELL
22270e2dc9SMichael Ellerman	select HOTPLUG_CPU
23270e2dc9SMichael Ellerman	select FORCE_SMP
241a047cc7SAlexey Kardashevskiy	select SWIOTLB
2535a1245aSKumar Gala	default y
2614cf11afSPaul Mackerras
270e8a6313SNicholas Pigginconfig PARAVIRT
280e8a6313SNicholas Piggin	bool
290e8a6313SNicholas Piggin
3020c0e826SNicholas Pigginconfig PARAVIRT_SPINLOCKS
3120c0e826SNicholas Piggin	bool
3220c0e826SNicholas Piggin
330e8a6313SNicholas Pigginconfig PARAVIRT_TIME_ACCOUNTING
340e8a6313SNicholas Piggin	select PARAVIRT
350e8a6313SNicholas Piggin	bool
360e8a6313SNicholas Piggin
3714cf11afSPaul Mackerrasconfig PPC_SPLPAR
3814cf11afSPaul Mackerras	bool "Support for shared-processor logical partitions"
3920c0e826SNicholas Piggin	depends on PPC_PSERIES
4020c0e826SNicholas Piggin	select PARAVIRT_SPINLOCKS if PPC_QUEUED_SPINLOCKS
410e8a6313SNicholas Piggin	select PARAVIRT_TIME_ACCOUNTING if VIRT_CPU_ACCOUNTING_GEN
4220c0e826SNicholas Piggin	default y
4314cf11afSPaul Mackerras	help
4414cf11afSPaul Mackerras	  Enabling this option will make the kernel run more efficiently
4514cf11afSPaul Mackerras	  on logically-partitioned pSeries systems which use shared
4614cf11afSPaul Mackerras	  processors, that is, which share physical processors between
4714cf11afSPaul Mackerras	  two or more partitions.
4814cf11afSPaul Mackerras
4920c0e826SNicholas Piggin	  Say Y if you are unsure.
5020c0e826SNicholas Piggin
51e3a8446aSCody P Schaferconfig DTL
52e3a8446aSCody P Schafer	bool "Dispatch Trace Log"
53e3a8446aSCody P Schafer	depends on PPC_SPLPAR && DEBUG_FS
54e3a8446aSCody P Schafer	help
55e3a8446aSCody P Schafer	  SPLPAR machines can log hypervisor preempt & dispatch events to a
56e3a8446aSCody P Schafer	  kernel buffer. Saying Y here will enable logging these events,
57e3a8446aSCody P Schafer	  which are accessible through a debugfs file.
58e3a8446aSCody P Schafer
59e3a8446aSCody P Schafer	  Say N if you are unsure.
60e3a8446aSCody P Schafer
615742bd85SVaidyanathan Srinivasanconfig PSERIES_ENERGY
625742bd85SVaidyanathan Srinivasan	tristate "pSeries energy management capabilities driver"
635742bd85SVaidyanathan Srinivasan	depends on PPC_PSERIES
645742bd85SVaidyanathan Srinivasan	default y
655742bd85SVaidyanathan Srinivasan	help
665742bd85SVaidyanathan Srinivasan	  Provides interface to platform energy management capabilities
675742bd85SVaidyanathan Srinivasan	  on supported PSERIES platforms.
685742bd85SVaidyanathan Srinivasan	  Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
695742bd85SVaidyanathan Srinivasan	  and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
705742bd85SVaidyanathan Srinivasan
7177eafe10STseng-Hui (Frank) Linconfig IO_EVENT_IRQ
7277eafe10STseng-Hui (Frank) Lin	bool "IO Event Interrupt support"
7377eafe10STseng-Hui (Frank) Lin	depends on PPC_PSERIES
7477eafe10STseng-Hui (Frank) Lin	default y
7577eafe10STseng-Hui (Frank) Lin	help
7677eafe10STseng-Hui (Frank) Lin	  Select this option, if you want to enable support for IO Event
7777eafe10STseng-Hui (Frank) Lin	  interrupts. IO event interrupt is a mechanism provided by RTAS
7877eafe10STseng-Hui (Frank) Lin	  to return information about hardware error and non-error events
7977eafe10STseng-Hui (Frank) Lin	  which may need OS attention. RTAS returns events for multiple
8077eafe10STseng-Hui (Frank) Lin	  event types and scopes. Device drivers can register their handlers
8177eafe10STseng-Hui (Frank) Lin	  to receive events.
8277eafe10STseng-Hui (Frank) Lin
8377eafe10STseng-Hui (Frank) Lin	  This option will only enable the IO event platform code. You
8477eafe10STseng-Hui (Frank) Lin	  will still need to enable or compile the actual drivers
856b2aac42SMasanari Iida	  that use this infrastructure to handle IO event interrupts.
8677eafe10STseng-Hui (Frank) Lin
8777eafe10STseng-Hui (Frank) Lin	  Say Y if you are unsure.
8877eafe10STseng-Hui (Frank) Lin
8914cf11afSPaul Mackerrasconfig LPARCFG
9082dfdcaeSPaul Mackerras	bool "LPAR Configuration Data"
913d066d77SStephen Rothwell	depends on PPC_PSERIES
9214cf11afSPaul Mackerras	help
9314cf11afSPaul Mackerras	  Provide system capacity information via human readable
9414cf11afSPaul Mackerras	  <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
9536f8a2c4SMichael Ellerman
9636f8a2c4SMichael Ellermanconfig PPC_PSERIES_DEBUG
9736f8a2c4SMichael Ellerman	depends on PPC_PSERIES && PPC_EARLY_DEBUG
9836f8a2c4SMichael Ellerman	bool "Enable extra debug logging in platforms/pseries"
994f44e8aeSEnrico Weigelt, metux IT consult	default y
10001cf6fe8SNishanth Aravamudan	help
10101cf6fe8SNishanth Aravamudan	  Say Y here if you want the pseries core to produce a bunch of
10201cf6fe8SNishanth Aravamudan	  debug messages to the system log. Select this if you are having a
10301cf6fe8SNishanth Aravamudan	  problem with the pseries core and want to see more of what is
10401cf6fe8SNishanth Aravamudan	  going on. This does not enable debugging in lpar.c, which must
10501cf6fe8SNishanth Aravamudan	  be manually done due to its verbosity.
10684af458bSBrian King
10784af458bSBrian Kingconfig PPC_SMLPAR
10884af458bSBrian King	bool "Support for shared-memory logical partitions"
10984af458bSBrian King	depends on PPC_PSERIES
11084af458bSBrian King	select LPARCFG
11184af458bSBrian King	help
11284af458bSBrian King	  Select this option to enable shared memory partition support.
11384af458bSBrian King	  With this option a system running in an LPAR can be given more
11484af458bSBrian King	  memory than physically available and will allow firmware to
11584af458bSBrian King	  balance memory across many LPARs.
11684af458bSBrian King
11784af458bSBrian Kingconfig CMM
11884af458bSBrian King	tristate "Collaborative memory management"
1198be8cf5bSBrian King	depends on PPC_SMLPAR
120fe030c9bSDavid Hildenbrand	select MEMORY_BALLOON
12184af458bSBrian King	default y
12284af458bSBrian King	help
12384af458bSBrian King	  Select this option, if you want to enable the kernel interface
12484af458bSBrian King	  to reduce the memory size of the system. This is accomplished
12584af458bSBrian King	  by allocating pages of memory and put them "on hold". This only
12684af458bSBrian King	  makes sense for a system running in an LPAR where the unused pages
12784af458bSBrian King	  will be reused for other LPARs. The interface allows firmware to
12884af458bSBrian King	  balance memory across many LPARs.
129fc59a3fcSJeremy Kerr
13030daeb6cSCody P Schaferconfig HV_PERF_CTRS
13130daeb6cSCody P Schafer	bool "Hypervisor supplied PMU events (24x7 & GPCI)"
13230daeb6cSCody P Schafer	default y
13330daeb6cSCody P Schafer	depends on PERF_EVENTS && PPC_PSERIES
13430daeb6cSCody P Schafer	help
13530daeb6cSCody P Schafer	  Enable access to hypervisor supplied counters in perf. Currently,
13630daeb6cSCody P Schafer	  this enables code that uses the hcall GetPerfCounterInfo and 24x7
13730daeb6cSCody P Schafer	  interfaces to retrieve counters. GPCI exists on Power 6 and later
1382e6553aaSThiago Jung Bauermann	  systems. 24x7 is available on Power 8 and later systems.
13930daeb6cSCody P Schafer
14030daeb6cSCody P Schafer	  If unsure, select Y.
141139ac5afSMichael Ellerman
142139ac5afSMichael Ellermanconfig IBMVIO
143139ac5afSMichael Ellerman	depends on PPC_PSERIES
144139ac5afSMichael Ellerman	bool
145139ac5afSMichael Ellerman	default y
14630757de2SMichael Ellerman
14730757de2SMichael Ellermanconfig IBMEBUS
14890ee8762SMichael Ellerman	depends on PPC_PSERIES && !CPU_LITTLE_ENDIAN
14930757de2SMichael Ellerman	bool "Support for GX bus based adapters"
15030757de2SMichael Ellerman	help
15130757de2SMichael Ellerman	  Bus device driver for GX bus based adapters.
152b5beae5eSOliver O'Halloran
1532454a7afSNayna Jainconfig PSERIES_PLPKS
1542454a7afSNayna Jain	depends on PPC_PSERIES
155ccadf154SRussell Currey	select NLS
15646b2cbebSAndrew Donnellan	bool
15746b2cbebSAndrew Donnellan	# PowerVM provides an isolated Platform Keystore (PKS) storage
15846b2cbebSAndrew Donnellan	# allocation for each LPAR with individually managed access
15946b2cbebSAndrew Donnellan	# controls to store sensitive information securely. It can be
16046b2cbebSAndrew Donnellan	# used to store asymmetric public keys or secrets as required
16146b2cbebSAndrew Donnellan	# by different usecases.
16246b2cbebSAndrew Donnellan	#
16346b2cbebSAndrew Donnellan	# This option is selected by in-kernel consumers that require
16446b2cbebSAndrew Donnellan	# access to the PKS.
1652454a7afSNayna Jain
166b5beae5eSOliver O'Halloranconfig PAPR_SCM
16714ebfec0SOliver O'Halloran	depends on PPC_PSERIES && MEMORY_HOTPLUG && LIBNVDIMM
168b5beae5eSOliver O'Halloran	tristate "Support for the PAPR Storage Class Memory interface"
169b5beae5eSOliver O'Halloran	help
170b5beae5eSOliver O'Halloran	  Enable access to hypervisor provided storage class memory.
171136bc039SThiago Jung Bauermann
172136bc039SThiago Jung Bauermannconfig PPC_SVM
173136bc039SThiago Jung Bauermann	bool "Secure virtual machine (SVM) support for POWER"
174136bc039SThiago Jung Bauermann	depends on PPC_PSERIES
1752efbc58fSAnshuman Khandual	select SWIOTLB
1762efbc58fSAnshuman Khandual	select ARCH_HAS_MEM_ENCRYPT
1772efbc58fSAnshuman Khandual	select ARCH_HAS_FORCE_DMA_UNENCRYPTED
178bfebd37eSTom Lendacky	select ARCH_HAS_CC_PLATFORM
179136bc039SThiago Jung Bauermann	help
180136bc039SThiago Jung Bauermann	 There are certain POWER platforms which support secure guests using
181136bc039SThiago Jung Bauermann	 the Protected Execution Facility, with the help of an Ultravisor
182136bc039SThiago Jung Bauermann	 executing below the hypervisor layer. This enables support for
183136bc039SThiago Jung Bauermann	 those guests.
184136bc039SThiago Jung Bauermann
185136bc039SThiago Jung Bauermann	 If unsure, say "N".
186