File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -451,6 +451,23 @@ config PPC_TRANSACTIONAL_MEM
451
451
help
452
452
Support user-mode Transactional Memory on POWERPC.
453
453
454
+ config PPC_UV
455
+ bool "Ultravisor support"
456
+ depends on KVM_BOOK3S_HV_POSSIBLE
457
+ select ZONE_DEVICE
458
+ select DEV_PAGEMAP_OPS
459
+ select DEVICE_PRIVATE
460
+ select MEMORY_HOTPLUG
461
+ select MEMORY_HOTREMOVE
462
+ default n
463
+ help
464
+ This option paravirtualizes the kernel to run in POWER platforms that
465
+ supports the Protected Execution Facility (PEF). On such platforms,
466
+ the ultravisor firmware runs at a privilege level above the
467
+ hypervisor.
468
+
469
+ If unsure, say "N".
470
+
454
471
config LD_HEAD_STUB_CATCH
455
472
bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
456
473
depends on PPC64
You can’t perform that action at this time.
0 commit comments