summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/Kconfig')
-rw-r--r--ANDROID_3.4.5/arch/arm/Kconfig36
1 files changed, 32 insertions, 4 deletions
diff --git a/ANDROID_3.4.5/arch/arm/Kconfig b/ANDROID_3.4.5/arch/arm/Kconfig
index 4d291f4b..dca45ca6 100644
--- a/ANDROID_3.4.5/arch/arm/Kconfig
+++ b/ANDROID_3.4.5/arch/arm/Kconfig
@@ -264,7 +264,23 @@ config MMU
#
choice
prompt "ARM system type"
- default ARCH_VERSATILE
+ default ARCH_WMT
+
+config ARCH_WMT
+ bool "WonderMedia Technology"
+ select NEED_MACH_IO_H
+ select ARCH_HAS_CPUFREQ
+ select GENERIC_CLOCKEVENTS
+ select MIGHT_HAVE_CACHE_L2X0
+ select ARM_GIC
+ select HAVE_SMP
+ select ARCH_REQUIRE_GPIOLIB
+ select HAVE_PWM
+ select HAVE_CLK
+ select COMMON_CLK
+ select CLKDEV_LOOKUP
+ help
+ This enables support for systems based on a WonderMedia Technology system.
config ARCH_INTEGRATOR
bool "ARM Ltd. Integrator family"
@@ -1016,6 +1032,8 @@ endchoice
# Kconfigs may be included either alphabetically (according to the
# plat- suffix) or along side the corresponding mach-* source.
#
+source "arch/arm/mach-wmt/Kconfig"
+
source "arch/arm/mach-at91/Kconfig"
source "arch/arm/mach-bcmring/Kconfig"
@@ -1433,7 +1451,7 @@ config ISA_DMA_API
bool
config PCI
- bool "PCI support" if MIGHT_HAVE_PCI
+ bool "PCI support" if ARCH_WMT || MIGHT_HAVE_PCI
help
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
@@ -1626,6 +1644,7 @@ config HZ
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
default AT91_TIMER_HZ if ARCH_AT91
default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
+ default 300 if ARCH_WMT
default 100
config THUMB2_KERNEL
@@ -1771,7 +1790,7 @@ config FORCE_MAX_ZONEORDER
config LEDS
bool "Timer and CPU usage LEDs"
- depends on ARCH_CDB89712 || ARCH_EBSA110 || \
+ depends on ARCH_WMT || ARCH_CDB89712 || ARCH_EBSA110 || \
ARCH_EBSA285 || ARCH_INTEGRATOR || \
ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
@@ -1795,7 +1814,7 @@ config LEDS_TIMER
|| MACH_OMAP_PERSEUS2
depends on LEDS
depends on !GENERIC_CLOCKEVENTS
- default y if ARCH_EBSA110
+ default y if ARCH_WMT
help
If you say Y here, one of the system LEDs (the green one on the
NetWinder, the amber one on the EBSA285, or the red one on the LART)
@@ -2298,6 +2317,15 @@ config ARCH_SUSPEND_POSSIBLE
config ARM_CPU_SUSPEND
def_bool PM_SLEEP
+config ARCH_HIBERNATION_POSSIBLE
+ bool
+ depends on MMU
+ default y if CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || CPU_XSCALE || CPU_XSC3 || CPU_V6 || CPU_V6K || CPU_V7
+ help
+ Support for Suspend to Disk.
+
+source "kernel/power/Kconfig"
+
endmenu
source "net/Kconfig"