|
@@ -594,6 +594,20 @@ config ARCH_LH7A40X
|
|
core with a wide array of integrated devices for
|
|
core with a wide array of integrated devices for
|
|
hand-held and low-power applications.
|
|
hand-held and low-power applications.
|
|
|
|
|
|
|
|
+config ARCH_U300
|
|
|
|
+ bool "ST-Ericsson U300 Series"
|
|
|
|
+ depends on MMU
|
|
|
|
+ select CPU_ARM926T
|
|
|
|
+ select ARM_AMBA
|
|
|
|
+ select ARM_VIC
|
|
|
|
+ select GENERIC_TIME
|
|
|
|
+ select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_CLK
|
|
|
|
+ select COMMON_CLKDEV
|
|
|
|
+ select GENERIC_GPIO
|
|
|
|
+ help
|
|
|
|
+ Support for ST-Ericsson U300 series mobile platforms.
|
|
|
|
+
|
|
config ARCH_DAVINCI
|
|
config ARCH_DAVINCI
|
|
bool "TI DaVinci"
|
|
bool "TI DaVinci"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
@@ -705,6 +719,8 @@ source "arch/arm/mach-ks8695/Kconfig"
|
|
|
|
|
|
source "arch/arm/mach-msm/Kconfig"
|
|
source "arch/arm/mach-msm/Kconfig"
|
|
|
|
|
|
|
|
+source "arch/arm/mach-u300/Kconfig"
|
|
|
|
+
|
|
source "arch/arm/mach-w90x900/Kconfig"
|
|
source "arch/arm/mach-w90x900/Kconfig"
|
|
|
|
|
|
# Definitions to make life easier
|
|
# Definitions to make life easier
|