diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 4399f54c043c..cbe21bc96b52 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -242,7 +242,7 @@ config INPUT_GPIO_ROTARY_ENCODER | |||
242 | depends on GPIOLIB && GENERIC_GPIO | 242 | depends on GPIOLIB && GENERIC_GPIO |
243 | help | 243 | help |
244 | Say Y here to add support for rotary encoders connected to GPIO lines. | 244 | Say Y here to add support for rotary encoders connected to GPIO lines. |
245 | Check file:Documentation/incput/rotary_encoder.txt for more | 245 | Check file:Documentation/input/rotary-encoder.txt for more |
246 | information. | 246 | information. |
247 | 247 | ||
248 | To compile this driver as a module, choose M here: the | 248 | To compile this driver as a module, choose M here: the |
@@ -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 |