diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2016-01-14 15:08:36 +0100 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2016-01-22 19:15:08 +0100 |
commit | c0fb361be84863ea2e7e43512116b33098ecebab (patch) | |
tree | cae2a4832da530b0bd85eef36cf280d82051c5f6 /src/Kconfig | |
parent | 27807c66ee5d73c54de942b56359e447d27b1477 (diff) |
build system: Add option for auto generated cbfs attributes
Add a new Kconfig variable to enable the generation of
position and alignment attributes for cbfs files which
has constraints on this parameters.
In addition, modify Makefile.inc to support that option.
Change-Id: Ibd725fe69a4de35964bdb2dde106d9a7c37ffb47
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/12968
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 082ab63cb0..a231f0e484 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -409,6 +409,14 @@ config SYSTEM_TYPE_LAPTOP default n bool +config CBFS_AUTOGEN_ATTRIBUTES + default n + bool + help + If this option is selected, every file in cbfs which has a constraint + regarding position or alignment will get an additional file attribute + which describes this constraint. + menu "Chipset" comment "SoC" |