diff options
Diffstat (limited to 'payloads/coreinfo/Kconfig')
-rw-r--r-- | payloads/coreinfo/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index 0cca33c016..26ff6ad719 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -70,6 +70,12 @@ config MODULE_COREBOOT help This option will increase the ELF file size by ca. 2250 bytes. +config MODULE_MULTIBOOT + bool "Enable the multiboot module" + default y + help + This option will increase the ELF file size by ca. 1792 bytes. + config MODULE_CPUINFO bool "Enable the cpuinfo module" default y |