summaryrefslogtreecommitdiff
path: root/arch/arm/configs/tegra_defconfig
diff options
context:
space:
mode:
authorRamalingam C <ramalingamc@nvidia.com>2011-10-11 14:30:16 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:52:33 -0800
commitd6b7aebfafda31f58cb7854bda525840c8ae1fa0 (patch)
treebfa1fdf40dde84a1333e1cf3cff3b3ebcae060fa /arch/arm/configs/tegra_defconfig
parent0aed5989a444d72f6490ab844888788753261bdd (diff)
arm: tegra: defconfig: Enable tegra_kbc driver
This change enables the below config variables CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_TEGRA=y CONFIG_INPUT_MOUSE=y Change-Id: I611d2837a984d6fab5a857f031b7d74169e6b8d5 Signed-off-by: Ramalingam C <ramalingamc@nvidia.com> Reviewed-on: http://git-master/r/57263 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R921e6917bccd33f4290e95aae035bfccc240f0ce
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r--arch/arm/configs/tegra_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index e941c9014ccb..7ba2243bf43e 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -131,8 +131,9 @@ CONFIG_USB_NET_MCS7830=y
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_EVDEV=y
-# CONFIG_INPUT_KEYBOARD is not set
-# CONFIG_INPUT_MOUSE is not set
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_TEGRA=y
+CONFIG_INPUT_MOUSE=y
# CONFIG_SERIO is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_DEVKMEM is not set