Skip to content

Commit

Permalink
Input: remove aaed2000 keyboard driver
Browse files Browse the repository at this point in the history
The only platform using this driver (mach-aaec2000) is no longer in
the kernel so remove the driver.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Jamie Iles authored and Dmitry Torokhov committed Jan 8, 2011
1 parent f8313ef commit 048fc01
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 199 deletions.
12 changes: 0 additions & 12 deletions drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ menuconfig INPUT_KEYBOARD

if INPUT_KEYBOARD

config KEYBOARD_AAED2000
tristate "AAED-2000 keyboard"
depends on MACH_AAED2000
select INPUT_POLLDEV
default y
help
Say Y here to enable the keyboard on the Agilent AAED-2000
development board.

To compile this driver as a module, choose M here: the
module will be called aaed2000_kbd.

config KEYBOARD_ADP5520
tristate "Keypad Support for ADP5520 PMIC"
depends on PMIC_ADP5520
Expand Down
1 change: 0 additions & 1 deletion drivers/input/keyboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# Each configuration option enables a list of files.

obj-$(CONFIG_KEYBOARD_AAED2000) += aaed2000_kbd.o
obj-$(CONFIG_KEYBOARD_ADP5520) += adp5520-keys.o
obj-$(CONFIG_KEYBOARD_ADP5588) += adp5588-keys.o
obj-$(CONFIG_KEYBOARD_AMIGA) += amikbd.o
Expand Down
186 changes: 0 additions & 186 deletions drivers/input/keyboard/aaed2000_kbd.c

This file was deleted.

0 comments on commit 048fc01

Please sign in to comment.