aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/vpd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-11-12 19:06:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:55:09 +0000
commit4d25f965043c392cc4d4d565bef95bb05d25714a (patch)
tree9181989da5fc13e4ac27db95d3e95e6ea27f6fca /src/drivers/vpd
parent414779db103c46c27ec46db1b7c4b37562ee39fc (diff)
src/drivers/vpd: Remove unused VPD_DEBUG
Change-Id: Iba838309f8055d364c5f846ce29e628067d7b5f5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/vpd')
-rw-r--r--src/drivers/vpd/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/drivers/vpd/Kconfig b/src/drivers/vpd/Kconfig
index 335b9079de..21e9eaf5f1 100644
--- a/src/drivers/vpd/Kconfig
+++ b/src/drivers/vpd/Kconfig
@@ -18,11 +18,3 @@ config VPD
default n
help
Enable support for flash based vital product data.
-
-if VPD
-
-config VPD_DEBUG
- bool "Enable VPD debug output"
- default n
-
-endif