Intel cpus: apply un-written naming rules
Kconfig directives to select chip drivers for compile literally match the chip directory names capitalized and underscored. Note: CPU_INTEL_CORE2 was used on both model_6fx and model_1067x. Change-Id: I8fa5ba71b14dcce79ab2a2c1c69b3bc36edbdea0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/618 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
9a4114a15a
commit
e13632a939
@@ -16,9 +16,9 @@ source src/cpu/intel/model_f3x/Kconfig
|
||||
source src/cpu/intel/model_f4x/Kconfig
|
||||
source src/cpu/intel/ep80579/Kconfig
|
||||
# Sockets/Slots
|
||||
source src/cpu/intel/bga956/Kconfig
|
||||
source src/cpu/intel/slot_2/Kconfig
|
||||
source src/cpu/intel/slot_1/Kconfig
|
||||
source src/cpu/intel/socket_BGA956/Kconfig
|
||||
source src/cpu/intel/socket_FC_PGA370/Kconfig
|
||||
source src/cpu/intel/socket_mFCBGA479/Kconfig
|
||||
source src/cpu/intel/socket_mFCPGA478/Kconfig
|
||||
|
Reference in New Issue
Block a user