diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-08-29 00:55:06 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 16:26:44 -0400 |
commit | d323ade13b959dfcf14bf18902b600c5cc711dea (patch) | |
tree | 44a83db447688b3fc9d4fe768b321c392b3aad66 /arch/arm/Kconfig | |
parent | 104ea0781a7052e03d731e2ff3df8bde66036bad (diff) |
[ARM] Orion: add 88F6183 (Orion-1-90) support
The Orion-1-90 (88F6183) is another member of the Orion SoC family,
which has a 16 bit DDR2 interface, one x1 PCIe port (configurable as
Root Complex or Endpoint), one 10/100/1000 ethernet interface, one
USB 2.0 port with PHY, one SPDIF/I2S interface, one SDIO interface,
one TWSI interface, two UARTs, one SPI interface, a NAND controller,
a crypto engine, and a 4-channel DMA engine.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4b8acd2851f4..2835fb5d21e2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -434,7 +434,7 @@ config ARCH_ORION5X | |||
434 | help | 434 | help |
435 | Support for the following Marvell Orion 5x series SoCs: | 435 | Support for the following Marvell Orion 5x series SoCs: |
436 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), | 436 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), |
437 | Orion-2 (5281). | 437 | Orion-2 (5281), Orion-1-90 (6183). |
438 | 438 | ||
439 | config ARCH_PNX4008 | 439 | config ARCH_PNX4008 |
440 | bool "Philips Nexperia PNX4008 Mobile" | 440 | bool "Philips Nexperia PNX4008 Mobile" |