diff options
author | Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | 2010-11-16 14:26:57 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-11-30 13:48:46 -0800 |
commit | 9632f9890e76aa7a78f719b0b3b572f65e3e968b (patch) | |
tree | 366407cf71b79284873367c88b9182e51f7b0827 /drivers/input/serio/Kconfig | |
parent | c6c4dea4011278f03ab8a3c8329fba9098d2a892 (diff) | |
download | blackbird-op-linux-9632f9890e76aa7a78f719b0b3b572f65e3e968b.tar.gz blackbird-op-linux-9632f9890e76aa7a78f719b0b3b572f65e3e968b.zip |
OMAP1: drop AMS_DELTA_FIQ config option
This patches removes a config option that was used to select a FIQ
handler to be build for Amstrad Delta, as required by the on-board serio
interface driver. Not having any problem reports received since it was
introduced in 2.6.35, the FIQ handler can now be built and initialized by
default, thus reqiring no extra config option.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 6256233d2bfb..bcb1fdedb595 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -214,7 +214,6 @@ config SERIO_AMS_DELTA tristate "Amstrad Delta (E3) mailboard support" depends on MACH_AMS_DELTA default y - select AMS_DELTA_FIQ ---help--- Say Y here if you have an E3 and want to use its mailboard, or any standard AT keyboard connected to the mailboard port. |