aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a930e5c5672c..44456e163025 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -594,6 +594,20 @@ config ARCH_LH7A40X
594 core with a wide array of integrated devices for 594 core with a wide array of integrated devices for
595 hand-held and low-power applications. 595 hand-held and low-power applications.
596 596
597config ARCH_U300
598 bool "ST-Ericsson U300 Series"
599 depends on MMU
600 select CPU_ARM926T
601 select ARM_AMBA
602 select ARM_VIC
603 select GENERIC_TIME
604 select GENERIC_CLOCKEVENTS
605 select HAVE_CLK
606 select COMMON_CLKDEV
607 select GENERIC_GPIO
608 help
609 Support for ST-Ericsson U300 series mobile platforms.
610
597config ARCH_DAVINCI 611config ARCH_DAVINCI
598 bool "TI DaVinci" 612 bool "TI DaVinci"
599 select CPU_ARM926T 613 select CPU_ARM926T
@@ -705,6 +719,8 @@ source "arch/arm/mach-ks8695/Kconfig"
705 719
706source "arch/arm/mach-msm/Kconfig" 720source "arch/arm/mach-msm/Kconfig"
707 721
722source "arch/arm/mach-u300/Kconfig"
723
708source "arch/arm/mach-w90x900/Kconfig" 724source "arch/arm/mach-w90x900/Kconfig"
709 725
710# Definitions to make life easier 726# Definitions to make life easier