diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
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 | ||
575 | config 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 | |||
575 | endchoice | 582 | endchoice |
576 | 583 | ||
577 | source "arch/arm/mach-clps711x/Kconfig" | 584 | source "arch/arm/mach-clps711x/Kconfig" |
@@ -650,6 +657,8 @@ source "arch/arm/mach-ks8695/Kconfig" | |||
650 | 657 | ||
651 | source "arch/arm/mach-msm/Kconfig" | 658 | source "arch/arm/mach-msm/Kconfig" |
652 | 659 | ||
660 | source "arch/arm/mach-w90x900/Kconfig" | ||
661 | |||
653 | # Definitions to make life easier | 662 | # Definitions to make life easier |
654 | config ARCH_ACORN | 663 | config ARCH_ACORN |
655 | bool | 664 | bool |