summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/x86/x86_64
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-11-10 18:16:15 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2020-11-10 18:16:15 +0100
commitdeb69eb2c57f101a042078cba3ff7d0d32ac12dd (patch)
treefec238268fcd645ece08f5c62539c2d9f4ad43a0 /configs/fedora/generic/x86/x86_64
parent3d379ec378cb460bf56ebf028e268e19940ccbbe (diff)
parent73c86ebaee23df8310b903c1dab2176d443f5a3a (diff)
downloadkernel-deb69eb2c57f101a042078cba3ff7d0d32ac12dd.tar.gz
kernel-deb69eb2c57f101a042078cba3ff7d0d32ac12dd.tar.xz
kernel-deb69eb2c57f101a042078cba3ff7d0d32ac12dd.zip
merge origin (5.9 rebase)kernel-5.9.7-351.vanilla.knurd.1.fc33
Diffstat (limited to 'configs/fedora/generic/x86/x86_64')
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_FB_MODE_HELPERS1
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_GZIP1
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_ZSTD1
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_SND_SOC_MAX98373_SDW1
-rw-r--r--configs/fedora/generic/x86/x86_64/README4
5 files changed, 8 insertions, 0 deletions
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_FB_MODE_HELPERS b/configs/fedora/generic/x86/x86_64/CONFIG_FB_MODE_HELPERS
new file mode 100644
index 000000000..84f515748
--- /dev/null
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_FB_MODE_HELPERS
@@ -0,0 +1 @@
+CONFIG_FB_MODE_HELPERS=y
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_GZIP b/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_GZIP
new file mode 100644
index 000000000..e6689c725
--- /dev/null
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_GZIP
@@ -0,0 +1 @@
+# CONFIG_KERNEL_GZIP is not set
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_ZSTD b/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_ZSTD
new file mode 100644
index 000000000..dfaf8e6a9
--- /dev/null
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_KERNEL_ZSTD
@@ -0,0 +1 @@
+CONFIG_KERNEL_ZSTD=y
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_SND_SOC_MAX98373_SDW b/configs/fedora/generic/x86/x86_64/CONFIG_SND_SOC_MAX98373_SDW
new file mode 100644
index 000000000..00f7663af
--- /dev/null
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_SND_SOC_MAX98373_SDW
@@ -0,0 +1 @@
+CONFIG_SND_SOC_MAX98373_SDW=m
diff --git a/configs/fedora/generic/x86/x86_64/README b/configs/fedora/generic/x86/x86_64/README
index e69de29bb..dccb4bc79 100644
--- a/configs/fedora/generic/x86/x86_64/README
+++ b/configs/fedora/generic/x86/x86_64/README
@@ -0,0 +1,4 @@
+Place config options in this directory that you want applied to x86_64
+kernel variants. These options are overlayed atop the generic/ kernel
+options, but can also be overridden config option files places in the
+debug/ and/or debug/x86_64 directories.