aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 0bd26dbca09f..c0d6d966adec 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -250,6 +250,11 @@ config NR_CPUS
250 depends on SMP 250 depends on SMP
251 default 2 if BF561 251 default 2 if BF561
252 252
253config HOTPLUG_CPU
254 bool "Support for hot-pluggable CPUs"
255 depends on SMP && HOTPLUG
256 default y
257
253config IRQ_PER_CPU 258config IRQ_PER_CPU
254 bool 259 bool
255 depends on SMP 260 depends on SMP
@@ -1130,7 +1135,6 @@ source "fs/Kconfig.binfmt"
1130endmenu 1135endmenu
1131 1136
1132menu "Power management options" 1137menu "Power management options"
1133 depends on !SMP
1134 1138
1135source "kernel/power/Kconfig" 1139source "kernel/power/Kconfig"
1136 1140