summaryrefslogtreecommitdiff
path: root/payloads/external/linux/Kconfig.name
blob: 63621d88c7f17e46aaacafab827b61306f59b313 (plain)
1
2
3
4
5
6
7
8
9
10
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.