Home
last modified time | relevance | path

Searched hist:"029194 a3c46a0bf82fcc706daa2933d969249a0f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/
H A DKconfig029194a3c46a0bf82fcc706daa2933d969249a0f Mon Apr 27 15:22:25 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>