Skip to content

Commit 06a3551

Browse files
committed
input: misc: introduce Atmel PTC driver
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent 463494b commit 06a3551

3 files changed

Lines changed: 1084 additions & 0 deletions

File tree

drivers/input/misc/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
99111
config INPUT_BMA150
100112
tristate "BMA150/SMB380 acceleration sensor support"
101113
depends on I2C

drivers/input/misc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ obj-$(CONFIG_INPUT_ARIZONA_HAPTICS) += arizona-haptics.o
1818
obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
1919
obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
2020
obj-$(CONFIG_INPUT_ATMEL_CAPTOUCH) += atmel_captouch.o
21+
obj-$(CONFIG_INPUT_ATMEL_PTC) += atmel_ptc.o
2122
obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o
2223
obj-$(CONFIG_INPUT_BMA150) += bma150.o
2324
obj-$(CONFIG_INPUT_CM109) += cm109.o

0 commit comments

Comments
 (0)