aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ocp/vpd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ocp/vpd/Kconfig')
-rw-r--r--src/drivers/ocp/vpd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/drivers/ocp/vpd/Kconfig b/src/drivers/ocp/vpd/Kconfig
index ebecbe6962..12ee1855a2 100644
--- a/src/drivers/ocp/vpd/Kconfig
+++ b/src/drivers/ocp/vpd/Kconfig
@@ -4,3 +4,12 @@ config OCP_VPD
depends on VPD
help
It implements functions that get common VPD variables for OCP projects.
+
+config LINUXPAYLOAD_CMDLINE_VPD_OVERWRITE
+ bool
+ default n
+ depends on VPD
+ help
+ Overwrite Linux payload's kernel command line by using VPD. Currently only
+ overwrite the value of kernel command line 'loglevel'. The Linux kernel command
+ line data is detected in the last segment loaded in memory and overwritten.