summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/x86
diff options
context:
space:
mode:
Diffstat (limited to 'configs/fedora/generic/x86')
-rw-r--r--configs/fedora/generic/x86/CONFIG_INTEL_ATOMISP2_LED1
-rw-r--r--configs/fedora/generic/x86/CONFIG_SERIAL_LANTIQ21
-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
7 files changed, 9 insertions, 21 deletions
diff --git a/configs/fedora/generic/x86/CONFIG_INTEL_ATOMISP2_LED b/configs/fedora/generic/x86/CONFIG_INTEL_ATOMISP2_LED
new file mode 100644
index 000000000..f57532969
--- /dev/null
+++ b/configs/fedora/generic/x86/CONFIG_INTEL_ATOMISP2_LED
@@ -0,0 +1 @@
+CONFIG_INTEL_ATOMISP2_LED=m
diff --git a/configs/fedora/generic/x86/CONFIG_SERIAL_LANTIQ b/configs/fedora/generic/x86/CONFIG_SERIAL_LANTIQ
deleted file mode 100644
index 9eabc27e1..000000000
--- a/configs/fedora/generic/x86/CONFIG_SERIAL_LANTIQ
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_SERIAL_LANTIQ:
-#
-# Support for UART on Lantiq and Intel SoCs.
-# To compile this driver as a module, select M here. The
-# module will be called lantiq.
-#
-# Symbol: SERIAL_LANTIQ [=n]
-# Type : tristate
-# Defined at drivers/tty/serial/Kconfig:1036
-# Prompt: Lantiq serial driver
-# Depends on: TTY [=y] && HAS_IOMEM [=y] && (LANTIQ || X86 [=y] || COMPILE_TEST [=n])
-# Location:
-# -> Device Drivers
-# -> Character devices
-# -> Enable TTY (TTY [=y])
-# -> Serial drivers
-# Selects: SERIAL_CORE [=y]
-#
-#
-#
-CONFIG_SERIAL_LANTIQ=m
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.