summaryrefslogtreecommitdiff
path: root/build/arch-options
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2015-04-12 21:39:35 +0000
committerBen Hutchings <benh@debian.org>2015-04-12 21:39:35 +0000
commitded63ebe86a65c3febee2aa09e45c88e710e5cbe (patch)
tree81cb588d9f9b1e328b582b4546bcea1f934cac6f /build/arch-options
parent18548770ceb43d52ee677c5245f94ac9312a4001 (diff)
downloadinstallation-guide-ded63ebe86a65c3febee2aa09e45c88e710e5cbe.zip
armhf kernels support SMP and SMP-alternatives by default
Diffstat (limited to 'build/arch-options')
-rw-r--r--build/arch-options/armhf6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/arch-options/armhf b/build/arch-options/armhf
index 559f273ad..0f86732cc 100644
--- a/build/arch-options/armhf
+++ b/build/arch-options/armhf
@@ -12,8 +12,8 @@ arch_porturl="arm"
# This is coming from the lowmem package
minimum_memory=31
# These two options should be set if condition 'smp' is set below
-smp_config_section="N/A"
-smp_config_option="N/A"
+smp_config_section="Kernel Features"
+smp_config_option="Symmetric Multi-Processing"
# Options below are assembled into one variable 'condition'
# in the build scripts
@@ -22,6 +22,6 @@ network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot"
boot=""
frontend="newt;not-gtk"
other="supports-serial-console"
-smp=""
+smp="smp-alternatives"
goodies="supports-lang-chooser"
status="checked"