1## SPDX-License-Identifier: GPL-2.0-only 2 3config PAYLOAD_SEABIOS 4 bool "SeaBIOS" 5 depends on ARCH_X86 6 select PAYLOAD_BUILD_SEABIOS 7 help 8 Select this option if you want to build a coreboot image 9 with a SeaBIOS payload. If you don't know what this is 10 about, just leave it enabled. 11 12 See https://doc.coreboot.org/payloads.html for more information. 13