diff options
author | Marc Zyngier <maz@misterjones.org> | 2010-04-10 16:32:38 -0400 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2010-05-27 07:02:42 -0400 |
commit | 4d9be47f3dcf647aff11406b2f868811442d2d02 (patch) | |
tree | 3aa7b0287343eee1de2ae755c1e1674c5d8603dc /arch/arm/mach-ixp4xx/Kconfig | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) |
ixp4xx: base support for Arcom Vulcan
This patch adds some basic support for the Arcom Vulcan (ixp425 based).
Supported devices include:
- XR16L551 serial ports
- External watchdog
- Flash
- SRAM
- 1-wire id
Signed-off-by: Marc Zyngier <maz@misterjones.org>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'arch/arm/mach-ixp4xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ixp4xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index 9e5070da17ae..6f991c5ae863 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig | |||
@@ -140,6 +140,14 @@ config MACH_FSG | |||
140 | FSG-3 device. For more information on this platform, | 140 | FSG-3 device. For more information on this platform, |
141 | see http://www.nslu2-linux.org/wiki/FSG3/HomePage | 141 | see http://www.nslu2-linux.org/wiki/FSG3/HomePage |
142 | 142 | ||
143 | config MACH_ARCOM_VULCAN | ||
144 | bool | ||
145 | prompt "Arcom/Eurotech Vulcan" | ||
146 | select PCI | ||
147 | help | ||
148 | Say 'Y' here if you want your kernel to support Arcom's | ||
149 | Vulcan board. | ||
150 | |||
143 | # | 151 | # |
144 | # Certain registers and IRQs are only enabled if supporting IXP465 CPUs | 152 | # Certain registers and IRQs are only enabled if supporting IXP465 CPUs |
145 | # | 153 | # |