aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2008-12-02 21:55:38 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-12-03 16:57:16 -0500
commit7ec80ddf0455ff3854a5ca524952d91b5eb676b2 (patch)
treebe9c2a70b771a9d94844b7f37e63471e7bbaff6a /arch/arm/Kconfig
parentc5b84b3bb0c055d70dc9f1b5e900378bc9d059ea (diff)
[ARM] 5338/1: Add Nuvoton W90P910 Platform support
Add Nuvoton W90X900 ARM9 plat support to linux arm tree, Now, this patch include only W90P910 EVB of W90P910 CPU, Its driver is nothing. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 93c5bebcd10f..4546f8b2ce8c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -572,6 +572,13 @@ config ARCH_MSM
572 interface to the ARM9 modem processor which runs the baseband stack 572 interface to the ARM9 modem processor which runs the baseband stack
573 and controls some vital subsystems (clock and power control, etc). 573 and controls some vital subsystems (clock and power control, etc).
574 574
575config ARCH_W90X900
576 bool "Nuvoton W90X900 CPU"
577 select CPU_ARM926T
578 help
579 Support for Nuvoton (Winbond logic dept.) ARM9 processor,You
580 can login www.mcuos.com or www.nuvoton.com to know more.
581
575endchoice 582endchoice
576 583
577source "arch/arm/mach-clps711x/Kconfig" 584source "arch/arm/mach-clps711x/Kconfig"
@@ -650,6 +657,8 @@ source "arch/arm/mach-ks8695/Kconfig"
650 657
651source "arch/arm/mach-msm/Kconfig" 658source "arch/arm/mach-msm/Kconfig"
652 659
660source "arch/arm/mach-w90x900/Kconfig"
661
653# Definitions to make life easier 662# Definitions to make life easier
654config ARCH_ACORN 663config ARCH_ACORN
655 bool 664 bool