2008-03-27 21:51:41 +03: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 23:14:41 +04:00
|
|
|
|
|
|
|
menu "Orion Implementations"
|
|
|
|
|
2012-11-16 19:39:45 +04:00
|
|
|
config ARCH_ORION5X_DT
|
|
|
|
bool "Marvell Orion5x Flattened Device Tree"
|
|
|
|
select USE_OF
|
2014-04-23 01:26:24 +04:00
|
|
|
select ORION_CLK
|
2014-04-23 01:26:27 +04:00
|
|
|
select ORION_IRQCHIP
|
|
|
|
select ORION_TIMER
|
2014-04-23 01:26:28 +04:00
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_ORION
|
2012-11-16 19:39:45 +04:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion5x using flattened device tree.
|
|
|
|
|
2007-10-23 23:14:42 +04: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 22:51:34 +04: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
|
|
|
|
|
2014-04-23 01:26:38 +04:00
|
|
|
config MACH_RD88F5182_DT
|
|
|
|
bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)"
|
|
|
|
select ARCH_ORION5X_DT
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the Marvell
|
|
|
|
Orion-NAS (88F5182) RD2, Flattened Device Tree.
|
|
|
|
|
2007-10-23 23:14:42 +04: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 11:05:55 +03: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 23:05:49 +03: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-08-29 00:18:54 +04:00
|
|
|
config MACH_TERASTATION_PRO2
|
|
|
|
bool "Buffalo Terastation Pro II/Live"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Buffalo Terastation Pro II/Live platform.
|
|
|
|
|
2008-04-10 00:50:16 +04: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.
|
|
|
|
|
2010-12-01 00:53:09 +03:00
|
|
|
config MACH_LINKSTATION_LSCHL
|
|
|
|
bool "Buffalo Linkstation Live v3 (LS-CHL)"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Buffalo Linkstation Live v3 (LS-CHL) platform.
|
|
|
|
|
2008-09-25 17:47:30 +04:00
|
|
|
config MACH_LINKSTATION_MINI
|
|
|
|
bool "Buffalo Linkstation Mini"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Buffalo Linkstation Mini platform.
|
|
|
|
|
2010-02-05 06:33:27 +03:00
|
|
|
config MACH_LINKSTATION_LS_HGL
|
|
|
|
bool "Buffalo Linkstation LS-HGL"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Buffalo Linkstation LS-HGL platform.
|
|
|
|
|
2008-04-26 04:35:29 +04: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 10:19:20 +04: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.
|
|
|
|
|
2008-06-01 01:32:37 +04:00
|
|
|
config MACH_TS78XX
|
|
|
|
bool "Technologic Systems TS-78xx"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Technologic Systems TS-78xx platform.
|
|
|
|
|
2008-04-06 16:08:17 +04:00
|
|
|
config MACH_MV2120
|
|
|
|
bool "HP Media Vault mv2120"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
HP Media Vault mv2120 or mv5100.
|
|
|
|
|
2014-04-23 01:26:39 +04:00
|
|
|
config MACH_D2NET_DT
|
|
|
|
bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)"
|
|
|
|
select ARCH_ORION5X_DT
|
2009-06-22 23:45:01 +04:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
LaCie d2 Network NAS.
|
|
|
|
|
2009-06-23 15:54:35 +04:00
|
|
|
config MACH_NET2BIG
|
|
|
|
bool "LaCie 2Big Network"
|
|
|
|
select I2C_BOARDINFO
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
LaCie 2Big Network NAS.
|
|
|
|
|
2014-04-23 01:26:40 +04:00
|
|
|
config MACH_MSS2_DT
|
|
|
|
bool "Maxtor Shared Storage II (Flattened Device Tree)"
|
|
|
|
select ARCH_ORION5X_DT
|
2008-06-10 03:00:38 +04:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Maxtor Shared Storage II platform.
|
|
|
|
|
2008-06-26 03:30:41 +04:00
|
|
|
config MACH_WNR854T
|
|
|
|
bool "Netgear WNR854T"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Netgear WNR854T platform.
|
|
|
|
|
2008-06-30 22:25:24 +04:00
|
|
|
config MACH_RD88F5181L_GE
|
|
|
|
bool "Marvell Orion-VoIP GE Reference Design"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion-VoIP GE (88F5181L) RD.
|
|
|
|
|
2008-06-28 02:56:22 +04:00
|
|
|
config MACH_RD88F5181L_FXO
|
|
|
|
bool "Marvell Orion-VoIP FXO Reference Design"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion-VoIP FXO (88F5181L) RD.
|
|
|
|
|
2008-08-29 08:59:34 +04:00
|
|
|
config MACH_RD88F6183AP_GE
|
|
|
|
bool "Marvell Orion-1-90 AP GE Reference Design"
|
|
|
|
help
|
|
|
|
Say 'Y' here if you want your kernel to support the
|
|
|
|
Marvell Orion-1-90 (88F6183) AP GE RD.
|
|
|
|
|
[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 23:14:41 +04:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|