Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
configs: enable touchscreen drivers
Browse files Browse the repository at this point in the history
Change-Id: Idf84b32208975bcc7d6656dfc0254952520cabb3
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Feb 14, 2024
1 parent 5125e8e commit 837cace
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/configs/vendor/oplus/lemonade.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ CONFIG_AW8697_HAPTIC=m

# Power
CONFIG_OPLUS_WARP_CHARGER=y

# Touchscreen
CONFIG_TOUCHPANEL_SAMSUNG=m
CONFIG_TOUCHPANEL_SAMSUNG_S6SY792=m
CONFIG_TOUCHPANEL_SYNAPTICS=m
CONFIG_TOUCHPANEL_SYNAPTICS_TCM_ONCELL=m
CONFIG_TOUCHSCREEN_ST=n
7 changes: 7 additions & 0 deletions arch/arm64/configs/vendor/oplus/martini.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ CONFIG_OPLUS_FINGERPRINT_GOODIX_OPTICAL=m

# Power
CONFIG_OPLUS_VOOC_CHARGER=y

# Touchscreen
CONFIG_TOUCHPANEL_SAMSUNG=m
CONFIG_TOUCHPANEL_SAMSUNG_S6SY792=m
CONFIG_TOUCHPANEL_SYNAPTICS=m
CONFIG_TOUCHPANEL_SYNAPTICS_TCM_ONCELL=m
CONFIG_TOUCHSCREEN_ST=n

0 comments on commit 837cace

Please sign in to comment.