summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTapani <tapani@technexion.com>2012-10-19 11:06:31 +0800
committerTapani <tapani@vmail.me>2012-12-27 14:45:21 +0800
commit177f31f54d3f659dfb7389774a6117954474c5ab (patch)
tree8e619a059ce576d9c600c86c131379b9086b4d0c /drivers
parent034ef1f7ccb633e39030623bbc9f97d71a77469a (diff)
drivers/input/mouse/Kconfig: Fix circular dependency of config options
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/mouse/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index 9c1e6ee83531..eb66f467e294 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -151,8 +151,7 @@ config MOUSE_SERIAL
config MOUSE_APPLETOUCH
tristate "Apple USB Touchpad support"
- depends on USB_ARCH_HAS_HCD
- select USB
+ depends on USB && USB_ARCH_HAS_HCD
help
Say Y here if you want to use an Apple USB Touchpad.
@@ -172,8 +171,7 @@ config MOUSE_APPLETOUCH
config MOUSE_BCM5974
tristate "Apple USB BCM5974 Multitouch trackpad support"
- depends on USB_ARCH_HAS_HCD
- select USB
+ depends on USB && USB_ARCH_HAS_HCD
help
Say Y here if you have an Apple USB BCM5974 Multitouch
trackpad.