Subversion Repositories HelenOS

Rev

Rev 2416 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2416 Rev 2461
Line 48... Line 48...
48
 
48
 
49
# Framebuffer support
49
# Framebuffer support
50
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
50
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
51
 
51
 
52
# Framebuffer width
52
# Framebuffer width
53
@ "640"
53
@ "640" 640
54
@ "800"
54
@ "800" 800
55
@ "1024"
55
@ "1024" 1024
56
@ "1152"
56
@ "1152" 1152
57
@ "1280"
57
@ "1280" 1280
58
@ "1400"
58
@ "1400" 1400
59
@ "1440"
59
@ "1440" 1440
60
@ "1600"
60
@ "1600" 1600
61
@ "2048"
61
@ "2048" 2048
62
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
62
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
63
 
63
 
64
# Framebuffer height
64
# Framebuffer height
65
@ "480"
65
@ "480" 480
66
@ "600"
66
@ "600" 600
67
@ "768"
67
@ "768" 768
68
@ "852"
68
@ "852" 852
69
@ "900"
69
@ "900" 900
70
@ "960"
70
@ "960" 960
71
@ "1024"
71
@ "1024" 1024
72
@ "1050"
72
@ "1050" 1050
73
@ "1200"
73
@ "1200" 1200
74
@ "1536"
74
@ "1536" 1546
75
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
75
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
76
 
76
 
77
# Framebuffer depth
77
# Framebuffer depth
78
@ "8"
78
@ "8" 8
79
@ "16"
79
@ "16" 16
80
@ "24"
80
@ "24" 24
81
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
81
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
82
 
82
 
83
# Support for SMP
83
# Support for SMP
84
! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
84
! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
85
 
85
 
Line 135... Line 135...
135
! CONFIG_EXPERIMENTAL (n/y)
135
! CONFIG_EXPERIMENTAL (n/y)
136
 
136
 
137
# Timeout data structure
137
# Timeout data structure
138
@ "doubly-linked-list" Doubly linked list
138
@ "doubly-linked-list" Doubly linked list
139
@ "avl-tree" Avl tree
139
@ "avl-tree" Avl tree
-
 
140
@ "favl-tree" Fast Avl tree
140
@ "ext-avl-tree" Extended Avl tree
141
@ "ext-avl-tree" Extended Avl tree
141
@ "extrel-avl-tree" Extended Avl tree with relative keys
142
@ "extrel-avl-tree" Extended Avl tree with relative keys
142
! CONFIG_TIMEOUT_DATA_STRUCTURE (choice)
143
! CONFIG_TIMEOUT_DATA_STRUCTURE (choice)