mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
53e6c2ecb7
commit
0fc033b365
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue