diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 19:24:55 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:56:59 +0300 |
commit | c957ea5c797cfccffeee92e0af8e0e99212dd755 (patch) | |
tree | c65e428a9858421f84a9ae01c53a00a95eb7c159 /drivers/input/misc/Kconfig | |
parent | 01b7649598c6ad36d07b037ecf6548f6c7fdd083 (diff) | |
download | linux-c957ea5c797cfccffeee92e0af8e0e99212dd755.tar.xz |
input: misc: remove blackfin rotary driver
The blackfin architecture is getting removed, so this
one is obsolete as well.
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 62a1312a7387..e9770f5e3f77 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -655,15 +655,6 @@ config INPUT_DM355EVM To compile this driver as a module, choose M here: the module will be called dm355evm_keys. -config INPUT_BFIN_ROTARY - tristate "Blackfin Rotary support" - depends on BF54x || BF52x - help - Say Y here if you want to use the Blackfin Rotary. - - To compile this driver as a module, choose M here: the - module will be called bfin-rotary. - config INPUT_WM831X_ON tristate "WM831X ON pin" depends on MFD_WM831X |