summaryrefslogtreecommitdiff
path: root/drivers/usb/input/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-05-07 21:12:07 (GMT)
committerDmitry Torokhov <dtor@insightbb.com>2007-05-08 05:41:29 (GMT)
commitb5da20f8f7652e7a9648401a1942b7aac3b9ab9d (patch)
tree05ede0aa5e581dc4f643b1484761f69d057e8755 /drivers/usb/input/Kconfig
parent1c362d46825259a48c1d543cab3805a6c770c0c8 (diff)
downloadlinux-b5da20f8f7652e7a9648401a1942b7aac3b9ab9d.tar.xz
Input: move USB mice under drivers/input/mouse
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r--drivers/usb/input/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 1922878..4959dcf 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -75,23 +75,3 @@ config USB_KEYSPAN_REMOTE
To compile this driver as a module, choose M here: the module will
be called keyspan_remote.
-
-config USB_APPLETOUCH
- tristate "Apple USB Touchpad support"
- depends on USB && INPUT
- ---help---
- Say Y here if you want to use an Apple USB Touchpad.
-
- These are the touchpads that can be found on post-February 2005
- Apple Powerbooks (prior models have a Synaptics touchpad connected
- to the ADB bus).
-
- This driver provides a basic mouse driver but can be interfaced
- with the synaptics X11 driver to provide acceleration and
- scrolling in X11.
-
- For further information, see
- <file:Documentation/input/appletouch.txt>.
-
- To compile this driver as a module, choose M here: the
- module will be called appletouch.