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