Skip to content

Commit

Permalink
touchscreen: Get rid of Xiaomi touch feature
Browse files Browse the repository at this point in the history
Remove touch feature bits as we do not use proprietary TouchFeature HAL.

Signed-off-by: Ivan Vecera <ivan@cera.cz>
Change-Id: I5628913def6cfea1c1cd6bee94fd1764caab85f9
  • Loading branch information
ivecera authored and uixdess committed Jan 6, 2022
1 parent e6243d1 commit c54cd4e
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 2,061 deletions.
1 change: 0 additions & 1 deletion arch/arm64/configs/grus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_GOODIX_GTX8=y
CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE=y
# CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_v26 is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_DSX is not set
CONFIG_INPUT_MISC=y
Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/configs/pyxis_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE=y
CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE_GAMEMODE=y
CONFIG_I2C_STATUS_FOR_TOUCH=y
CONFIG_TOUCHSCREEN_FTS=y
CONFIG_TOUCHSCREEN_FTS_FOD=y
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/configs/sirius_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ CONFIG_KEYBOARD_GPIO=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ST_FTS_V521=y
CONFIG_TOUCHSCREEN_ST_DEBUG_FS=y
CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_HBTP_INPUT=y
CONFIG_INPUT_QPNP_POWER_ON=y
Expand Down
1 change: 0 additions & 1 deletion drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if INPUT_TOUCHSCREEN

source "drivers/input/touchscreen/fts_521/Kconfig"
source "drivers/input/touchscreen/tp_goodix_driver/Kconfig"
source "drivers/input/touchscreen/xiaomi/Kconfig"
source "drivers/input/touchscreen/synaptics_dsx_2.6/Kconfig"

config I2C_STATUS_FOR_TOUCH
Expand Down
1 change: 0 additions & 1 deletion drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ obj-$(CONFIG_TOUCHSCREEN_HIMAX_CHIPSET) += hxchipset/
obj-$(CONFIG_TOUCHSCREEN_EKTF3XXX_CHIPSET) += ektf3xxx/
obj-$(CONFIG_TOUCHSCREEN_RAYDIUM_CHIPSET) += raydium_wt030/
obj-$(CONFIG_TOUCHSCREEN_GOODIX_GTX8) += tp_goodix_driver/
obj-$(CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE) += xiaomi/
Loading

0 comments on commit c54cd4e

Please sign in to comment.