diff options
Diffstat (limited to 'payloads/external/SeaBIOS/Kconfig.name')
-rw-r--r-- | payloads/external/SeaBIOS/Kconfig.name | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig.name b/payloads/external/SeaBIOS/Kconfig.name new file mode 100644 index 0000000000..9ab235dedb --- /dev/null +++ b/payloads/external/SeaBIOS/Kconfig.name @@ -0,0 +1,9 @@ +config PAYLOAD_SEABIOS + bool "SeaBIOS" + depends on ARCH_X86 + help + Select this option if you want to build a coreboot image + with a SeaBIOS payload. If you don't know what this is + about, just leave it enabled. + + See http://coreboot.org/Payloads for more information. |