diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 20:16:16 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-01-18 20:39:48 +0100 |
commit | 0de45027257bbae71a78240af4903d08447a669c (patch) | |
tree | 7a889e49040f4192152e81ea3578d6667fd3959c /drivers/input/serio/Kconfig | |
parent | Input: inline macros for MODULE_LICENSE, etc (diff) | |
download | linux-0de45027257bbae71a78240af4903d08447a669c.tar.xz linux-0de45027257bbae71a78240af4903d08447a669c.zip |
Input: remove at32psif
Since AVR32 arch is gone, at32psif driver is useless.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 21488c048fa3..ca4530eb3378 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -96,16 +96,6 @@ config SERIO_RPCKBD To compile this driver as a module, choose M here: the module will be called rpckbd. -config SERIO_AT32PSIF - tristate "AVR32 PSIF PS/2 keyboard and mouse controller" - depends on AVR32 - help - Say Y here if you want to use the PSIF peripheral on AVR32 devices - and connect a PS/2 keyboard and/or mouse to it. - - To compile this driver as a module, choose M here: the module will - be called at32psif. - config SERIO_AMBAKMI tristate "AMBA KMI keyboard controller" depends on ARM_AMBA |