summaryrefslogtreecommitdiff
path: root/kern/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kern/Kconfig')
-rw-r--r--kern/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/Kconfig b/kern/Kconfig
index 7c718d4c..dce9ed0a 100644
--- a/kern/Kconfig
+++ b/kern/Kconfig
@@ -3,6 +3,7 @@ menu "General setup"
config SMP
bool "Multiprocessor support"
default y
+ depends on ARCH_SMP
---help---
Enable support for machines with multiple processors.