diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2014-05-14 14:13:42 -0700 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2014-12-31 21:23:09 +0100 |
commit | 229958e0b93e5b8d398a8357d7df6509b422ca31 (patch) | |
tree | b810508809e7f67be72738fb42e57d2d05547dfd /src/soc/intel/Kconfig | |
parent | a6354a1acadc7825364c6a6e7fd3b24a405a62a1 (diff) |
broadwell: Hook into the build system
Hook the soc/intel/broadwell directory into the configuration
and build system so it can be used by mainboards.
BUG=chrome-os-partner:28234
TEST=build and boot on wtm2
Original-Change-Id: Ia48ac644a8cefb2cf9c64efaa1bd9737ddfb8b1f
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/199893
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
(cherry picked from commit ee290d7f6e541999e077bcf871cd6c7b6504f3d6)
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Change-Id: Iea5f37a839b516ac98227cc1737ce0d03f7e7e3b
Reviewed-on: http://review.coreboot.org/7940
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/intel/Kconfig')
-rw-r--r-- | src/soc/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index d8a5011060..808f6b86fe 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -1,3 +1,4 @@ source src/soc/intel/baytrail/Kconfig +source src/soc/intel/broadwell/Kconfig source src/soc/intel/fsp_baytrail/Kconfig source src/soc/intel/common/Kconfig |