diff options
author | Damien Zammit <damien@zamaudio.com> | 2014-10-23 21:57:48 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-29 21:11:11 +0100 |
commit | 304089b0b74ef8aecbcddccf6c44ef74c26341f6 (patch) | |
tree | 9e81742cfd3e60f1a3439850220c165a419489c8 /src/cpu/intel/Kconfig | |
parent | 1c6d919eb051dd8a42ee7d1758a348984ff08563 (diff) |
cpu/intel: Add configuration for socket LGA1155
This allows mainboards to explicitly select LGA1155.
Change-Id: Id33679b27c89038588347cb4f1a6a0e66aae3e6e
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/7197
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r-- | src/cpu/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index aa3dd5bc22..de76e3ed72 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -33,6 +33,7 @@ source src/cpu/intel/socket_mPGA603/Kconfig source src/cpu/intel/socket_mPGA604/Kconfig source src/cpu/intel/socket_PGA370/Kconfig source src/cpu/intel/socket_441/Kconfig +source src/cpu/intel/socket_LGA1155/Kconfig source src/cpu/intel/socket_LGA771/Kconfig source src/cpu/intel/socket_LGA775/Kconfig source src/cpu/intel/socket_rPGA988B/Kconfig |