aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorQiao Zhou <zhouqiao@marvell.com>2012-07-17 15:17:39 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-25 00:29:19 +0200
commit96c905f408d4ed16b7b87d7d2b16e8d8d02f0cc8 (patch)
treefbcd216ef5da811bef63c8c066fd50ddcc9552fb /drivers/input/misc/Makefile
parentmfd: Add support for twl6041 (diff)
downloadlinux-dev-96c905f408d4ed16b7b87d7d2b16e8d8d02f0cc8.tar.xz
linux-dev-96c905f408d4ed16b7b87d7d2b16e8d8d02f0cc8.zip
input: Add onkey support for 88PM80X PMIC
Add onkey support for MARVELL 88PM80X PMIC. Signed-off-by: Qiao Zhou <zhouqiao@marvell.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.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 f55cdf4916fa..83fe6f5b77d1 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -5,6 +5,7 @@
# Each configuration option enables a list of files.
obj-$(CONFIG_INPUT_88PM860X_ONKEY) += 88pm860x_onkey.o
+obj-$(CONFIG_INPUT_88PM80X_ONKEY) += 88pm80x_onkey.o
obj-$(CONFIG_INPUT_AB8500_PONKEY) += ab8500-ponkey.o
obj-$(CONFIG_INPUT_AD714X) += ad714x.o
obj-$(CONFIG_INPUT_AD714X_I2C) += ad714x-i2c.o