summaryrefslogtreecommitdiffstats
path: root/payloads/external/linux/Kconfig.name
blob: 1d8fcd08f6d53a1e5a5f0fe0b6e9fcaeafea1217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

config PAYLOAD_LINUX
	bool "A Linux payload"
	depends on ARCH_X86 || ARCH_ARM || ARCH_RISCV
	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.