summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/fedora/generic/powerpc')
-rw-r--r--configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS1
-rw-r--r--configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR21
-rw-r--r--configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS22
3 files changed, 44 insertions, 0 deletions
diff --git a/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS b/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS
new file mode 100644
index 000000000..84f515748
--- /dev/null
+++ b/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS
@@ -0,0 +1 @@
+CONFIG_FB_MODE_HELPERS=y
diff --git a/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR b/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR
new file mode 100644
index 000000000..88471b97e
--- /dev/null
+++ b/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR
@@ -0,0 +1,21 @@
+# CONFIG_PPC_PROT_SAO_LPAR:
+#
+# This option adds support for PROT_SAO mappings from userspace
+# inside LPARs on supported CPUs.
+#
+# This may cause issues when performing guest migration from
+# a CPU that supports SAO to one that does not.
+#
+# If unsure, say N here.
+#
+# Symbol: PPC_PROT_SAO_LPAR [=n]
+# Type : bool
+# Defined at arch/powerpc/Kconfig:863
+# Prompt: Support PROT_SAO mappings in LPARs
+# Depends on: PPC_BOOK3S_64 [=y]
+# Location:
+# -> Kernel options
+#
+#
+#
+# CONFIG_PPC_PROT_SAO_LPAR is not set
diff --git a/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS b/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS
new file mode 100644
index 000000000..90ecdc77e
--- /dev/null
+++ b/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS
@@ -0,0 +1,22 @@
+# CONFIG_PPC_QUEUED_SPINLOCKS:
+#
+# Say Y here to use queued spinlocks which give better scalability and
+# fairness on large SMP and NUMA systems without harming single threaded
+# performance.
+#
+# This option is currently experimental, the code is more complex and
+# less tested so it defaults to "N" for the moment.
+#
+# If unsure, say "N".
+#
+# Symbol: PPC_QUEUED_SPINLOCKS [=n]
+# Type : bool
+# Defined at arch/powerpc/Kconfig:497
+# Prompt: Queued spinlocks
+# Depends on: SMP [=y]
+# Location:
+# -> Kernel options
+#
+#
+#
+# CONFIG_PPC_QUEUED_SPINLOCKS is not set