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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user