diff options
author | Saeed Bishara <saeed@marvell.com> | 2008-06-22 16:45:06 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:45:06 -0400 |
commit | 651c74c74bf84ba966b52588ba3329606f3fd8d4 (patch) | |
tree | 7cb446c1da925bf1f4ca9c3a74dfe478748ec515 /arch/arm/Kconfig | |
parent | 9c2af6c57c4a253b595b5eef1b665989b5f15de5 (diff) |
[ARM] add Marvell Kirkwood (88F6000) SoC support
The Marvell Kirkwood (88F6000) is a family of ARM SoCs based on a
Shiva CPU core, and features a DDR2 controller, a x1 PCIe interface,
a USB 2.0 interface, a SPI controller, a crypto accelerator, a TS
interface, and IDMA/XOR engines, and depending on the model, also
features one or two Gigabit Ethernet interfaces, two SATA II
interfaces, one or two TWSI interfaces, one or two UARTs, a
TDM/SLIC interface, a NAND controller, an I2S/SPDIF interface, and
an SDIO interface.
This patch adds supports for the Marvell DB-88F6281-BP Development
Board and the RD-88F6192-NAS and the RD-88F6281 Reference Designs,
enabling support for the PCIe interface, the USB interface, the
ethernet interfaces, the SATA interfaces, the TWSI interfaces, the
UARTs, and the NAND controller.
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7a725f89b843..3535cae73d24 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -352,6 +352,16 @@ config ARCH_L7200 | |||
352 | If you have any questions or comments about the Linux kernel port | 352 | If you have any questions or comments about the Linux kernel port |
353 | to this board, send e-mail to <sjhill@cotw.com>. | 353 | to this board, send e-mail to <sjhill@cotw.com>. |
354 | 354 | ||
355 | config ARCH_KIRKWOOD | ||
356 | bool "Marvell Kirkwood" | ||
357 | select PCI | ||
358 | select GENERIC_TIME | ||
359 | select GENERIC_CLOCKEVENTS | ||
360 | select PLAT_ORION | ||
361 | help | ||
362 | Support for the following Marvell Kirkwood series SoCs: | ||
363 | 88F6180, 88F6192 and 88F6281. | ||
364 | |||
355 | config ARCH_KS8695 | 365 | config ARCH_KS8695 |
356 | bool "Micrel/Kendin KS8695" | 366 | bool "Micrel/Kendin KS8695" |
357 | select GENERIC_GPIO | 367 | select GENERIC_GPIO |
@@ -530,6 +540,8 @@ source "arch/arm/mach-omap2/Kconfig" | |||
530 | 540 | ||
531 | source "arch/arm/mach-orion5x/Kconfig" | 541 | source "arch/arm/mach-orion5x/Kconfig" |
532 | 542 | ||
543 | source "arch/arm/mach-kirkwood/Kconfig" | ||
544 | |||
533 | source "arch/arm/plat-s3c24xx/Kconfig" | 545 | source "arch/arm/plat-s3c24xx/Kconfig" |
534 | source "arch/arm/plat-s3c/Kconfig" | 546 | source "arch/arm/plat-s3c/Kconfig" |
535 | 547 | ||