]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Jun 2015 06:52:22 +0000 (14:52 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:22 +0000 (13:29 +0200)
commite0c767c041e4422db1ef29a5952867a6b743f2b5
treede8120b351d9eeb0a43085757168655bc3557743
parenta4650bb31085c96fba380e43ce3680ae34175e03
x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP

MAX_CPUS and AP_STACK_SIZE are only meaningful when SMP is on.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig