aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 9409ae369517..1f075be7717f 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -258,6 +258,10 @@ config IRQ_PER_CPU
258 depends on SMP 258 depends on SMP
259 default y 259 default y
260 260
261config HAVE_LEGACY_PER_CPU_AREA
262 def_bool y
263 depends on SMP
264
261config BF_REV_MIN 265config BF_REV_MIN
262 int 266 int
263 default 0 if (BF51x || BF52x || (BF54x && !BF54xM)) 267 default 0 if (BF51x || BF52x || (BF54x && !BF54xM))