payloads: Replace GPL boilerplate with SPDX headers
[coreboot.git] / payloads / external / LinuxBoot / Kconfig.name
blob703a69f64f12cad7d61f9cdd01336f807e9b6959
1 ## This file is part of the coreboot project.
2 ##
3 ## Copyright (C) 2017 Facebook Inc.
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 config PAYLOAD_LINUXBOOT
8         bool "LinuxBoot"
9         depends on ARCH_X86 || ARCH_ARM64 || ARCH_RISCV
10         help
11           Select this option if you want to build a coreboot image
12           with a LinuxBoot payload. If you don't know what this is
13           about, just leave it enabled.
15           See https://coreboot.org/Payloads for more information.