diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 554ec1dd89d4..4305ae25652b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -37,6 +37,7 @@ config ARM | |||
37 | select CPU_PM if (SUSPEND || CPU_IDLE) | 37 | select CPU_PM if (SUSPEND || CPU_IDLE) |
38 | select GENERIC_PCI_IOMAP | 38 | select GENERIC_PCI_IOMAP |
39 | select HAVE_BPF_JIT | 39 | select HAVE_BPF_JIT |
40 | select GENERIC_SMP_IDLE_THREAD | ||
40 | help | 41 | help |
41 | The ARM series is a line of low-power-consumption RISC chip designs | 42 | The ARM series is a line of low-power-consumption RISC chip designs |
42 | licensed by ARM Ltd and targeted at embedded applications and | 43 | licensed by ARM Ltd and targeted at embedded applications and |
@@ -154,9 +155,6 @@ config ARCH_HAS_CPUFREQ | |||
154 | and that the relevant menu configurations are displayed for | 155 | and that the relevant menu configurations are displayed for |
155 | it. | 156 | it. |
156 | 157 | ||
157 | config ARCH_HAS_CPU_IDLE_WAIT | ||
158 | def_bool y | ||
159 | |||
160 | config GENERIC_HWEIGHT | 158 | config GENERIC_HWEIGHT |
161 | bool | 159 | bool |
162 | default y | 160 | default y |