diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-12 19:06:49 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:55:09 +0000 |
commit | 4d25f965043c392cc4d4d565bef95bb05d25714a (patch) | |
tree | 9181989da5fc13e4ac27db95d3e95e6ea27f6fca | |
parent | 414779db103c46c27ec46db1b7c4b37562ee39fc (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>
-rw-r--r-- | src/drivers/vpd/Kconfig | 8 |
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 |