Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


dbce08b3fade659af0527b3d23a91366521ef800
[palacios.git] / palacios / src / devices / Kconfig
1 menu "Virtual Devices"
2
3 config APIC
4         bool "APIC"
5         default y
6         help 
7           Includes the Virtual APIC device
8
9
10 config DEBUG_APIC
11         bool "APIC Debugging"
12         default n
13         depends on APIC && DEBUG_ON 
14         help 
15           Enable debugging for the APIC
16
17
18 config BOCHS_DEBUG
19         bool "Bochs Debug Console Device"
20         default y
21         help 
22           Includes the Bochs Debug console device
23
24
25
26 config GENERIC
27         bool "Generic Device"
28         default y
29         help 
30           Includes the Virtual Generic device
31
32 config DEBUG_GENERIC
33         bool "Generic device Debugging"
34         default n
35         depends on GENERIC && DEBUG_ON 
36         help 
37           Enable debugging for Generic
38
39
40
41 config I440FX
42         bool "i440fx Northbridge"
43         depends on PCI
44         default y
45         help 
46           Includes the Virtual Northbridge
47
48
49 config IDE
50         bool "IDE"
51         default y
52         help 
53           Includes the Virtual IDE layer
54
55 config DEBUG_IDE
56         bool "IDE Debugging"
57         default n
58         depends on IDE && DEBUG_ON 
59         help 
60           Enable debugging for the IDE Layer
61
62
63 config IO_APIC
64         bool "IOAPIC"
65         depends on APIC
66         default y
67         help 
68           Includes the Virtual IO APIC
69
70 config DEBUG_IO_APIC
71         bool "IO APIC Debugging"
72         default n
73         depends on IO_APIC && DEBUG_ON 
74         help 
75           Enable debugging for the IO APIC
76
77
78
79
80 config KEYBOARD
81         bool "Keyboard"
82         default y
83         help 
84           Includes the Virtual standard PC Keyboard device
85
86 config DEBUG_KEYBOARD
87         bool "Keyboard Debugging"
88         default n
89         depends on KEYBOARD && DEBUG_ON 
90         help 
91           Enable debugging for the Keyboard
92
93
94 config LINUX_VIRTIO_BALLOON
95         bool "Linux Virtio Balloon Device"
96         default y
97         depends on PCI
98         help 
99           Includes the Linux virtio balloon device
100
101 config DEBUG_VIRTIO_BALLOON
102         bool "Linux Virtio Balloon Debugging"
103         default n
104         depends on LINUX_VIRTIO_BALLOON  && DEBUG_ON 
105         help 
106           Enable debugging for the Linux Virtio Balloon Device
107
108
109 config LINUX_VIRTIO_BLOCK
110         bool "Linux Virtio Block Device"
111         default y
112         depends on PCI
113         help 
114           Includes the Linux virtio block device
115
116 config DEBUG_VIRTIO_BLOCK
117         bool "Linux Virtio Block Debugging"
118         default n
119         depends on LINUX_VIRTIO_BLOCK  && DEBUG_ON 
120         help 
121           Enable debugging for the Linux Virtio Block Device
122
123 config LINUX_VIRTIO_SYM
124         bool "Linux Virtio Symbiotic Device"
125         default y
126         depends on PCI && SYMBIOTIC
127         help 
128           Includes the Linux virtio symbiotic device
129
130 config DEBUG_VIRTIO_SYM
131         bool "Linux Virtio Symbiotic Debugging"
132         default n
133         depends on LINUX_VIRTIO_SYM && DEBUG_ON 
134         help 
135           Enable debugging for the Linux Virtio Symbiotic Device
136
137 config LINUX_VIRTIO_NET
138         bool "Enable Virtio Network Device"
139         default n
140         depends on PCI
141         help
142           Enable the Virtio Net
143
144 config DEBUG_VIRTIO_NET
145         bool "Linux Virtio Net Debugging"
146         default n
147         depends on LINUX_VIRTIO_NET && DEBUG_ON
148         help
149           Enable debugging for the Linux Virtio Network Device
150
151
152 config NE2K
153         bool "NE2K"
154         depends on EXPERIMENTAL
155         default n
156         help
157           Includes the Virtual NE2K network card
158
159 config DEBUG_NE2k
160         bool "NE2K debugging"
161         depends on NE2k && DEBUG_ON
162         help 
163           Enable debugging for the NE2K
164
165
166
167
168
169 config NVRAM
170         bool "NVRAM"
171         default y
172         help
173           Includes the Virtual CMOS NVRAM Device
174
175 config DEBUG_NVRAM
176         bool "NVRAM debugging"
177         depends on NVRAM && DEBUG_ON
178         help 
179           Enable debugging for the NVRAM
180
181
182
183 config OS_DEBUG
184         bool "OS Debug Console Device"
185         default y
186         help 
187           Includes the OS Debug console device
188
189
190 config PIIX3
191         bool "PIIX3 Southbridge"
192         default y
193         help
194           Includes the Virtual Piix3 Southbridge
195
196
197 config PCI
198         bool "PCI"
199         default y
200         help
201           Includes the Virtual PCI Bus
202
203 config PASSTHROUGH_PCI
204         bool "Passthrough PCI"
205         default y 
206         depends on PCI && EXPERIMENTAL
207         help 
208           Enables hardware devices to be passed through to the VM
209
210 config DEBUG_PCI
211         bool "PCI debugging"
212         depends on PCI && DEBUG_ON
213         help 
214           Enable debugging for the PCI  
215
216
217
218 config PIC
219         bool "8259A PIC"
220         default y
221         help
222           Includes the Virtual 8259a PIC Device
223
224 config DEBUG_PIC
225         bool "PIC debugging"
226         depends on PIC && DEBUG_ON
227         help 
228           Enable debugging for the PIC  
229
230
231 config PIT
232         bool "PIT"
233         default y
234         help
235           Includes the Virtual 8254 PIT Device
236
237 config DEBUG_PIT
238         bool "PIT debugging"
239         depends on PIT && DEBUG_ON
240         help 
241           Enable debugging for the PIT  
242
243
244 config NETDISK
245         bool "NETDISK storage backend"
246         default y
247         depends on SOCKET && (IDE || LINUX_VIRTIO_BLOCK)
248         help 
249           Includes the Network based disk backend
250
251 config RAMDISK
252         bool "RAMDISK storage backend"
253         default y
254         depends on IDE || LINUX_VIRTIO_BLOCK
255         help 
256           Includes the RAM based disk backend
257
258
259 config TMPDISK
260         bool "TMPDISK storage backend"
261         default y
262         depends on IDE || LINUX_VIRTIO_BLOCK
263         help 
264           Includes the temporary RAM disk 
265
266 config SYM_SWAP
267         bool "Symbiotic Swap disk"
268         default y
269         depends on SYMBIOTIC_SWAP && (LINUX_VIRTIO_BLOCK || IDE)
270         help 
271           Includes the symbiotic ram based swap disk
272
273 config SYM_SWAP2
274         bool "Symbiotic Swap disk v2"
275         default y
276         depends on SYMBIOTIC_SWAP && (LINUX_VIRTIO_BLOCK || IDE)
277         help 
278           Includes the symbiotic ram based swap disk
279
280 config DISK_MODEL
281         bool "Disk Performance Model"
282         default y
283         depends on LINUX_VIRTIO_BLOCK || IDE
284         help 
285           Includes Performance model filter for disk operations
286
287 config CGA
288         bool "CGA"
289         default n
290         depends on !PASSTHROUGH_VIDEO
291         help
292           Includes the Virtual CGA video support
293
294
295 config TELNET_CONSOLE
296         bool "Telnet Virtual Console"
297         default n
298         depends on CGA && !PASSTHROUGH_VIDEO
299         help
300           Includes the virtual telnet console 
301
302 endmenu
303