summaryrefslogtreecommitdiff
path: root/payloads/external/tianocore/Kconfig
blob: 8a98bd3519375ad9ae2bde6b0289987dfe4897ef (plain)
1
2
3
4
5
6
7
8
9
if PAYLOAD_TIANOCORE

config PAYLOAD_FILE
	string "Tianocore firmware volume"
	default "COREBOOT.fd"
	help
	  The result of a corebootPkg build

endif