Skip to content

Commit fb497d5

Browse files
gdonthu-intelsysopenci
authored andcommitted
Enable eDP support on Android
Enable kernel config I2C HID for eDP I2C HID devices. Tracked-On: OAM-134834 Signed-off-by: gdonthu <gangadhar.donthu@intel.com> Signed-off-by: tushar <tushar.jagad@intel.com> Signed-off-by: Basanagouda Nagappa Koppad <Basanagouda.Nagappa.Koppad@intel.com>
1 parent c1fec7d commit fb497d5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
From 8a246276762a49a1409ef9ced338c8bc16d6e2f5 Mon Sep 17 00:00:00 2001
2+
From: gdonthu <gangadhar.donthu@intel.com>
3+
Date: Fri, 19 Dec 2025 09:36:26 +0000
4+
Subject: [PATCH] x86_64_defconfig: I2C HID support for eDP.
5+
6+
These changes improve support for I2C HID devices.
7+
Pulling this change from Tushar on Android Kernel.
8+
tushar.jagad@intel.com
9+
10+
Tracked-On: OAM-134834
11+
Signed-off-by: gdonthu <gangadhar.donthu@intel.com>
12+
13+
diff --git a/groups/kernel/gmin64/config-lts/linux-intel-lts2024/x86_64_defconfig b/groups/kernel/gmin64/config-lts/linux-intel-lts2024/x86_64_defconfig
14+
index 302953a5..99848492 100644
15+
--- a/groups/kernel/gmin64/config-lts/linux-intel-lts2024/x86_64_defconfig
16+
+++ b/groups/kernel/gmin64/config-lts/linux-intel-lts2024/x86_64_defconfig
17+
@@ -5388,7 +5388,8 @@ CONFIG_USB_HIDDEV=y
18+
# end of USB HID support
19+
20+
CONFIG_I2C_HID=y
21+
-# CONFIG_I2C_HID_ACPI is not set
22+
+CONFIG_I2C_HID_CORE=y
23+
+CONFIG_I2C_HID_ACPI=y
24+
# CONFIG_I2C_HID_OF is not set
25+
26+
#
27+
--
28+
2.34.1
29+

0 commit comments

Comments
 (0)