aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:44 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:41 -0400
commit3d92a71a4467681ef6a47e10447d200b52c78af8 (patch)
treebaee6bbf5f8d2a72e5990c5d32520e962672b175 /arch/arm/Kconfig
parent6e24f31eab6af44043e9d432bde415c1b4ca1a9e (diff)
arm: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: Russell King <linux@arm.linux.org.uk> Link: http://lkml.kernel.org/r/20120518163104.760560327@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 2 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 36586dba6fa6..feccc1d37ecf 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -34,6 +34,8 @@ config ARM
34 select CPU_PM if (SUSPEND || CPU_IDLE) 34 select CPU_PM if (SUSPEND || CPU_IDLE)
35 select GENERIC_PCI_IOMAP 35 select GENERIC_PCI_IOMAP
36 select HAVE_BPF_JIT if NET 36 select HAVE_BPF_JIT if NET
37 select KTIME_SCALAR
38 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
37 help 39 help
38 The ARM series is a line of low-power-consumption RISC chip designs 40 The ARM series is a line of low-power-consumption RISC chip designs
39 licensed by ARM Ltd and targeted at embedded applications and 41 licensed by ARM Ltd and targeted at embedded applications and
@@ -57,22 +59,6 @@ config SYS_SUPPORTS_APM_EMULATION
57config GENERIC_GPIO 59config GENERIC_GPIO
58 bool 60 bool
59 61
60config ARCH_USES_GETTIMEOFFSET
61 bool
62 default n
63
64config GENERIC_CLOCKEVENTS
65 bool
66
67config GENERIC_CLOCKEVENTS_BROADCAST
68 bool
69 depends on GENERIC_CLOCKEVENTS
70 default y if SMP
71
72config KTIME_SCALAR
73 bool
74 default y
75
76config HAVE_TCM 62config HAVE_TCM
77 bool 63 bool
78 select GENERIC_ALLOCATOR 64 select GENERIC_ALLOCATOR