File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,6 +96,18 @@ config INPUT_ATMEL_CAPTOUCH
9696 To compile this driver as a module, choose M here: the
9797 module will be called atmel_captouch.
9898
99+ config INPUT_ATMEL_PTC
100+ tristate "Atmel PTC Driver"
101+ depends on OF || COMPILE_TEST
102+ depends on SOC_SAMA5D2
103+ help
104+ Say Y to enable support for the Atmel PTC Subsystem.
105+
106+ To compile this driver as a module, choose M here: the
107+ module will be called atmel_ptc.
108+ If you compile it as a built-in driver, you have to build the
109+ firmware into the kernel or to use an initrd.
110+
99111config INPUT_BMA150
100112 tristate "BMA150/SMB380 acceleration sensor support"
101113 depends on I2C
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ obj-$(CONFIG_INPUT_ARIZONA_HAPTICS) += arizona-haptics.o
1818obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
1919obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
2020obj-$(CONFIG_INPUT_ATMEL_CAPTOUCH) += atmel_captouch.o
21+ obj-$(CONFIG_INPUT_ATMEL_PTC) += atmel_ptc.o
2122obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o
2223obj-$(CONFIG_INPUT_BMA150) += bma150.o
2324obj-$(CONFIG_INPUT_CM109) += cm109.o
You can’t perform that action at this time.
0 commit comments