Loading drivers/input/touchscreen/Kconfig +22 −0 Original line number Diff line number Diff line Loading @@ -1022,4 +1022,26 @@ config TOUCHSCREEN_GT9XX source "drivers/input/touchscreen/gt9xx/Kconfig" config TOUCHSCREEN_BU21150 tristate "JDI AFE BU21150" depends on SPI_MASTER help This enables support for character device channel for Rohm BU21150 Touch AFE. Say Y here if you have a Rohm bu21150 AFE connected to your system. If unsure, say N. config INPUT_MT_WRAPPER tristate "Input Multitouch Wrapper" help This enables support for character device channel for passing to the input system a multi-touch coordinates. Say Y here if you want to enable the driver. If unsure, say N. endif drivers/input/touchscreen/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,5 @@ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_RMI4_DEV) += synaptics_rmi_dev.o obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE) += synaptics_fw_update.o obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += synaptics_i2c_rmi4.o obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/ obj-$(CONFIG_TOUCHSCREEN_BU21150) += bu21150.o obj-$(CONFIG_INPUT_MT_WRAPPER) += input_mt_wrapper.o Loading
drivers/input/touchscreen/Kconfig +22 −0 Original line number Diff line number Diff line Loading @@ -1022,4 +1022,26 @@ config TOUCHSCREEN_GT9XX source "drivers/input/touchscreen/gt9xx/Kconfig" config TOUCHSCREEN_BU21150 tristate "JDI AFE BU21150" depends on SPI_MASTER help This enables support for character device channel for Rohm BU21150 Touch AFE. Say Y here if you have a Rohm bu21150 AFE connected to your system. If unsure, say N. config INPUT_MT_WRAPPER tristate "Input Multitouch Wrapper" help This enables support for character device channel for passing to the input system a multi-touch coordinates. Say Y here if you want to enable the driver. If unsure, say N. endif
drivers/input/touchscreen/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,5 @@ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_RMI4_DEV) += synaptics_rmi_dev.o obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE) += synaptics_fw_update.o obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += synaptics_i2c_rmi4.o obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/ obj-$(CONFIG_TOUCHSCREEN_BU21150) += bu21150.o obj-$(CONFIG_INPUT_MT_WRAPPER) += input_mt_wrapper.o