summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorSachin Nikam <snikam@nvidia.com>2010-12-17 18:58:13 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2010-12-28 23:07:18 -0800
commitbb9b07750cc166d0d7e19df2e0411043a8bebfdb (patch)
tree5e7e88affde3c228468b5136f97d42253d9acee8 /drivers/input/misc/Kconfig
parentf94020abac1d00cf0ab79f7b2e72ba57900017c1 (diff)
[ARM] tegra: gpio based scrollwheel driver
Reports Scroll keys: - Press - Scrollup - Scrolldown Change-Id: I47f6ca3d7b5bed4aa7441634850881df7066fce7 Reviewed-on: http://git-master/r/13618 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 263471a905f7..37f843e95af0 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -454,4 +454,20 @@ config INPUT_ADXL34X_SPI
To compile this driver as a module, choose M here: the
module will be called adxl34x-spi.
+config INPUT_ALPS_GPIO_SCROLLWHEEL
+ tristate "Alps GPIO Scrollwheel"
+ depends on GENERIC_GPIO
+ help
+ This driver implements support for Alps SRBE
+ ScrollWheel connected to GPIO pins of various
+ CPUs (and some other chips).
+
+ Say Y here if your device has ScrollWheel connected
+ directly to such GPIO pins. Your board-specific
+ setup logic must also provide a platform device,
+ with configuration data saying which GPIOs are used.
+
+ To compile this driver as a module, choose M here: the
+ module will be called alps_gpio_scrollwheel.
+
endif