diff options
author | Antonello Dettori <dettori.an@gmail.com> | 2016-05-27 23:44:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-28 18:29:48 +0200 |
commit | 4f7d329caaa99814a2383872025ca1757cf4fbad (patch) | |
tree | 001d674bd8e6d8b97bb6be406ee5a4a84b61ce65 /payloads/Kconfig | |
parent | bc141debb54c0a4b3759dce655550b2937354163 (diff) |
tint: Fix tint and add Kconfig option
Fix the compiler errors with tint, improves the Makefile,
adds Kconfig integration and secondary payload option.
Change-Id: Ia99e30f566d5ccf0d083e52bf174970535daefc5
Signed-off-by: Antonello Dettori <dettori.an@gmail.com>
Reviewed-on: https://review.coreboot.org/14989
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index 6c178d40a2..8cce778a9a 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -106,5 +106,13 @@ config NVRAMCUI_SECONDARY_PAYLOAD nvramcui can be loaded as a secondary payload under SeaBIOS, GRUB, or any other payload that can load additional payloads. +config TINT_SECONDARY_PAYLOAD + bool "Load tint as a secondary payload" + default n + depends on ARCH_X86 + help + tint can be loaded as a secondary payload under SeaBIOS, GRUB, + or any other payload that can load additional payloads. + endmenu # "Secondary Payloads" endmenu |