summaryrefslogtreecommitdiff
path: root/payloads/coreinfo/Kconfig
diff options
context:
space:
mode:
authorJordan Crouse <jordan@cosmicpenguin.net>2008-11-11 19:53:42 +0000
committerJordan Crouse <jordan.crouse@amd.com>2008-11-11 19:53:42 +0000
commit5cb4d9d663d2ed5b8225dbbb00507637016d3fc4 (patch)
tree4407169053b81a93b5255d6c3d2a97c81f01402d /payloads/coreinfo/Kconfig
parent6c6e4333c4ef8a86e70e14fcff57a5747339b165 (diff)
downloadcoreboot-5cb4d9d663d2ed5b8225dbbb00507637016d3fc4.tar.xz
[PATCH] coreinfo: Add multiboot parsing support
Rename the "coreboot" menu "firmware", and add a module to parse the multiboot table. For now, just parse memory, but it can be expanded as needed. Signed-off-by: Jordan Crouse <jordan@cosmicpenguin.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/coreinfo/Kconfig')
-rw-r--r--payloads/coreinfo/Kconfig6
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