aboutsummaryrefslogtreecommitdiff
path: root/.config
blob: 1cfccc95429c7414ddd9df33371344eb37689cc2 (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

#
# Build
#
CONFIG_EXTRA_CXX_FLAGS=""
CONFIG_OBJ_DIR="build"
# end of Build

#
# Drivers
#

#
# Video
#
CONFIG_video0_enable=y
CONFIG_video0_driver_cga=y
# CONFIG_video0_driver_vga is not set
CONFIG_VIDEO0_CLASS="CGA"
CONFIG_VIDEO0_CONSOLE=y
# end of Video

#
# Serial ports
#
CONFIG_serial0_enable=y
CONFIG_SERIAL0_CLASS="SerialPort"
CONFIG_SERIAL0_CONSOLE=y
# end of Serial ports
# end of Drivers