aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig20
1 files changed, 2 insertions, 18 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4f4c8115d79..312450941a1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -40,6 +40,8 @@ config ARM
40 select GENERIC_PCI_IOMAP 40 select GENERIC_PCI_IOMAP
41 select HAVE_BPF_JIT 41 select HAVE_BPF_JIT
42 select GENERIC_SMP_IDLE_THREAD 42 select GENERIC_SMP_IDLE_THREAD
43 select KTIME_SCALAR
44 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
43 help 45 help
44 The ARM series is a line of low-power-consumption RISC chip designs 46 The ARM series is a line of low-power-consumption RISC chip designs
45 licensed by ARM Ltd and targeted at embedded applications and 47 licensed by ARM Ltd and targeted at embedded applications and
@@ -63,22 +65,6 @@ config SYS_SUPPORTS_APM_EMULATION
63config GENERIC_GPIO 65config GENERIC_GPIO
64 bool 66 bool
65 67
66config ARCH_USES_GETTIMEOFFSET
67 bool
68 default n
69
70config GENERIC_CLOCKEVENTS
71 bool
72
73config GENERIC_CLOCKEVENTS_BROADCAST
74 bool
75 depends on GENERIC_CLOCKEVENTS
76 default y if SMP
77
78config KTIME_SCALAR
79 bool
80 default y
81
82config HAVE_TCM 68config HAVE_TCM
83 bool 69 bool
84 select GENERIC_ALLOCATOR 70 select GENERIC_ALLOCATOR
@@ -1438,8 +1424,6 @@ endmenu
1438 1424
1439menu "Kernel Features" 1425menu "Kernel Features"
1440 1426
1441source "kernel/time/Kconfig"
1442
1443config HAVE_SMP 1427config HAVE_SMP
1444 bool 1428 bool
1445 help 1429 help