diff options
author | John Audia <therealgraysky@proton.me> | 2023-05-25 03:29:58 -0400 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-29 20:10:37 +0200 |
commit | e2e7dd44506ee7e604a8b7c1a83837f1c025417f (patch) | |
tree | a9b4d2cb44594100e921b4c287e4b3e599c68b84 /target | |
parent | e8231a43e08caebe6d3cb354f7ae7ea325fa32f1 (diff) | |
download | upstream-e2e7dd44506ee7e604a8b7c1a83837f1c025417f.tar.gz upstream-e2e7dd44506ee7e604a8b7c1a83837f1c025417f.tar.bz2 upstream-e2e7dd44506ee7e604a8b7c1a83837f1c025417f.zip |
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)
Diffstat (limited to 'target')
-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 |