diff options
author | Naveen Kumar S <nkumars@nvidia.com> | 2012-12-31 20:21:33 +0530 |
---|---|---|
committer | Matthew Pedro <mapedro@nvidia.com> | 2013-03-06 12:09:30 -0800 |
commit | 25b80bc8abcc36fc4053534749faf9d9221a4ebf (patch) | |
tree | e566b34b94bc95b0c1e68d024f65e382340762e3 | |
parent | 0ffe70443b9bb259f9ea36a7e29c02c0d9643b07 (diff) |
ARM: Config: Tegra2: Disabled CONFIG_INPUT_MOUSEDEV
Disabled CONFIG_INPUT_MOUSEDEV to avoid kernel registering PS/2 mouse
devices, which are mostly not in use now.
Bug 1162832
Change-Id: If47e654063934d3b60d033a0d2523b8caf97825b
Signed-off-by: Naveen Kumar S <nkumars@nvidia.com>
Reviewed-on: http://git-master/r/187808
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index e7b72881f054..6878abd433f6 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -399,3 +399,4 @@ CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_TWOFISH=y # CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRYPTO_DEV_TEGRA_AES=y +# CONFIG_INPUT_MOUSEDEV is not set |