commit | 6e8ddecf047289e29f57782f7f7275a4fe122b90 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 27 23:22:25 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:50 2015 -0600 |
tree | c7b63730449186587ba98213da72c6831d8b2efe | |
parent | 03b341baa1835d5bd9e26d0195412f0db986f11f [diff] |
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>