[openwrt/openwrt] x86: legacy: config: alphabetize config-6.12
LEDE Commits
lede-commits at lists.infradead.org
Sun May 25 09:09:55 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3306a163cf7475a1c839ee39176e6f7ecbb725e4
commit 3306a163cf7475a1c839ee39176e6f7ecbb725e4
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sat May 24 07:03:49 2025 -0400
x86: legacy: config: alphabetize config-6.12
Sort the config in alphabetical order
Signed-off-by: John Audia <therealgraysky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/18897
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/x86/legacy/config-6.12 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/x86/legacy/config-6.12 b/target/linux/x86/legacy/config-6.12
index 216389edda..1727da3750 100644
--- a/target/linux/x86/legacy/config-6.12
+++ b/target/linux/x86/legacy/config-6.12
@@ -62,8 +62,6 @@ CONFIG_DRM=y
CONFIG_DRM_AMDGPU=y
# CONFIG_DRM_AMD_DC is not set
# CONFIG_DRM_AMD_ISP is not set
-# CONFIG_DRM_I915_DEBUG_WAKEREF is not set
-# CONFIG_DRM_I915_REPLAY_GPU_HANGS_API is not set
CONFIG_DRM_BOCHS=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_BUDDY=y
@@ -74,6 +72,8 @@ CONFIG_DRM_DISPLAY_HELPER=y
CONFIG_DRM_EXEC=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
+# CONFIG_DRM_I915_DEBUG_WAKEREF is not set
+# CONFIG_DRM_I915_REPLAY_GPU_HANGS_API is not set
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_PANEL=y
CONFIG_DRM_PANEL_BRIDGE=y
@@ -241,8 +241,8 @@ CONFIG_SERIAL_8250_PNP=y
# CONFIG_SND_HDA_CTL_DEV_ID is not set
# CONFIG_SND_HDA_SCODEC_CS35L56_I2C is not set
# CONFIG_SND_HDA_SCODEC_CS35L56_SPI is not set
-# CONFIG_SND_SOC_AMD_ACP_COMMON is not set
# CONFIG_SND_SOC_AMD_ACP6x is not set
+# CONFIG_SND_SOC_AMD_ACP_COMMON is not set
# CONFIG_SND_SOC_AMD_RPL_ACP6x is not set
# CONFIG_SND_SOC_INTEL_AVS is not set
CONFIG_SYNC_FILE=y
More information about the lede-commits
mailing list