diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-07-07 15:10:13 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-07-07 15:10:13 +0000 |
commit | 941c1fd52a96fd3e238d1798127a137e4c4eb659 (patch) | |
tree | e1c955c516869087df95a4bde873d9aad6bcea35 /payloads/coreinfo/Kconfig | |
parent | 280df106c0711235bfc891abfbab0020d2d0266a (diff) |
Add initial support for a CBFS module for coreinfo.
Currently it prints a list of components in CBFS and their size/type.
There's a bunch of additional output that could be printed, but that's
for another patch.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4404 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/coreinfo/Kconfig')
-rw-r--r-- | payloads/coreinfo/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index 26ff6ad719..461cd24999 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -34,7 +34,7 @@ config SHOW_DATE_TIME Show the current date and time in the lower-right corner of the coreinfo menu. - This option will increase the ELF file size by ca. 256 bytes. + This option will increase the ELF file size by ca. 250 bytes. config PAYLOAD_INFO_NAME string "Payload name" @@ -74,7 +74,7 @@ config MODULE_MULTIBOOT bool "Enable the multiboot module" default y help - This option will increase the ELF file size by ca. 1792 bytes. + This option will increase the ELF file size by ca. 1790 bytes. config MODULE_CPUINFO bool "Enable the cpuinfo module" @@ -106,5 +106,11 @@ config MODULE_LAR bool "Enable the coreboot LAR module" default y +config MODULE_CBFS + bool "Enable the coreboot CBFS module" + default y + help + This option will increase the ELF file size by ca. 1440 bytes. + endmenu |