aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/Kconfig
diff options
context:
space:
mode:
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>2010-11-16 14:26:57 -0800
committerTony Lindgren <tony@atomide.com>2010-11-30 13:48:46 -0800
commit9632f9890e76aa7a78f719b0b3b572f65e3e968b (patch)
tree366407cf71b79284873367c88b9182e51f7b0827 /arch/arm/mach-omap1/Kconfig
parentc6c4dea4011278f03ab8a3c8329fba9098d2a892 (diff)
downloadkernel_samsung_smdk4412-9632f9890e76aa7a78f719b0b3b572f65e3e968b.zip
kernel_samsung_smdk4412-9632f9890e76aa7a78f719b0b3b572f65e3e968b.tar.gz
kernel_samsung_smdk4412-9632f9890e76aa7a78f719b0b3b572f65e3e968b.tar.bz2
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 'arch/arm/mach-omap1/Kconfig')
-rw-r--r--arch/arm/mach-omap1/Kconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
index 5f64963..8d2f2da 100644
--- a/arch/arm/mach-omap1/Kconfig
+++ b/arch/arm/mach-omap1/Kconfig
@@ -152,20 +152,11 @@ config MACH_NOKIA770
config MACH_AMS_DELTA
bool "Amstrad E3 (Delta)"
depends on ARCH_OMAP1 && ARCH_OMAP15XX
+ select FIQ
help
Support for the Amstrad E3 (codename Delta) videophone. Say Y here
if you have such a device.
-config AMS_DELTA_FIQ
- bool "Fast Interrupt Request (FIQ) support for the E3"
- depends on MACH_AMS_DELTA
- select FIQ
- help
- Provide a FIQ handler for the E3.
- This allows for fast handling of interrupts generated
- by the clock line of the E3 mailboard (or a PS/2 keyboard)
- connected to the GPIO based external keyboard port.
-
config MACH_OMAP_GENERIC
bool "Generic OMAP board"
depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)