usbdebug: Refactor early enable
[coreboot.git] / payloads / external / linux / Kconfig
blob8b15f99cdc1638f7f0e1684666cae09798e5f780
1 if PAYLOAD_LINUX
3 config 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.
9 config LINUX_COMMAND_LINE
10         string "Linux command line"
11         default ""
12         help
13           A command line to add to the Linux kernel.
15 config LINUX_INITRD
16         string "Linux initrd"
17         default ""
18         help
19           An initrd image to add to the Linux kernel.
21 endif