1 ## SPDX-License-Identifier: GPL-2.0-only
21 config FILO_USE_AUTOBOOT
22 prompt "Use FILO's autoboot"
26 Select this option to make FILO autoboot a command line after
27 timeout. This disables the GRUB legacy like interface.
29 config FILO_AUTOBOOT_FILE
30 string "Configure FILO's autoboot kernel filename and parameters"
31 depends on FILO_USE_AUTOBOOT
32 default "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200"
36 #AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/sda1 console=tty0 console=ttyS0,115200"
37 #AUTOBOOT_FILE = "mem@0xfff80000"
38 #AUTOBOOT_FILE = "hde1@0"
39 #AUTOBOOT_FILE = "uda1:/vmlinuz.elf"
40 #AUTOBOOT_FILE = "flashb@0x00400000,0x154a00 console=tty0 console=ttyS0,115200"
42 config FILO_AUTOBOOT_DELAY
43 int "Time in seconds before booting"
44 depends on FILO_USE_AUTOBOOT
47 Time in seconds before booting AUTOBOOT_FILE.
50 default "payloads/external/FILO/filo/build/filo.elf"