buildrom: Bump the revision of libpayload to take advantage of new code
[buildrom.git] / buildrom-devel / packages / filo / conf / dbm690t-Config
blobef70f2ad530213cca30d75340006c05258f5e04c
1 # !!! NOTE !!!
2 # Do NOT add spaces or comments at the end of option lines.
3 # It confuses some versions of make.
5 # Use grub instead of autoboot?
6 USE_GRUB = 1
8 # Grub menu.lst path
9 # SATA
10 # MENULST_FILE = "hda1:/boot/filo/menu.lst"
11 # PATA
12 MENULST_FILE = "hde1:/boot/filo/menu.lst"
14 # time before default menu.lst is chosen. Set to 0 to ignore
15 MENULST_TIMEOUT = 3
17 # Image filename for automatic boot and optional command line parameter
18 #AUTOBOOT_FILE = "hde1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200"
19 #AUTOBOOT_FILE = "mem@0xfff80000"
20 #AUTOBOOT_FILE = "hde1@0"
21 #AUTOBOOT_FILE = "uda1:/vmlinuz.elf"
23 # Time in second before booting AUTOBOOT_FILE
24 AUTOBOOT_DELAY = 2
26 # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
27 IDE_DISK = 1
29 # Add a short delay when polling status registers
30 # (required on some broken SATA controllers)
31 # NOTE: Slows down access significantly, so disable
32 # whenever possible.
33 #IDE_DISK_POLL_DELAY = 1
35 # Use PCMCIA compact flash on Via Epia MII10000 and MII6000E
36 # This device is referred to as hde.
37 #PCMCIA_CF = 1
39 # Driver for USB Storage
40 # USB_DISK = 1
42 # VGA text console
43 VGA_CONSOLE = 1
44 PC_KEYBOARD = 1
46 # Serial console
47 SERIAL_CONSOLE = 1
48 SERIAL_IOBASE = 0x3f8
49 # if SERIAL_SPEED is commented out, the speed will not be changed.
50 #SERIAL_SPEED = 115200
52 # Filesystems
53 FSYS_EXT2FS = 1
54 FSYS_FAT = 1
55 #FSYS_JFS = 1
56 #FSYS_MINIX = 1
57 FSYS_REISERFS = 1
58 #FSYS_XFS = 1
59 FSYS_ISO9660 = 1
61 # Support for boot disk image in bootable CD-ROM (El Torito)
62 ELTORITO = 1
64 # PCI support
65 SUPPORT_PCI = 1
67 # Enable this to scan PCI busses above bus 0
68 # AMD64 based boards do need this.
69 PCI_BRUTE_SCAN = 1
71 # Sound support (needs SUPPORT_PCI)
72 #SUPPORT_SOUND = 1
74 # Sound drivers
75 #VIA_SOUND = 1
77 # Debugging
78 DEBUG_ALL = 1
79 #DEBUG_ELFBOOT = 1
80 #DEBUG_ELFNOTE = 1
81 #DEBUG_LINUXBIOS = 1
82 #DEBUG_MALLOC = 1
83 #DEBUG_MULTIBOOT = 1
84 #DEBUG_SEGMENT = 1
85 #DEBUG_SYS_INFO = 1
86 #DEBUG_TIMER = 1
87 #DEBUG_BLOCKDEV = 1
88 #DEBUG_PCI = 1
89 #DEBUG_VIA_SOUND = 1
90 #DEBUG_LINUXLOAD = 1
91 #DEBUG_IDE = 1
92 #DEBUG_USB = 1
93 #DEBUG_ELTORITO = 1
95 # i386 options
97 # Loader for standard Linux kernel image, a.k.a. /vmlinuz
98 LINUX_LOADER = 1
100 # Boot FILO from Multiboot loader (eg. GRUB)
101 #MULTIBOOT_IMAGE = 1