summaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-07 19:07:00 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:45:09 +0800
commita60be32bf20d48859c68a32b5c6a068544c61252 (patch)
tree26c656b46c486b0778f1cfaa892dd11197192eb4 /drivers/input/Makefile
parent5a5bc7607501aab650ddd3c568d92a026297d1d8 (diff)
downloadu-boot-imx-a60be32bf20d48859c68a32b5c6a068544c61252.zip
u-boot-imx-a60be32bf20d48859c68a32b5c6a068544c61252.tar.gz
u-boot-imx-a60be32bf20d48859c68a32b5c6a068544c61252.tar.bz2
MLK-10774-6 imx: add mxc_keyb
This patch is from commit b79371410aa44972dea53d5c19d256170928dcbd "ENGR00315499-9: ARM:iMX6SL EVK: Add keyboard support" Since board file already added related bsp and pin settings, this patch only add driver. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index a8e9be2..8b1b86c 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
endif
obj-y += input.o
obj-$(CONFIG_OF_CONTROL) += key_matrix.o
+obj-$(CONFIG_MXC_KPD) += mxc_keyb.o