diff options
| author | Michael Hennerich <michael.hennerich@analog.com> | 2009-07-23 00:51:34 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-07-23 04:15:09 -0400 |
| commit | 4832958218f96f98009c5e01729fbe2b48c7124c (patch) | |
| tree | 2bb83fbf9b9f2ef3d60d2a2e3e55fa1b42a1f847 /drivers/input/misc/Kconfig | |
| parent | 52ec7752b457311f10f5a8d16faa8ac2e684eb65 (diff) | |
Input: add Blackfin rotary input driver
This driver handles the Blackfin on-chip rotary peripheral.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
| -rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 1acfa3a05aa..cbe21bc96b5 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
| @@ -269,4 +269,14 @@ config INPUT_DM355EVM | |||
| 269 | 269 | ||
| 270 | To compile this driver as a module, choose M here: the | 270 | To compile this driver as a module, choose M here: the |
| 271 | module will be called dm355evm_keys. | 271 | module will be called dm355evm_keys. |
| 272 | |||
| 273 | config INPUT_BFIN_ROTARY | ||
| 274 | tristate "Blackfin Rotary support" | ||
| 275 | depends on BF54x || BF52x | ||
| 276 | help | ||
| 277 | Say Y here if you want to use the Blackfin Rotary. | ||
| 278 | |||
| 279 | To compile this driver as a module, choose M here: the | ||
| 280 | module will be called bfin-rotary. | ||
| 281 | |||
| 272 | endif | 282 | endif |
