diff options
author | Gabe Black <gabeblack@google.com> | 2012-03-11 01:57:53 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-08 19:49:46 +0100 |
commit | d3890cc16de538c44ed1419a1df54bde560d1787 (patch) | |
tree | 07e694fdb350a2aeafa89aa4aeab7e8a5ca66a4c /payloads/libpayload/Config.in | |
parent | 1fc346179262f4d4b0ce2f97970f775407a39a1c (diff) |
Update libpayloads understanding of the coreboot tables.
Give it somewhere to put the new info in sysinfo, and tell it how to parse
the new tables which it doesn't yet understand.
Change-Id: I01d3318138696e6407553c27c1814f79e3fbc4f8
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1718
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'payloads/libpayload/Config.in')
-rw-r--r-- | payloads/libpayload/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/libpayload/Config.in b/payloads/libpayload/Config.in index 821475b8c4..701988dff4 100644 --- a/payloads/libpayload/Config.in +++ b/payloads/libpayload/Config.in @@ -53,6 +53,12 @@ config DEVELOPER Prompt for developer options. These options are only interesting for libpayload developers. +config CHROMEOS + bool "ChromeOS specific features" + default n + help + Enable ChromeOS specific features. + endmenu menu "Architecture Options" |