diff options
author | dmitry pervushin <dpervushin@embeddedalley.com> | 2009-04-27 05:35:04 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-27 07:29:37 -0400 |
commit | 7bd0f2f5fc5f51d351228488dfef5e33d28e8d0c (patch) | |
tree | 31be39c3c316eb7deca36d8a9471eb78c72a586c /arch/arm | |
parent | bf155f8defdb5be5da0653279327bbd3801a3ca9 (diff) |
[ARM] 5483/1: Freescale STMP: add Kconfig/Makefile entries
Added Kconfig/Makefile entries for STMP platform
Signed-off-by: dmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 15 | ||||
-rw-r--r-- | arch/arm/Makefile | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a930e5c5672c..d17c801a1704 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -302,6 +302,19 @@ config ARCH_MXC | |||
302 | help | 302 | help |
303 | Support for Freescale MXC/iMX-based family of processors | 303 | Support for Freescale MXC/iMX-based family of processors |
304 | 304 | ||
305 | config ARCH_STMP3XXX | ||
306 | bool "Freescale STMP3xxx" | ||
307 | select CPU_ARM926T | ||
308 | select HAVE_CLK | ||
309 | select COMMON_CLKDEV | ||
310 | select ARCH_REQUIRE_GPIOLIB | ||
311 | select GENERIC_TIME | ||
312 | select GENERIC_CLOCKEVENTS | ||
313 | select GENERIC_GPIO | ||
314 | select USB_ARCH_HAS_EHCI | ||
315 | help | ||
316 | Support for systems based on the Freescale 3xxx CPUs. | ||
317 | |||
305 | config ARCH_NETX | 318 | config ARCH_NETX |
306 | bool "Hilscher NetX based" | 319 | bool "Hilscher NetX based" |
307 | select CPU_ARM926T | 320 | select CPU_ARM926T |
@@ -679,6 +692,8 @@ source "arch/arm/mach-s3c6400/Kconfig" | |||
679 | source "arch/arm/mach-s3c6410/Kconfig" | 692 | source "arch/arm/mach-s3c6410/Kconfig" |
680 | endif | 693 | endif |
681 | 694 | ||
695 | source "arch/arm/plat-stmp3xxx/Kconfig" | ||
696 | |||
682 | source "arch/arm/mach-lh7a40x/Kconfig" | 697 | source "arch/arm/mach-lh7a40x/Kconfig" |
683 | 698 | ||
684 | source "arch/arm/mach-imx/Kconfig" | 699 | source "arch/arm/mach-imx/Kconfig" |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 885a83724b9c..9a0af472c7d4 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -149,6 +149,8 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | |||
149 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 | 149 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 |
150 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 150 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
151 | machine-$(CONFIG_ARCH_SHARK) := shark | 151 | machine-$(CONFIG_ARCH_SHARK) := shark |
152 | machine-$(CONFIG_ARCH_STMP378X) := stmp378x | ||
153 | machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx | ||
152 | machine-$(CONFIG_ARCH_VERSATILE) := versatile | 154 | machine-$(CONFIG_ARCH_VERSATILE) := versatile |
153 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 155 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
154 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 156 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
@@ -162,6 +164,7 @@ plat-$(CONFIG_PLAT_ORION) := orion | |||
162 | plat-$(CONFIG_PLAT_PXA) := pxa | 164 | plat-$(CONFIG_PLAT_PXA) := pxa |
163 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | 165 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c |
164 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c | 166 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c |
167 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | ||
165 | 168 | ||
166 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 169 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
167 | # This is what happens if you forget the IOCS16 line. | 170 | # This is what happens if you forget the IOCS16 line. |