diff options
author | Richard Cochran <richardcochran@gmail.com> | 2011-09-28 15:16:41 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-09-30 22:18:42 +0200 |
commit | 2b8f0119b857d32f827641a9f7b31fe8d31bfde6 (patch) | |
tree | 08bab78b826d82871bbd70226cf82ee71b9b9228 /arch/arm/mach-ixp4xx/Kconfig | |
parent | ddf28352b80c86754a6424e3a61e8bdf9213b3c7 (diff) | |
download | blackbird-op-linux-2b8f0119b857d32f827641a9f7b31fe8d31bfde6.tar.gz blackbird-op-linux-2b8f0119b857d32f827641a9f7b31fe8d31bfde6.zip |
ixp4xx: support omicron ixp425 based boards
This patch adds board support for the DEVIXP, the MICCPT, and the
MIC256, which are three IXP425 based boards produced by OMICRON
electronics, GmbH.
Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ixp4xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ixp4xx/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index 6f991c5ae863..fd5e7b6881bf 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig @@ -179,6 +179,25 @@ config MACH_GTWX5715 "High Speed" UART is n/c (as far as I can tell) 20 Pin ARM/Xscale JTAG interface on J2 +config MACH_DEVIXP + bool "Omicron DEVIXP" + help + Say 'Y' here if you want your kernel to support the DEVIXP + board from OMICRON electronics GmbH. + +config MACH_MICCPT + bool "Omicron MICCPT" + select PCI + help + Say 'Y' here if you want your kernel to support the MICCPT + board from OMICRON electronics GmbH. + +config MACH_MIC256 + bool "Omicron MIC256" + help + Say 'Y' here if you want your kernel to support the MIC256 + board from OMICRON electronics GmbH. + comment "IXP4xx Options" config IXP4XX_INDIRECT_PCI |