blob: 8b15f99cdc1638f7f0e1684666cae09798e5f780 [file] [log] [blame]
Stefan Reinauer1a8b7bf2015-06-30 15:58:56 -07001if PAYLOAD_LINUX
2
3config PAYLOAD_FILE
4 string "Linux path and filename"
5 default "bzImage"
6 help
7 The path and filename of the bzImage kernel to use as payload.
8
9config LINUX_COMMAND_LINE
10 string "Linux command line"
11 default ""
12 help
13 A command line to add to the Linux kernel.
14
15config LINUX_INITRD
16 string "Linux initrd"
17 default ""
18 help
19 An initrd image to add to the Linux kernel.
20
21endif