mouse: remove unnecessary Kconfig dependency for qci touchpad

qci touchpad does not have a dependency on scorpion processor,
nor is it unique to the ST1.5 platform.

Change-Id: Icf8f927262b59f367767fded4b384a2ea55ed78d
Signed-off-by: Neil Leeder <nleeder@codeaurora.org>
This commit is contained in:
Neil Leeder 2010-09-22 11:40:56 -04:00 committed by Stephen Boyd
parent 53e6c2ecb7
commit 0fc033b365

View file

@ -324,11 +324,11 @@ config MOUSE_SYNAPTICS_I2C
config MOUSE_QCITP
tristate "Quanta Computer Inc. Touchpad"
depends on I2C && ARCH_MSM_SCORPION
depends on I2C
default n
help
Say Y here if you want to use the Quanta touchpad driver for ST 1.5
platform.
Say Y here if you want to use the Quanta touchpad driver for Quanta
smartbook platforms.
config MOUSE_SYNAPTICS_USB
tristate "Synaptics USB device support"