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)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:15 +0000 (18:03 -0600)
commit4c71322b41a657596ee5e5777393ed83e80139c6
treeb011554096078dfb10356f24f30a1911f47cb37f
parent063374d2f698162d0cc2d6ea44c8e332c639db0a
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