Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot repair project. |
| 3 | ## |
| 4 | ## Redistribution and use in source and binary forms, with or without |
| 5 | ## modification, are permitted provided that the following conditions |
| 6 | ## are met: |
| 7 | ## 1. Redistributions of source code must retain the above copyright |
| 8 | ## notice, this list of conditions and the following disclaimer. |
| 9 | ## 2. Redistributions in binary form must reproduce the above copyright |
| 10 | ## notice, this list of conditions and the following disclaimer in the |
| 11 | ## documentation and/or other materials provided with the distribution. |
| 12 | ## 3. The name of the author may not be used to endorse or promote products |
| 13 | ## derived from this software without specific prior written permission. |
| 14 | ## |
| 15 | ## THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 16 | ## ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 17 | ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 18 | ## ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 19 | ## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 20 | ## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 21 | ## OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 22 | ## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 23 | ## LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 24 | ## OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 25 | ## SUCH DAMAGE. |
| 26 | ## |
| 27 | |
| 28 | mainmenu "Coreboot Configuration" |
| 29 | |
Uwe Hermann | c04be93 | 2009-10-05 13:55:28 +0000 | [diff] [blame] | 30 | menu "General setup" |
| 31 | |
| 32 | config LOCALVERSION |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 33 | string "Local version string" |
Uwe Hermann | c04be93 | 2009-10-05 13:55:28 +0000 | [diff] [blame] | 34 | help |
| 35 | Append an extra string to the end of the coreboot version. |
| 36 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 37 | This can be useful if, for instance, you want to append the |
| 38 | respective board's hostname or some other identifying string to |
| 39 | the coreboot version number, so that you can easily distinguish |
| 40 | boot logs of different boards from each other. |
| 41 | |
Uwe Hermann | c04be93 | 2009-10-05 13:55:28 +0000 | [diff] [blame] | 42 | endmenu |
| 43 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 44 | source src/mainboard/Kconfig |
| 45 | source src/arch/i386/Kconfig |
| 46 | source src/arch/ppc/Kconfig |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 47 | source src/northbridge/Kconfig |
Myles Watson | 74fb8f2 | 2009-09-24 15:09:11 +0000 | [diff] [blame] | 48 | source src/devices/Kconfig |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 49 | source src/southbridge/Kconfig |
| 50 | source src/superio/Kconfig |
| 51 | source src/cpu/Kconfig |
| 52 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 53 | config PCI_BUS_SEGN_BITS |
Myles Watson | 74fb8f2 | 2009-09-24 15:09:11 +0000 | [diff] [blame] | 54 | int |
| 55 | default 0 |
Patrick Georgi | 892b091 | 2009-09-24 09:03:06 +0000 | [diff] [blame] | 56 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 57 | config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 58 | hex |
Uwe Hermann | 748475b | 2009-10-09 11:47:21 +0000 | [diff] [blame] | 59 | default 0x0 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 60 | |
| 61 | config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 62 | hex |
Uwe Hermann | 748475b | 2009-10-09 11:47:21 +0000 | [diff] [blame] | 63 | default 0x0 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 64 | |
| 65 | config CPU_ADDR_BITS |
| 66 | int |
| 67 | default 36 |
| 68 | |
Patrick Georgi | 0e9a925 | 2009-10-06 20:48:07 +0000 | [diff] [blame] | 69 | config AGP_APERTURE_SIZE |
| 70 | hex |
Uwe Hermann | 748475b | 2009-10-09 11:47:21 +0000 | [diff] [blame] | 71 | default 0x0 |
Patrick Georgi | 0e9a925 | 2009-10-06 20:48:07 +0000 | [diff] [blame] | 72 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 73 | config XIP_ROM_BASE |
| 74 | hex |
| 75 | default 0xfffe0000 |
| 76 | |
| 77 | config XIP_ROM_SIZE |
| 78 | hex |
| 79 | default 0x20000 |
| 80 | |
| 81 | config LB_CKS_RANGE_START |
| 82 | int |
| 83 | default 49 |
| 84 | |
| 85 | config LB_CKS_RANGE_END |
| 86 | int |
| 87 | default 125 |
| 88 | |
| 89 | config LB_CKS_LOC |
| 90 | int |
| 91 | default 126 |
| 92 | |
| 93 | config LOGICAL_CPUS |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 94 | bool |
| 95 | default y |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 96 | |
| 97 | config PCI_ROM_RUN |
Patrick Georgi | 698c0e0e | 2009-08-25 17:38:24 +0000 | [diff] [blame] | 98 | bool |
| 99 | default n |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 100 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 101 | config HEAP_SIZE |
| 102 | hex |
| 103 | default 0x2000 |
| 104 | |
| 105 | config COREBOOT_V2 |
| 106 | bool |
| 107 | default y |
| 108 | |
| 109 | config COREBOOT_V4 |
| 110 | bool |
| 111 | default y |
| 112 | |
| 113 | config DEBUG |
| 114 | bool |
| 115 | default n |
| 116 | |
| 117 | config USE_PRINTK_IN_CAR |
| 118 | bool |
| 119 | default n |
| 120 | |
| 121 | config USE_OPTION_TABLE |
| 122 | bool |
| 123 | default n |
| 124 | |
| 125 | config MAX_CPUS |
| 126 | int |
| 127 | default 1 |
| 128 | |
| 129 | config MMCONF_SUPPORT_DEFAULT |
| 130 | bool |
| 131 | default n |
| 132 | |
| 133 | config MMCONF_SUPPORT |
| 134 | bool |
| 135 | default n |
| 136 | |
| 137 | config LB_MEM_TOPK |
Myles Watson | 3db199c | 2009-10-12 22:39:08 +0000 | [diff] [blame] | 138 | hex |
| 139 | default 0x800 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 140 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 141 | config COMPRESSED_PAYLOAD_LZMA |
| 142 | bool |
| 143 | default y |
| 144 | |
| 145 | config COMPRESSED_PAYLOAD_NRV2B |
| 146 | bool |
| 147 | default n |
| 148 | |
Patrick Georgi | 91ff0df | 2009-10-09 12:32:52 +0000 | [diff] [blame] | 149 | config ATI_RAGE_XL |
| 150 | bool |
| 151 | default n |
| 152 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 153 | source src/console/Kconfig |
| 154 | |
| 155 | config HAVE_ACPI_RESUME |
| 156 | bool |
| 157 | default n |
| 158 | |
| 159 | config ACPI_SSDTX_NUM |
| 160 | int |
| 161 | default 0 |
| 162 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 163 | config HAVE_FALLBACK_BOOT |
| 164 | bool |
| 165 | default y |
| 166 | |
| 167 | config USE_FALLBACK_IMAGE |
| 168 | bool |
| 169 | default y |
| 170 | |
Patrick Georgi | 37ea341 | 2009-10-03 21:04:13 +0000 | [diff] [blame] | 171 | config HAVE_FAILOVER_BOOT |
| 172 | bool |
| 173 | default n |
| 174 | |
| 175 | config USE_FAILOVER_IMAGE |
| 176 | bool |
| 177 | default n |
| 178 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 179 | config HAVE_HARD_RESET |
| 180 | bool |
Uwe Hermann | 748475b | 2009-10-09 11:47:21 +0000 | [diff] [blame] | 181 | default n |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 182 | |
| 183 | config HAVE_INIT_TIMER |
| 184 | bool |
| 185 | default n |
| 186 | |
| 187 | config HAVE_MAINBOARD_RESOURCES |
| 188 | bool |
| 189 | default n |
| 190 | |
| 191 | config HAVE_MOVNTI |
| 192 | bool |
| 193 | default y |
| 194 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 195 | config HAVE_OPTION_TABLE |
| 196 | bool |
| 197 | default y |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 198 | help |
| 199 | This variable specifies whether a given board has a cmos.layout |
| 200 | file containing NVRAM/CMOS bit definitions. |
| 201 | It defaults to 'y' but can be changed to 'n' in mainboard/*/Kconfig. |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 202 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 203 | config PIRQ_ROUTE |
| 204 | bool |
| 205 | default n |
| 206 | |
| 207 | config HAVE_SMI_HANDLER |
| 208 | bool |
| 209 | default n |
| 210 | |
| 211 | config PCI_IO_CFG_EXT |
| 212 | bool |
| 213 | default n |
| 214 | |
| 215 | config IOAPIC |
| 216 | bool |
| 217 | default n |
| 218 | |
Uwe Hermann | 70b0cf2 | 2009-10-04 17:15:39 +0000 | [diff] [blame] | 219 | config VIDEO_MB |
| 220 | int |
| 221 | default 0 |
| 222 | |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 223 | config USE_WATCHDOG_ON_BOOT |
| 224 | bool |
| 225 | default n |
| 226 | |
| 227 | config VGA |
| 228 | bool |
| 229 | default n |
| 230 | help |
| 231 | Build board-specific VGA code. |
| 232 | |
| 233 | config GFXUMA |
| 234 | bool |
| 235 | default n |
| 236 | help |
| 237 | Enable Unified Memory Architecture for graphics. |
| 238 | |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 239 | # TODO |
| 240 | # menu "Drivers" |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 241 | # |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 242 | # endmenu |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 243 | |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 244 | config HAVE_ACPI_TABLES |
| 245 | bool |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 246 | help |
| 247 | This variable specifies whether a given board has ACPI table support. |
| 248 | It is usually set in mainboard/*/Kconfig. |
| 249 | Whether or not the ACPI tables are actually generated by coreboot |
| 250 | is configurable by the user via GENERATE_ACPI_TABLES. |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 251 | |
| 252 | config HAVE_MP_TABLE |
| 253 | bool |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 254 | help |
| 255 | This variable specifies whether a given board has MP table support. |
| 256 | It is usually set in mainboard/*/Kconfig. |
| 257 | Whether or not the MP table is actually generated by coreboot |
| 258 | is configurable by the user via GENERATE_MP_TABLE. |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 259 | |
| 260 | config HAVE_PIRQ_TABLE |
| 261 | bool |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 262 | help |
| 263 | This variable specifies whether a given board has PIRQ table support. |
| 264 | It is usually set in mainboard/*/Kconfig. |
| 265 | Whether or not the PIRQ table is actually generated by coreboot |
| 266 | is configurable by the user via GENERATE_PIRQ_TABLE. |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 267 | |
| 268 | config HAVE_HIGH_TABLES |
| 269 | bool |
| 270 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 271 | menu "System tables" |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 272 | |
| 273 | config HAVE_LOW_TABLES |
| 274 | bool |
| 275 | default y |
| 276 | |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 277 | config WRITE_HIGH_TABLES |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 278 | bool "Write 'high' tables to avoid being overwritten in F segment" |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 279 | depends on HAVE_HIGH_TABLES |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 280 | default y |
| 281 | |
| 282 | config MULTIBOOT |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 283 | bool "Generate Multiboot tables (for GRUB2)" |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 284 | default n |
| 285 | |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 286 | config GENERATE_ACPI_TABLES |
| 287 | depends on HAVE_ACPI_TABLES |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 288 | bool "Generate ACPI tables" |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 289 | default y |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 290 | help |
| 291 | Generate ACPI tables for this board. |
| 292 | |
| 293 | If unsure, say Y. |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 294 | |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 295 | config GENERATE_MP_TABLE |
| 296 | depends on HAVE_MP_TABLE |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 297 | bool "Generate an MP table" |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 298 | default y |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 299 | help |
| 300 | Generate an MP table (conforming to the Intel MultiProcessor |
| 301 | specification 1.4) for this board. |
| 302 | |
| 303 | If unsure, say Y. |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 304 | |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 305 | config GENERATE_PIRQ_TABLE |
| 306 | depends on HAVE_PIRQ_TABLE |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 307 | bool "Generate a PIRQ table" |
Myles Watson | b8e2027 | 2009-10-15 13:35:47 +0000 | [diff] [blame] | 308 | default y |
Uwe Hermann | 6ba13bb | 2009-10-15 17:49:07 +0000 | [diff] [blame^] | 309 | help |
| 310 | Generate a PIRQ table for this board. |
| 311 | |
| 312 | If unsure, say Y. |
Myles Watson | 45bb25f | 2009-09-22 18:49:08 +0000 | [diff] [blame] | 313 | |
| 314 | endmenu |
| 315 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 316 | menu "Payload" |
| 317 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 318 | choice |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 319 | prompt "Add a payload" |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 320 | default PAYLOAD_NONE |
| 321 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 322 | config PAYLOAD_NONE |
| 323 | bool "None" |
| 324 | help |
| 325 | Select this option if you want to create an "empty" coreboot |
| 326 | ROM image for a certain mainboard, i.e. a coreboot ROM image |
| 327 | which does not yet contain a payload. |
| 328 | |
| 329 | For such an image to be useful, you have to use 'cbfstool' |
| 330 | to add a payload to the ROM image later. |
| 331 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 332 | config PAYLOAD_ELF |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 333 | bool "An ELF executable payload" |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 334 | help |
| 335 | Select this option if you have a payload image (an ELF file) |
| 336 | which coreboot should run as soon as the basic hardware |
| 337 | initialization is completed. |
| 338 | |
| 339 | You will be able to specify the location and file name of the |
| 340 | payload image later. |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 341 | |
| 342 | endchoice |
| 343 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 344 | config FALLBACK_PAYLOAD_FILE |
Cristi Magherusan | b5034d4 | 2009-08-17 14:47:32 +0000 | [diff] [blame] | 345 | string "Payload path and filename" |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 346 | depends on PAYLOAD_ELF |
| 347 | default "payload.elf" |
| 348 | help |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 349 | The path and filename of the ELF executable file to use as payload. |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 350 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 351 | # TODO: Defined if no payload? Breaks build? |
| 352 | config COMPRESSED_PAYLOAD_LZMA |
| 353 | bool "Use LZMA compression for payloads" |
| 354 | default y |
| 355 | depends on PAYLOAD_ELF |
| 356 | help |
| 357 | In order to reduce the size payloads take up in the ROM chip |
| 358 | coreboot can compress them using the LZMA algorithm. |
| 359 | |
Peter Stuge | a758ca2 | 2009-09-17 16:21:31 +0000 | [diff] [blame] | 360 | endmenu |
| 361 | |
| 362 | menu "VGA BIOS" |
| 363 | |
| 364 | config VGA_BIOS |
| 365 | bool "Add a VGA BIOS image" |
| 366 | help |
| 367 | Select this option if you have a VGA BIOS image that you would |
| 368 | like to add to your ROM. |
| 369 | |
| 370 | You will be able to specify the location and file name of the |
| 371 | image later. |
| 372 | |
Cristi Magherusan | 488c36c | 2009-08-17 14:46:13 +0000 | [diff] [blame] | 373 | config FALLBACK_VGA_BIOS_FILE |
| 374 | string "VGA BIOS path and filename" |
| 375 | depends on VGA_BIOS |
| 376 | default "vgabios.bin" |
| 377 | help |
| 378 | The path and filename of the file to use as VGA BIOS. |
| 379 | |
| 380 | config FALLBACK_VGA_BIOS_ID |
| 381 | string "VGA BIOS ID" |
| 382 | depends on VGA_BIOS |
| 383 | default "1106,3230" |
| 384 | help |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 385 | The comma-separated PCI vendor and device ID that would associate |
| 386 | your VGA BIOS to your video card. |
| 387 | |
| 388 | Example: 1106,3230 |
| 389 | |
| 390 | In the above example 1106 is the PCI vendor ID (in hex, but without |
| 391 | the "0x" prefix) and 3230 specifies the PCI device ID of the |
| 392 | video card (also in hex, without "0x" prefix). |
Cristi Magherusan | 488c36c | 2009-08-17 14:46:13 +0000 | [diff] [blame] | 393 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 394 | endmenu |
| 395 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 396 | menu "Debugging" |
| 397 | |
| 398 | # TODO: Better help text and detailed instructions. |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 399 | config GDB_STUB |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 400 | bool "GDB debugging support" |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 401 | default y |
| 402 | help |
Uwe Hermann | 5ec2c2b | 2009-08-25 00:53:22 +0000 | [diff] [blame] | 403 | If enabled, you will be able to set breakpoints for gdb debugging. |
| 404 | See src/arch/i386/lib/c_start.S for details. |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 405 | |
Uwe Hermann | 168b11b | 2009-10-07 16:15:40 +0000 | [diff] [blame] | 406 | endmenu |
| 407 | |