summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/ebda/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-09-13 19:06:28 +0530
committerAaron Durbin <adurbin@chromium.org>2017-09-22 15:31:14 +0000
commitef059c5a092f898f9cecd3f2d94acc263b30b48e (patch)
tree194d1ea8c85241e0f52c8f54fc559a563e406d64 /src/soc/intel/common/block/ebda/Kconfig
parent82ef364f9a6eb1f6f175d52f12f7efc17185f9d7 (diff)
downloadcoreboot-ef059c5a092f898f9cecd3f2d94acc263b30b48e.tar.xz
soc/intel/common: Add intel common EBDA support
This patch provides EBDA library for soc usage. Change-Id: I8355a1dd528b111f1391e6d28a9b174edddc9ca0 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/21538 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/ebda/Kconfig')
-rw-r--r--src/soc/intel/common/block/ebda/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/ebda/Kconfig b/src/soc/intel/common/block/ebda/Kconfig
new file mode 100644
index 0000000000..67c7b48033
--- /dev/null
+++ b/src/soc/intel/common/block/ebda/Kconfig
@@ -0,0 +1,5 @@
+config SOC_INTEL_COMMON_BLOCK_EBDA
+ bool
+ select EARLY_EBDA_INIT
+ help
+ Intel Processor common EBDA library support