aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/linux/Kconfig.name
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/linux/Kconfig.name')
-rw-r--r--payloads/external/linux/Kconfig.name9
1 files changed, 9 insertions, 0 deletions
diff --git a/payloads/external/linux/Kconfig.name b/payloads/external/linux/Kconfig.name
new file mode 100644
index 0000000000..ae1d906f17
--- /dev/null
+++ b/payloads/external/linux/Kconfig.name
@@ -0,0 +1,9 @@
+config PAYLOAD_LINUX
+ bool "A Linux payload"
+ 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.