]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Kconfig: Move platform options forward
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 15:22:25 +0000 (23:22 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commit97c42ed4453f2cfb8245ee0514e638a4c5c0e0db
treedef56d82bbd892fddabfc73d883f22f519e0f74b
parent086b91db8ce7018f34dc8c7e4c5d4f3d9d62fb39
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