mb/starlabs/starlite_adl: Configure CNVi Bluetooth I2S GPIOs
[coreboot.git] / payloads / external / linux / Kconfig
blob5cb46d1f0454f3fd4c9b9ad54c28fe07b98fdf05
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if PAYLOAD_LINUX
5 config PAYLOAD_FILE
6         string "Linux path and filename"
7         default "bzImage"
8         help
9           The path and filename of the bzImage kernel to use as payload.
11 config LINUX_COMMAND_LINE
12         string "Linux command line"
13         default ""
14         help
15           A command line to add to the Linux kernel.
17 config LINUX_INITRD
18         string "Linux initrd"
19         default ""
20         help
21           An initrd image to add to the Linux kernel.
23 endif