2008-03-27 18:51:41 +00:00
|
|
|
if ARCH_ORION5X
|
[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 19:14:41 +00:00
|
|
|
|
|
|
|
menu "Orion Implementations"
|
|
|
|
|
2007-10-23 19:14:42 +00: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 18:51:34 +00: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 19:14:42 +00: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 08:05:55 +00: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 20:05:49 +00: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.
|
|
|
|
|
2008-04-09 20:50:16 +00:00
|
|
|
config MACH_LINKSTATION_PRO
|
|
|
|
bool "Buffalo Linkstation Pro/Live"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Buffalo Linkstation Pro/Live platform. Both v1 and
|
|
|
|
v2 devices are supported.
|
|
|
|
|
2008-04-26 00:35:29 +00:00
|
|
|
config MACH_TS409
|
|
|
|
bool "QNAP TS-409"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
QNAP TS-409 platform.
|
|
|
|
|
2008-05-31 06:19:20 +00:00
|
|
|
config MACH_WRT350N_V2
|
|
|
|
bool "Linksys WRT350N v2"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Linksys WRT350N v2 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 19:14:41 +00:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|