summaryrefslogtreecommitdiffstats
path: root/src/console/Config.lb
blob: eda9cf45b63fda08b2b033a538452a280192a267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
uses CONFIG_CONSOLE_SERIAL8250
uses CONFIG_USBDEBUG_DIRECT
uses CONFIG_CONSOLE_VGA
uses CONFIG_CONSOLE_BTEXT
uses CONFIG_CONSOLE_LOGBUF
uses CONFIG_USE_INIT
uses CONFIG_USE_PRINTK_IN_CAR

object printk.o
if CONFIG_CONSOLE_SERIAL8250
	driver uart8250_console.o
end
if CONFIG_USBDEBUG_DIRECT
	driver usbdebug_direct_console.o
end
if CONFIG_CONSOLE_VGA
	driver vga_console.o
end
if CONFIG_CONSOLE_BTEXT
	driver btext_console.o
	driver font-8x16.o
end
if CONFIG_CONSOLE_LOGBUF
	driver logbuf_console.o
end

object console.o
object vtxprintf.o
object vsprintf.o

initobject vtxprintf.o