diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-09-07 12:24:48 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-07 12:24:48 -0400 |
commit | bafa49cc1b800df4748b29e2b038ff029d7c8747 (patch) | |
tree | c91d1c4cd3ed9acf0b7bc503600f0b60a06a910f /arch/arm/mach-s3c2410/Kconfig | |
parent | 7691d931aa55409ae3339d541ec0b87ab0a2adae (diff) |
[ARM] 2884/1: BAST - fix PC104 IRQ routing
Patch from Ben Dooks
This has been broken for a while now, so fix the
problems with the code, test and bring up to date.
This also makes the code conditional on an
Kconfig option
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index da818344f954..06807c6ee68a 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -18,6 +18,14 @@ config ARCH_BAST | |||
18 | 18 | ||
19 | Product page: <http://www.simtec.co.uk/products/EB2410ITX/>. | 19 | Product page: <http://www.simtec.co.uk/products/EB2410ITX/>. |
20 | 20 | ||
21 | config BAST_PC104_IRQ | ||
22 | bool "BAST PC104 IRQ support" | ||
23 | depends on ARCH_BAST | ||
24 | default y | ||
25 | help | ||
26 | Say Y here to enable the PC104 IRQ routing on the | ||
27 | Simtec BAST (EB2410ITX) | ||
28 | |||
21 | config ARCH_H1940 | 29 | config ARCH_H1940 |
22 | bool "IPAQ H1940" | 30 | bool "IPAQ H1940" |
23 | select CPU_S3C2410 | 31 | select CPU_S3C2410 |