The i2c-hid driver has been split in kernel commit b33752c30023
("HID: i2c-hid: Reorganize so ACPI and OF are separate modules").
We use ACPI-based driver only in intel-x86 BSP.
Fix the following warning:
[INFO]: the following symbols were not found in the active
configuration:
- CONFIG_I2C_HID
Signed-off-by: Yongxin Liu <[email protected]>
---
bsp/intel-x86/intel-x86.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
index d6e0e5d7..2d4c005e 100644
--- a/bsp/intel-x86/intel-x86.cfg
+++ b/bsp/intel-x86/intel-x86.cfg
@@ -256,7 +256,7 @@ CONFIG_CRYPTO_AES_NI_INTEL=m
# HID
#
CONFIG_HID=y
-CONFIG_I2C_HID=y
+CONFIG_I2C_HID_ACPI=y
CONFIG_HID_SENSOR_HUB=y
#
--
2.38.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12152):
https://lists.yoctoproject.org/g/linux-yocto/message/12152
Mute This Topic: https://lists.yoctoproject.org/mt/96824176/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-