diff options
Diffstat (limited to 'payloads/external/U-Boot/Kconfig.name')
-rw-r--r-- | payloads/external/U-Boot/Kconfig.name | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/payloads/external/U-Boot/Kconfig.name b/payloads/external/U-Boot/Kconfig.name new file mode 100644 index 0000000000..2e6a64c2ad --- /dev/null +++ b/payloads/external/U-Boot/Kconfig.name @@ -0,0 +1,11 @@ +config PAYLOAD_UBOOT + bool "U-Boot (Experimental)" + depends on ARCH_X86 + help + Select this option if you want to build a coreboot image + with a U-Boot payload. + + See http://coreboot.org/Payloads and U-Boot's documentation + at http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86 + for more information. + |