Loading drivers/input/touchscreen/nt36xxx/Kconfig 0 → 100644 +12 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Novatek NT36xxx touchscreen driver configuration # config TOUCHSCREEN_NT36xxx bool "Novatek NT36xxx" default y help Say Y here if you have a Novatek NT36xxx touchscreen connected to your system. If unsure, say N. drivers/input/touchscreen/nt36xxx/Makefile 0 → 100644 +8 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Novatek NT36xxx touchscreen driver. # # Each configuration option enables a list of files. obj-$(CONFIG_TOUCHSCREEN_NT36xxx) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o Loading
drivers/input/touchscreen/nt36xxx/Kconfig 0 → 100644 +12 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Novatek NT36xxx touchscreen driver configuration # config TOUCHSCREEN_NT36xxx bool "Novatek NT36xxx" default y help Say Y here if you have a Novatek NT36xxx touchscreen connected to your system. If unsure, say N.
drivers/input/touchscreen/nt36xxx/Makefile 0 → 100644 +8 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Novatek NT36xxx touchscreen driver. # # Each configuration option enables a list of files. obj-$(CONFIG_TOUCHSCREEN_NT36xxx) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o