[ARM] basic support for the Marvell Orion SoC family
The Marvell Orion is a family of ARM SoCs with a DDR/DDR2 memory
controller, 10/100/1000 ethernet MAC, and USB 2.0 interfaces,
and, depending on the specific model, PCI-E interface, PCI-X
interface, SATA controllers, crypto unit, SPI interface, SDIO
interface, device bus, NAND controller, DMA engine and/or XOR
engine.
This contains the basic structure and architecture register definitions.
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Reviewed-by: Nicolas Pitre <nico@marvell.com>
Reviewed-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-10-23 21:14:41 +02:00
|
|
|
if ARCH_ORION
|
|
|
|
|
|
|
|
menu "Orion Implementations"
|
|
|
|
|
2007-10-23 21:14:42 +02:00
|
|
|
config MACH_DB88F5281
|
|
|
|
bool "Marvell Orion-2 Development Board"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion-2 (88F5281) Development Board
|
|
|
|
|
2007-10-17 20:51:34 +02:00
|
|
|
config MACH_RD88F5182
|
|
|
|
bool "Marvell Orion-NAS Reference Design"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion-NAS (88F5182) RD2
|
|
|
|
|
2007-10-23 21:14:42 +02:00
|
|
|
config MACH_KUROBOX_PRO
|
|
|
|
bool "KuroBox Pro"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
KuroBox Pro platform.
|
|
|
|
|
2007-11-12 09:05:55 +01:00
|
|
|
config MACH_DNS323
|
|
|
|
bool "D-Link DNS-323"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
D-Link DNS-323 platform.
|
|
|
|
|
2007-12-15 21:05:49 +01:00
|
|
|
config MACH_TS209
|
|
|
|
bool "QNAP TS-109/TS-209"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
QNAP TS-109/TS-209 platform.
|
|
|
|
|
[ARM] basic support for the Marvell Orion SoC family
The Marvell Orion is a family of ARM SoCs with a DDR/DDR2 memory
controller, 10/100/1000 ethernet MAC, and USB 2.0 interfaces,
and, depending on the specific model, PCI-E interface, PCI-X
interface, SATA controllers, crypto unit, SPI interface, SDIO
interface, device bus, NAND controller, DMA engine and/or XOR
engine.
This contains the basic structure and architecture register definitions.
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Reviewed-by: Nicolas Pitre <nico@marvell.com>
Reviewed-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-10-23 21:14:41 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|