diff options
Diffstat (limited to 'src')
-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" |