]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: kconfig: Fix minor nits in MAX_CPUS
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Jun 2015 06:52:23 +0000 (14:52 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:22 +0000 (13:29 +0200)
commit25bacb8efcd1276977dc68ee010a34ccfba01ba4
tree5e1dbd259d282b34bcf852ac2120d3630ed7090d
parente0c767c041e4422db1ef29a5952867a6b743f2b5
x86: kconfig: Fix minor nits in MAX_CPUS

Move MAX_CPUS definition after SMP so that it shows below SMP in the
menuconfig. Also replace the leading spaces in the MAX_CPUS section
with tabs to conform coding standard.

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