瀏覽代碼

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>
Bin Meng 10 年之前
父節點
當前提交
029194a3c4
共有 1 個文件被更改,包括 9 次插入10 次删除
  1. 9 10
      arch/x86/Kconfig

+ 9 - 10
arch/x86/Kconfig

@@ -30,6 +30,15 @@ source "board/coreboot/Kconfig"
 source "board/google/Kconfig"
 source "board/google/Kconfig"
 source "board/intel/Kconfig"
 source "board/intel/Kconfig"
 
 
+# platform-specific options below
+source "arch/x86/cpu/baytrail/Kconfig"
+source "arch/x86/cpu/coreboot/Kconfig"
+source "arch/x86/cpu/ivybridge/Kconfig"
+source "arch/x86/cpu/quark/Kconfig"
+source "arch/x86/cpu/queensbay/Kconfig"
+
+# architecture-specific options below
+
 config DM_SPI
 config DM_SPI
 	default y
 	default y
 
 
@@ -358,16 +367,6 @@ config FSP_TEMP_RAM_ADDR
 	  Stack top address which is used in FspInit after DRAM is ready and
 	  Stack top address which is used in FspInit after DRAM is ready and
 	  CAR is disabled.
 	  CAR is disabled.
 
 
-source "arch/x86/cpu/baytrail/Kconfig"
-
-source "arch/x86/cpu/coreboot/Kconfig"
-
-source "arch/x86/cpu/ivybridge/Kconfig"
-
-source "arch/x86/cpu/quark/Kconfig"
-
-source "arch/x86/cpu/queensbay/Kconfig"
-
 config TSC_CALIBRATION_BYPASS
 config TSC_CALIBRATION_BYPASS
 	bool "Bypass Time-Stamp Counter (TSC) calibration"
 	bool "Bypass Time-Stamp Counter (TSC) calibration"
 	default n
 	default n