Message ID | 9c95b8806da4341a639064c4dcd256e7743c4a30.1700010534.git.ehem+openwrt@m5p.com |
---|---|
State | Superseded, archived |
Delegated to: | Chuanhong Guo |
Headers | show |
Series | Misc kernel config cleanup and small adjustments | expand |
diff --git a/target/linux/x86/64/config-5.15 b/target/linux/x86/64/config-5.15 index 28a4758e57..1db3180c84 100644 --- a/target/linux/x86/64/config-5.15 +++ b/target/linux/x86/64/config-5.15 @@ -207,7 +207,6 @@ CONFIG_GPIO_ICH=y CONFIG_GPIO_SCH=y CONFIG_HALTPOLL_CPUIDLE=y CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y -CONFIG_HDMI=y CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HID_BATTERY_STRENGTH=y CONFIG_HID_GENERIC=y diff --git a/target/linux/x86/64/config-6.1 b/target/linux/x86/64/config-6.1 index 66ae3e35f0..6609f555ba 100644 --- a/target/linux/x86/64/config-6.1 +++ b/target/linux/x86/64/config-6.1 @@ -227,7 +227,6 @@ CONFIG_GPIO_ICH=y CONFIG_GPIO_SCH=y CONFIG_HALTPOLL_CPUIDLE=y CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y -CONFIG_HDMI=y CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HID_BATTERY_STRENGTH=y CONFIG_HID_GENERIC=y diff --git a/target/linux/x86/generic/config-5.15 b/target/linux/x86/generic/config-5.15 index c10e1b610b..a06175f33a 100644 --- a/target/linux/x86/generic/config-5.15 +++ b/target/linux/x86/generic/config-5.15 @@ -157,7 +157,6 @@ CONFIG_GPIO_ACPI=y CONFIG_GPIO_CDEV=y CONFIG_GUP_GET_PTE_LOW_HIGH=y CONFIG_HALTPOLL_CPUIDLE=y -CONFIG_HDMI=y CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HID_BATTERY_STRENGTH=y CONFIG_HID_GENERIC=y diff --git a/target/linux/x86/generic/config-6.1 b/target/linux/x86/generic/config-6.1 index b7c79de273..e62dc6575e 100644 --- a/target/linux/x86/generic/config-6.1 +++ b/target/linux/x86/generic/config-6.1 @@ -166,7 +166,6 @@ CONFIG_GPIO_ACPI=y CONFIG_GPIO_CDEV=y CONFIG_GUP_GET_PTE_LOW_HIGH=y CONFIG_HALTPOLL_CPUIDLE=y -CONFIG_HDMI=y CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HID_BATTERY_STRENGTH=y CONFIG_HID_GENERIC=y diff --git a/target/linux/x86/legacy/config-5.15 b/target/linux/x86/legacy/config-5.15 index 8e17703cbc..b6a29d57c9 100644 --- a/target/linux/x86/legacy/config-5.15 +++ b/target/linux/x86/legacy/config-5.15 @@ -108,7 +108,6 @@ CONFIG_FONT_SUPPORT=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set -CONFIG_HDMI=y CONFIG_HID_BATTERY_STRENGTH=y # CONFIG_HIGHMEM4G is not set CONFIG_HPET=y diff --git a/target/linux/x86/legacy/config-6.1 b/target/linux/x86/legacy/config-6.1 index efa1eabe82..c1b132d834 100644 --- a/target/linux/x86/legacy/config-6.1 +++ b/target/linux/x86/legacy/config-6.1 @@ -113,7 +113,6 @@ CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_GIGABYTE_WMI is not set -CONFIG_HDMI=y CONFIG_HID_BATTERY_STRENGTH=y # CONFIG_HIGHMEM4G is not set CONFIG_HPET=y
Date: Tue, 31 Oct 2023 11:06:58 -0700 This is an internal boolean value. The value routinely gets overriden and should never be overtly set. Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com> --- target/linux/x86/64/config-5.15 | 1 - target/linux/x86/64/config-6.1 | 1 - target/linux/x86/generic/config-5.15 | 1 - target/linux/x86/generic/config-6.1 | 1 - target/linux/x86/legacy/config-5.15 | 1 - target/linux/x86/legacy/config-6.1 | 1 - 6 files changed, 6 deletions(-)