summaryrefslogtreecommitdiffstats
path: root/src/drivers/ocp/vpd/Kconfig
blob: 12ee1855a2d1184e4e0311b9ce07d34f345f69ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config OCP_VPD
	bool
	default n
	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.