diff options
author | wanzongshun <mcuos.com@gmail.com> | 2009-12-31 09:06:05 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-27 17:03:00 -0500 |
commit | a62e90308f7b6965310cf4ec61393aef6861f50d (patch) | |
tree | 3370d9bdd43f2f75607ad59f921adafbecf537a7 /arch/arm/Kconfig | |
parent | 74d2e4f8d79ae0c4b6ec027958d5b18058662eea (diff) |
ARM: 5859/1: Add nuc93x platform support
The previous nuc932 support patches have been discarded by me and because it belongs to
another SoCs series named nuc93x,at present, which included nuc931 and nuc932, I think it is
better to create a new mach-nuc93x,So I made the patch,and request your advice.Thanks!
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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 233a222752c0..79251a9cfb6f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -548,6 +548,15 @@ config ARCH_W90X900 | |||
548 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ | 548 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ |
549 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> | 549 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> |
550 | 550 | ||
551 | config ARCH_NUC93X | ||
552 | bool "Nuvoton NUC93X CPU" | ||
553 | select CPU_ARM926T | ||
554 | select HAVE_CLK | ||
555 | select COMMON_CLKDEV | ||
556 | help | ||
557 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a | ||
558 | low-power and high performance MPEG-4/JPEG multimedia controller chip. | ||
559 | |||
551 | config ARCH_PNX4008 | 560 | config ARCH_PNX4008 |
552 | bool "Philips Nexperia PNX4008 Mobile" | 561 | bool "Philips Nexperia PNX4008 Mobile" |
553 | select CPU_ARM926T | 562 | select CPU_ARM926T |
@@ -828,6 +837,8 @@ source "arch/arm/mach-u300/Kconfig" | |||
828 | 837 | ||
829 | source "arch/arm/mach-w90x900/Kconfig" | 838 | source "arch/arm/mach-w90x900/Kconfig" |
830 | 839 | ||
840 | source "arch/arm/mach-nuc93x/Kconfig" | ||
841 | |||
831 | source "arch/arm/mach-bcmring/Kconfig" | 842 | source "arch/arm/mach-bcmring/Kconfig" |
832 | 843 | ||
833 | source "arch/arm/mach-ux500/Kconfig" | 844 | source "arch/arm/mach-ux500/Kconfig" |