diff options
| author | John Audia | 2023-05-25 07:29:58 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-05-29 18:10:37 +0000 |
| commit | e2e7dd44506ee7e604a8b7c1a83837f1c025417f (patch) | |
| tree | a9b4d2cb44594100e921b4c287e4b3e599c68b84 | |
| parent | e8231a43e08caebe6d3cb354f7ae7ea325fa32f1 (diff) | |
| download | openwrt-e2e7dd44506ee7e604a8b7c1a83837f1c025417f.tar.gz | |
x86: disable CONFIG_X86_PLATFORM_DRIVERS_HP
New config option defaulted to N for this bump.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 3664c57e34454ce50ac7ab6de9e3983a86cde052)
| -rw-r--r-- | target/linux/x86/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15 index ee7ab9d6de..aebe4f08c4 100644 --- a/target/linux/x86/config-5.15 +++ b/target/linux/x86/config-5.15 @@ -415,6 +415,7 @@ CONFIG_X86_MSR=y CONFIG_X86_PAT=y CONFIG_X86_PLATFORM_DEVICES=y # CONFIG_X86_PLATFORM_DRIVERS_DELL is not set +# CONFIG_X86_PLATFORM_DRIVERS_HP is not set # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_REBOOTFIXUPS is not set |