From: David Arcari darcari@redhat.com
redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE
The contents of this file are incorrect and as a result the config option is not actually enabled.
Fixes: f7c9bb43d1f5 ("redhat/configs: enable CONFIG_INTEL_ISHTP_ECLITE") Signed-off-by: David Arcari darcari@redhat.com
diff --git a/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_ISHTP_ECLITE b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_ISHTP_ECLITE index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_ISHTP_ECLITE +++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_ISHTP_ECLITE @@ -1 +1 @@ -CONFIG_INTEL_ISH_HID=m +CONFIG_INTEL_ISHTP_ECLITE=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1776
kernel@lists.fedoraproject.org