Skip to content

input: gtx8: Move IC reg addresses to structs, debloat more #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion drivers/input/touchscreen/gtx8/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
menuconfig TOUCHSCREEN_GOODIX_GTX8
tristate "Goodix GTx8 touchscreen"
depends on I2C
default y
depends on OF
default n
help
Say Y here if you have a Goodix GTx8 touch controller
to your system.
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/gtx8/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
obj-$(CONFIG_TOUCHSCREEN_GOODIX_GTX8) += gtx8.o
gtx8-y := goodix_ts_i2c.o goodix_ts_core.o goodix_cfg_bin.o
gtx8-y := goodix_ts_i2c.o goodix_ts_core.o
Loading