File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2382,6 +2382,13 @@ L: linux-mtd@lists.infradead.org
23822382S: Supported
23832383F: drivers/mtd/nand/atmel/*
23842384
2385+ ATMEL PTC SUBSYSTEM DRIVER
2386+ M: Ludovic Desroches <ludovic.desroches@microchip.com>
2387+ L: linux-input@vger.kernel.org
2388+ S: Supported
2389+ F: Documentation/devicetree/bindings/input/atmel,ptc.txt
2390+ F: drivers/input/misc/atmel_ptc.c
2391+
23852392ATMEL SAMA5D2 ADC DRIVER
23862393M: Ludovic Desroches <ludovic.desroches@microchip.com>
23872394L: linux-iio@vger.kernel.org
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 @@ -19,6 +19,7 @@ obj-$(CONFIG_INPUT_ARIZONA_HAPTICS) += arizona-haptics.o
1919obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
2020obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
2121obj-$(CONFIG_INPUT_ATMEL_CAPTOUCH) += atmel_captouch.o
22+ obj-$(CONFIG_INPUT_ATMEL_PTC) += atmel_ptc.o
2223obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o
2324obj-$(CONFIG_INPUT_BMA150) += bma150.o
2425obj-$(CONFIG_INPUT_CM109) += cm109.o
You can’t perform that action at this time.
0 commit comments