1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-14 23:18:57 +00:00

Enable support of i2c-based touchscreens for x86 and aarch64 (#4463)

* Enable CONFIG_I2C_ACPI in kernel configuration for generic-x86-64

Needed to support i2c-based touchscreens on x86 boards

* Enable I2C HID support in kernel configuration for generic aarch64

Needed to support i2c touchscreens on arm64 devices
This commit is contained in:
puterboy
2026-01-05 09:28:32 -05:00
committed by GitHub
parent 5577d80e59
commit 4c8582b09e
2 changed files with 3 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ CONFIG_USB_ONBOARD_DEV_USB5744=y
# i2c support
CONFIG_I2C_CADENCE=y
CONFIG_I2C_HID_OF=m
# 1-wire
CONFIG_W1_MASTER_AMD_AXI=m

View File

@@ -154,6 +154,8 @@ CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=y
CONFIG_I2C_TINY_USB=m
CONFIG_I2C_HID_ACPI=m
CONFIG_I2C_DLN2=m
CONFIG_GPIO_DLN2=m
CONFIG_MFD_DLN2=m