this should get the VIA VT8454c in shape with Kconfig
[coreboot.git] / src / pc80 / Config.lb
1 uses CONFIG_UDELAY_IO
2 uses CONFIG_USE_INIT
3 uses CONFIG_ARCH_X86
4
5 object mc146818rtc.o
6 object isa-dma.o
7 object i8259.o 
8
9 if CONFIG_UDELAY_IO
10         object udelay_io.o
11 end
12
13 dir vga
14
15 object keyboard.o
16
17 if CONFIG_ARCH_X86
18         if CONFIG_USE_INIT
19                 initobject serial.o
20         end
21 end