11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
config PAYLOAD_LINUX
|
|
bool "A Linux payload"
|
|
depends on ARCH_X86 || ARCH_ARM
|
|
help
|
|
Select this option if you have a Linux bzImage which coreboot
|
|
should run as soon as the basic hardware initialization
|
|
is completed.
|
|
|
|
You will be able to specify the location and file name of the
|
|
payload image later.
|