Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29608
Change subject: src/drivers/vpd: Remove unused VPD_DEBUG ......................................................................
src/drivers/vpd: Remove unused VPD_DEBUG
Change-Id: Iba838309f8055d364c5f846ce29e628067d7b5f5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/vpd/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/29608/1
diff --git a/src/drivers/vpd/Kconfig b/src/drivers/vpd/Kconfig index 335b907..21e9eaf 100644 --- a/src/drivers/vpd/Kconfig +++ b/src/drivers/vpd/Kconfig @@ -18,11 +18,3 @@ default n help Enable support for flash based vital product data. - -if VPD - -config VPD_DEBUG - bool "Enable VPD debug output" - default n - -endif