aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-12-27 20:37:37 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-12-27 20:43:03 -0800
commit5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8 (patch)
tree2d37cb7360ea3d970352eb11a75aada59dd12aea /drivers/input/misc/Makefile
parentInput: add new sun4i-lradc-keys driver (diff)
downloadlinux-dev-5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8.tar.xz
linux-dev-5fafed3e5612e9f308d20dc94adf5fc3d4a1a2a8.zip
Input: add tps65218 power button driver
With this driver, we can report KEY_POWER on AM437x SK. This patch has been tested with said board. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r--drivers/input/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index 1f135af4af01..9a1083f78374 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -60,6 +60,7 @@ obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
obj-$(CONFIG_INPUT_SIRFSOC_ONKEY) += sirfsoc-onkey.o
obj-$(CONFIG_INPUT_SOC_BUTTON_ARRAY) += soc_button_array.o
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
+obj-$(CONFIG_INPUT_TPS65218_PWRBUTTON) += tps65218-pwrbutton.o
obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o
obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o
obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o