summaryrefslogtreecommitdiffstats
path: root/src/pc80/Config.lb
blob: 24af51c2081cb6c026e66e85728e1c905441e4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
uses CONFIG_UDELAY_IO
uses CONFIG_USE_INIT
uses CONFIG_ARCH_X86

object mc146818rtc.o
object isa-dma.o
object i8259.o 

if CONFIG_UDELAY_IO
	object udelay_io.o
end

dir vga

object keyboard.o

if CONFIG_ARCH_X86
	if CONFIG_USE_INIT
		initobject serial.o
	end
end