payloads/ipxe: Default enable serial output only if CONSOLE_SERIAL
If coreboot serial output is not enabled, it is pointless to enable iPXE serial console as there's nowhere for the outout to go. Change-Id: I91e76f255a674f8bfb849310f791b57a8cbcfd09 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90061 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Walter Sonius <walterav1984@gmail.com> Reviewed-by: Filip Lewiński <filip.lewinski@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
962edb7e6d
commit
f40de4e162
1 changed files with 1 additions and 1 deletions
2
payloads/external/iPXE/Kconfig
vendored
2
payloads/external/iPXE/Kconfig
vendored
|
|
@ -71,7 +71,7 @@ endchoice
|
|||
|
||||
config IPXE_SERIAL_CONSOLE
|
||||
bool "Enable iPXE serial console"
|
||||
def_bool y
|
||||
def_bool y if CONSOLE_SERIAL
|
||||
help
|
||||
Enable/disable iPXE serial console. Since SeaBIOS supports serial
|
||||
console this option might be helpful to avoid duplicated output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue