diff options
Diffstat (limited to 'payloads/external/linux/Kconfig')
-rw-r--r-- | payloads/external/linux/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/payloads/external/linux/Kconfig b/payloads/external/linux/Kconfig new file mode 100644 index 0000000000..8b15f99cdc --- /dev/null +++ b/payloads/external/linux/Kconfig @@ -0,0 +1,21 @@ +if PAYLOAD_LINUX + +config PAYLOAD_FILE + string "Linux path and filename" + default "bzImage" + help + The path and filename of the bzImage kernel to use as payload. + +config LINUX_COMMAND_LINE + string "Linux command line" + default "" + help + A command line to add to the Linux kernel. + +config LINUX_INITRD + string "Linux initrd" + default "" + help + An initrd image to add to the Linux kernel. + +endif |