diff options
author | Marc Jones <marc.jones@se-eng.com> | 2013-10-29 22:12:32 -0600 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-12-04 18:46:35 +0100 |
commit | 73a9b503f00675753f97227d967bb0adddb3ca00 (patch) | |
tree | 03555e9add7c043bf9960f53bde765c33ac10469 /src/southbridge/intel/Kconfig | |
parent | bdafcfa55509d0cf2cbbb686411f569d56d3916c (diff) |
Add Intel FSP bd82x6x southbridge support
Add support for the bd82x6x using the Intel FSP.
The FSP is different enough to warrant its own source files
for now. The mrc/system agent chromebook solution does much more
southbridge initialization and configuration than the FSP version.
It may be combined in the future.
Change-Id: Ie493945f3d321d854728d231979a0c172d2b36de
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/4017
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/Kconfig')
-rw-r--r-- | src/southbridge/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/Kconfig b/src/southbridge/intel/Kconfig index 343d5a3d84..6b46f8a1f4 100644 --- a/src/southbridge/intel/Kconfig +++ b/src/southbridge/intel/Kconfig @@ -15,3 +15,4 @@ source src/southbridge/intel/sch/Kconfig source src/southbridge/intel/bd82x6x/Kconfig source src/southbridge/intel/ibexpeak/Kconfig source src/southbridge/intel/lynxpoint/Kconfig +source src/southbridge/intel/fsp_bd82x6x/Kconfig |