x86: Kconfig: Move platform options forward
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 15:22:25 +0000 (23:22 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
commit029194a3c46a0bf82fcc706daa2933d969249a0f
treec7b63730449186587ba98213da72c6831d8b2efe
parent65c4ac0a831d1a8640602ae966f913ec811843eb
x86: Kconfig: Move platform options forward

Move platform-specific options under in arch/x86/Kconfig forward right
after the board-specific options but before any architecture-specific
options. When it comes to the same Kconfig option, board-specific one
takes take the highest precedence, then platform-specific one, and
finally architecture-specific one.

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