summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/x86/x86_64
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-10-20 06:46:43 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-10-20 06:46:43 +0200
commit5ec75f810f09a224ce0f77ba312599eb4c7321bc (patch)
treedcb2b1a0d97363e1a678726925d875c1bea151fa /configs/fedora/generic/x86/x86_64
parent11a8f14639c96c38e142ba04c87f50de9c557ba7 (diff)
parenta71ee103a729754519abc15fd58e6b258a89e58b (diff)
downloadkernel-5ec75f810f09a224ce0f77ba312599eb4c7321bc.tar.gz
kernel-5ec75f810f09a224ce0f77ba312599eb4c7321bc.tar.xz
kernel-5ec75f810f09a224ce0f77ba312599eb4c7321bc.zip
merge origin
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.