diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3473f8b8ede6..fee7c64ca723 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -298,6 +298,19 @@ config ARCH_MXC | |||
298 | help | 298 | help |
299 | Support for Freescale MXC/iMX-based family of processors | 299 | Support for Freescale MXC/iMX-based family of processors |
300 | 300 | ||
301 | config ARCH_STMP3XXX | ||
302 | bool "Freescale STMP3xxx" | ||
303 | select CPU_ARM926T | ||
304 | select HAVE_CLK | ||
305 | select COMMON_CLKDEV | ||
306 | select ARCH_REQUIRE_GPIOLIB | ||
307 | select GENERIC_TIME | ||
308 | select GENERIC_CLOCKEVENTS | ||
309 | select GENERIC_GPIO | ||
310 | select USB_ARCH_HAS_EHCI | ||
311 | help | ||
312 | Support for systems based on the Freescale 3xxx CPUs. | ||
313 | |||
301 | config ARCH_NETX | 314 | config ARCH_NETX |
302 | bool "Hilscher NetX based" | 315 | bool "Hilscher NetX based" |
303 | select CPU_ARM926T | 316 | select CPU_ARM926T |
@@ -673,6 +686,8 @@ source "arch/arm/mach-s3c6400/Kconfig" | |||
673 | source "arch/arm/mach-s3c6410/Kconfig" | 686 | source "arch/arm/mach-s3c6410/Kconfig" |
674 | endif | 687 | endif |
675 | 688 | ||
689 | source "arch/arm/plat-stmp3xxx/Kconfig" | ||
690 | |||
676 | source "arch/arm/mach-lh7a40x/Kconfig" | 691 | source "arch/arm/mach-lh7a40x/Kconfig" |
677 | 692 | ||
678 | source "arch/arm/mach-h720x/Kconfig" | 693 | source "arch/arm/mach-h720x/Kconfig" |