summaryrefslogtreecommitdiff
path: root/src/drivers/ocp/ewl/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-11-04 19:09:20 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 18:46:53 +0000
commitc8f25e0c0551821554b96c449b6323de8a14a030 (patch)
treeac2fd31643cfa67e6f7b42737cf01ec72c3fc318 /src/drivers/ocp/ewl/Kconfig
parent0925bdaeb2f0d32d8890c9b0fafbb5fed9c9c4a3 (diff)
Revert "drivers/ocp/ewl: Add EWL driver for EWL type 3 error handling"
This reverts commit 059902882ce56502124375c9395ebe8b49640710. A dependency of the previous patch that added the get_ewl_hob function used by this patch was missing, so this patch needs to be temporary reverted to revert the patch that breaks the build due to the missing dependency. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idb2fa27e75eede1648ddbf82c8bfbeeb2e9220a6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69228 Reviewed-by: Tim Crawford <tcrawford@system76.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@amd.corp-partner.google.com> Tested-by: Patrick Georgi <patrick@coreboot.org> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'src/drivers/ocp/ewl/Kconfig')
-rw-r--r--src/drivers/ocp/ewl/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/ocp/ewl/Kconfig b/src/drivers/ocp/ewl/Kconfig
deleted file mode 100644
index 3c3b82dedc..0000000000
--- a/src/drivers/ocp/ewl/Kconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-config OCP_EWL
- bool
- default n
- help
- It implements checking FSP Enhanced Warning Log Hob.