diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-03-20 00:50:22 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-22 22:11:35 -0400 |
commit | 14c6b5e7add9ec393ad61bceb6106b47c7f14bd3 (patch) | |
tree | 525cf72ac77f27201902b85e904b45df529cca68 /arch/arm/Kconfig | |
parent | a6b993c6b5183fe2af98569cbb7dd8add01b8deb (diff) |
[ARM] pxa: add base support for Marvell PXA910
Signed-off-by: Bin Yang <bin.yang@marvell.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index daf35d778208..cb4486ad0f72 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -488,7 +488,7 @@ config ARCH_PXA | |||
488 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. | 488 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. |
489 | 489 | ||
490 | config ARCH_MMP | 490 | config ARCH_MMP |
491 | bool "Marvell PXA168" | 491 | bool "Marvell PXA168/910" |
492 | depends on MMU | 492 | depends on MMU |
493 | select GENERIC_GPIO | 493 | select GENERIC_GPIO |
494 | select ARCH_REQUIRE_GPIOLIB | 494 | select ARCH_REQUIRE_GPIOLIB |
@@ -499,7 +499,7 @@ config ARCH_MMP | |||
499 | select TICK_ONESHOT | 499 | select TICK_ONESHOT |
500 | select PLAT_PXA | 500 | select PLAT_PXA |
501 | help | 501 | help |
502 | Support for Marvell's PXA168 processor line. | 502 | Support for Marvell's PXA168/910 processor line. |
503 | 503 | ||
504 | config ARCH_RPC | 504 | config ARCH_RPC |
505 | bool "RiscPC" | 505 | bool "RiscPC" |