blob: ef58b35ba76cb4a2303c9ac01cdc00de04b88d83 [file] [log] [blame]
Paul Menzel1cfc6a72023-01-20 23:36:37 +01001#
2# Automatically generated make config: don't edit
3# FILO version: 0.6.0
4# Fri Jan 20 22:16:48 2023
5#
6CONFIG_TARGET_I386=y
7# CONFIG_TARGET_ARM is not set
8CONFIG_MULTIBOOT_IMAGE=y
9
10#
11# Interface Options
12#
13# CONFIG_USE_GRUB is not set
14# CONFIG_NON_INTERACTIVE is not set
15CONFIG_USE_AUTOBOOT=y
16CONFIG_AUTOBOOT_FILE="hda1:/vmlinuz initrd=hda1:/initrd.img root=/dev/sda1 ro console=ttyS0,115200n8"
17CONFIG_AUTOBOOT_DELAY=2
18
19#
20# Drivers
21#
22# CONFIG_IDE_DISK is not set
23CONFIG_IDE_NEW_DISK=y
24CONFIG_LIBPAYLOAD_STORAGE=y
25CONFIG_USB_DISK=y
26# CONFIG_FLASH_DISK is not set
27CONFIG_SUPPORT_PCI=y
28# CONFIG_PCI_BRUTE_SCAN is not set
29# CONFIG_SUPPORT_SOUND is not set
30# CONFIG_FLASHROM_LOCKDOWN is not set
31# CONFIG_FLASHUPDATE is not set
32
33#
34# Filesystems
35#
36CONFIG_FSYS_EXT2FS=y
37CONFIG_FSYS_FAT=y
38# CONFIG_FSYS_JFS is not set
39# CONFIG_FSYS_MINIX is not set
40CONFIG_FSYS_REISERFS=y
41# CONFIG_FSYS_XFS is not set
42CONFIG_FSYS_ISO9660=y
43CONFIG_ELTORITO=y
44# CONFIG_FSYS_CRAMFS is not set
45# CONFIG_FSYS_SQUASHFS is not set
46CONFIG_FSYS_CBFS=y
47
48#
49# Loaders
50#
51CONFIG_LINUX_LOADER=y
52# CONFIG_WINCE_LOADER is not set
53# CONFIG_ARTEC_BOOT is not set
54
55#
56# Debugging & Experimental
57#
58CONFIG_EXPERIMENTAL=y
59# CONFIG_DEBUG_ALL is not set
60# CONFIG_DEBUG_ELFBOOT is not set
61# CONFIG_DEBUG_SEGMENT is not set
62# CONFIG_DEBUG_SYS_INFO is not set
63# CONFIG_DEBUG_BLOCKDEV is not set
64# CONFIG_DEBUG_VFS is not set
65# CONFIG_DEBUG_FSYS_EXT2FS is not set
66# CONFIG_DEBUG_PCI is not set
67# CONFIG_DEBUG_LINUXLOAD is not set
68# CONFIG_DEBUG_IDE is not set
69# CONFIG_DEBUG_USB is not set
70# CONFIG_DEBUG_ELTORITO is not set