Skip to content

Commit

Permalink
x86: configs: enable Elan and Goodix I2C-over-OF HID devices
Browse files Browse the repository at this point in the history
The Elan driver in particular may be needed for Asus Vivobook S (2024).

Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
  • Loading branch information
MingcongBai committed Nov 18, 2024
1 parent 058b0ed commit 59a0c47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/x86/configs/deepin_x86_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ CONFIG_MTD_UBI_FASTMAP=y
CONFIG_MTD_UBI_GLUEBI=m
CONFIG_MTD_UBI_BLOCK=y
CONFIG_MTD_HYPERBUS=m
CONFIG_OF=y
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
Expand Down Expand Up @@ -3672,6 +3673,7 @@ CONFIG_HID_GFRM=m
CONFIG_HID_GLORIOUS=m
CONFIG_HID_HOLTEK=m
CONFIG_HOLTEK_FF=y
CONFIG_HID_GOODIX_SPI=m
CONFIG_HID_GOOGLE_HAMMER=m
CONFIG_HID_VIVALDI=m
CONFIG_HID_GT683R=m
Expand Down Expand Up @@ -3767,6 +3769,9 @@ CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
CONFIG_I2C_HID_ACPI=m
CONFIG_I2C_HID_OF=m
CONFIG_I2C_HID_OF_ELAN=m
CONFIG_I2C_HID_OF_GOODIX=m
CONFIG_INTEL_ISH_HID=m
CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER=m
CONFIG_AMD_SFH_HID=m
Expand Down

0 comments on commit 59a0c47

Please sign in to comment.