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

config PAYLOAD_UBOOT
	bool "U-Boot"
	depends on ARCH_X86
	help
	  Select this option if you want to build a coreboot image
	  with a U-Boot payload.

	  See https://doc.coreboot.org/payloads.html and U-Boot's documentation
	  at http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86
	  for more information.