| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
|  | 2 | # For a description of the syntax of this configuration file, | 
|  | 3 | # see Documentation/kbuild/kconfig-language.txt. | 
|  | 4 | # | 
|  | 5 |  | 
|  | 6 | mainmenu "Linux/M32R Kernel Configuration" | 
|  | 7 |  | 
|  | 8 | config M32R | 
|  | 9 | bool | 
|  | 10 | default y | 
| Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 11 | select HAVE_IDE | 
| Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 12 | select HAVE_OPROFILE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 |  | 
|  | 14 | config SBUS | 
|  | 15 | bool | 
|  | 16 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config GENERIC_ISA_DMA | 
|  | 18 | bool | 
|  | 19 | default y | 
|  | 20 |  | 
| Christoph Lameter | 5ac6da6 | 2007-02-10 01:43:14 -0800 | [diff] [blame] | 21 | config ZONE_DMA | 
|  | 22 | bool | 
|  | 23 | default y | 
|  | 24 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | config GENERIC_HARDIRQS | 
|  | 26 | bool | 
|  | 27 | default y | 
|  | 28 |  | 
|  | 29 | config GENERIC_IRQ_PROBE | 
|  | 30 | bool | 
|  | 31 | default y | 
|  | 32 |  | 
| Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 33 | config NO_IOPORT | 
|  | 34 | def_bool y | 
|  | 35 |  | 
| Dan Williams | 1b0fac4 | 2007-07-15 23:40:26 -0700 | [diff] [blame] | 36 | config NO_DMA | 
|  | 37 | def_bool y | 
|  | 38 |  | 
| David Howells | b0b933c | 2008-02-08 04:19:27 -0800 | [diff] [blame] | 39 | config ARCH_SUPPORTS_AOUT | 
|  | 40 | def_bool y | 
|  | 41 |  | 
| H. Peter Anvin | bdc8078 | 2008-02-08 04:21:26 -0800 | [diff] [blame] | 42 | config HZ | 
|  | 43 | int | 
|  | 44 | default 100 | 
|  | 45 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | source "init/Kconfig" | 
|  | 47 |  | 
|  | 48 |  | 
|  | 49 | menu "Processor type and features" | 
|  | 50 |  | 
|  | 51 | choice | 
|  | 52 | prompt "Platform Type" | 
|  | 53 | default PLAT_MAPPI | 
|  | 54 |  | 
|  | 55 | config PLAT_MAPPI | 
|  | 56 | bool "Mappi-I" | 
|  | 57 | help | 
|  | 58 | The Mappi-I is an FPGA board for SOC (System-On-a-Chip) prototyping. | 
|  | 59 | You can operate a Linux system on this board by using an M32R | 
|  | 60 | softmacro core, which is a fully-synthesizable functional model | 
|  | 61 | described in Verilog-HDL. | 
|  | 62 |  | 
|  | 63 | The Mappi-I board was the first platform, which had been used | 
|  | 64 | to port and develop a Linux system for the M32R processor. | 
|  | 65 | Currently, the Mappi-II, an heir to the Mappi-I, is available. | 
|  | 66 |  | 
|  | 67 | config PLAT_USRV | 
|  | 68 | bool "uServer" | 
| Hirokazu Takata | e070fb74 | 2007-08-17 17:22:15 +0900 | [diff] [blame] | 69 | select PLAT_HAS_INT1ICU | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 |  | 
|  | 71 | config PLAT_M32700UT | 
|  | 72 | bool "M32700UT" | 
| Hirokazu Takata | e070fb74 | 2007-08-17 17:22:15 +0900 | [diff] [blame] | 73 | select PLAT_HAS_INT0ICU | 
|  | 74 | select PLAT_HAS_INT1ICU | 
|  | 75 | select PLAT_HAS_INT2ICU | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | help | 
|  | 77 | The M3T-M32700UT is an evaluation board based on uT-Engine | 
|  | 78 | specification.  This board has an M32700 (Chaos) evaluation chip. | 
|  | 79 | You can say Y for SMP, because the M32700 is a single chip | 
|  | 80 | multiprocessor. | 
|  | 81 |  | 
|  | 82 | config PLAT_OPSPUT | 
|  | 83 | bool "OPSPUT" | 
| Hirokazu Takata | e070fb74 | 2007-08-17 17:22:15 +0900 | [diff] [blame] | 84 | select PLAT_HAS_INT0ICU | 
|  | 85 | select PLAT_HAS_INT1ICU | 
|  | 86 | select PLAT_HAS_INT2ICU | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | help | 
|  | 88 | The OPSPUT is an evaluation board based on uT-Engine | 
|  | 89 | specification.  This board has a OPSP-REP chip. | 
|  | 90 |  | 
|  | 91 | config PLAT_OAKS32R | 
|  | 92 | bool "OAKS32R" | 
|  | 93 | help | 
|  | 94 | The OAKS32R is a tiny, inexpensive evaluation board. | 
|  | 95 | Please note that if you say Y here and choose chip "M32102", | 
|  | 96 | say N for MMU and select a no-MMU version kernel, otherwise | 
|  | 97 | a kernel with MMU support will not work, because the M32102 | 
|  | 98 | is a microcontroller for embedded systems and it has no MMU. | 
|  | 99 |  | 
|  | 100 | config PLAT_MAPPI2 | 
|  | 101 | bool "Mappi-II(M3A-ZA36/M3A-ZA52)" | 
|  | 102 |  | 
| Hirokazu Takata | 2368086 | 2005-06-21 17:16:10 -0700 | [diff] [blame] | 103 | config PLAT_MAPPI3 | 
|  | 104 | bool "Mappi-III(M3A-2170)" | 
|  | 105 |  | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 106 | config PLAT_M32104UT | 
|  | 107 | bool "M32104UT" | 
| Hirokazu Takata | e070fb74 | 2007-08-17 17:22:15 +0900 | [diff] [blame] | 108 | select PLAT_HAS_INT1ICU | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 109 | help | 
|  | 110 | The M3T-M32104UT is an reference board based on uT-Engine | 
|  | 111 | specification.  This board has a M32104 chip. | 
|  | 112 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | endchoice | 
|  | 114 |  | 
|  | 115 | choice | 
|  | 116 | prompt "Processor family" | 
|  | 117 | default CHIP_M32700 | 
|  | 118 |  | 
|  | 119 | config CHIP_M32700 | 
|  | 120 | bool "M32700 (Chaos)" | 
|  | 121 |  | 
|  | 122 | config CHIP_M32102 | 
|  | 123 | bool "M32102" | 
|  | 124 |  | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 125 | config CHIP_M32104 | 
|  | 126 | bool "M32104" | 
|  | 127 | depends on PLAT_M32104UT | 
|  | 128 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | config CHIP_VDEC2 | 
|  | 130 | bool "VDEC2" | 
|  | 131 |  | 
|  | 132 | config CHIP_OPSP | 
|  | 133 | bool "OPSP" | 
|  | 134 |  | 
|  | 135 | endchoice | 
|  | 136 |  | 
|  | 137 | config MMU | 
|  | 138 | bool "Support for memory management hardware" | 
|  | 139 | depends on CHIP_M32700 || CHIP_VDEC2 || CHIP_OPSP | 
|  | 140 | default y | 
|  | 141 |  | 
|  | 142 | config TLB_ENTRIES | 
|  | 143 | int "TLB Entries" | 
|  | 144 | depends on CHIP_M32700 || CHIP_VDEC2 || CHIP_OPSP | 
|  | 145 | default 32 if CHIP_M32700 || CHIP_OPSP | 
|  | 146 | default 16 if CHIP_VDEC2 | 
|  | 147 |  | 
|  | 148 |  | 
|  | 149 | config ISA_M32R | 
|  | 150 | bool | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 151 | depends on CHIP_M32102 || CHIP_M32104 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | default y | 
|  | 153 |  | 
|  | 154 | config ISA_M32R2 | 
|  | 155 | bool | 
|  | 156 | depends on CHIP_M32700 || CHIP_VDEC2 || CHIP_OPSP | 
|  | 157 | default y | 
|  | 158 |  | 
|  | 159 | config ISA_DSP_LEVEL2 | 
|  | 160 | bool | 
|  | 161 | depends on CHIP_M32700 || CHIP_OPSP | 
|  | 162 | default y | 
|  | 163 |  | 
|  | 164 | config ISA_DUAL_ISSUE | 
|  | 165 | bool | 
|  | 166 | depends on CHIP_M32700 || CHIP_OPSP | 
|  | 167 | default y | 
|  | 168 |  | 
| Hirokazu Takata | e070fb74 | 2007-08-17 17:22:15 +0900 | [diff] [blame] | 169 | config PLAT_HAS_INT0ICU | 
|  | 170 | bool | 
|  | 171 | default n | 
|  | 172 |  | 
|  | 173 | config PLAT_HAS_INT1ICU | 
|  | 174 | bool | 
|  | 175 | default n | 
|  | 176 |  | 
|  | 177 | config PLAT_HAS_INT2ICU | 
|  | 178 | bool | 
|  | 179 | default n | 
|  | 180 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | config BUS_CLOCK | 
|  | 182 | int "Bus Clock [Hz] (integer)" | 
|  | 183 | default "70000000" if PLAT_MAPPI | 
|  | 184 | default "25000000" if PLAT_USRV | 
| Hirokazu Takata | 2368086 | 2005-06-21 17:16:10 -0700 | [diff] [blame] | 185 | default "50000000" if PLAT_MAPPI3 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | default "50000000" if PLAT_M32700UT | 
|  | 187 | default "50000000" if PLAT_OPSPUT | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 188 | default "54000000" if PLAT_M32104UT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 189 | default "33333333" if PLAT_OAKS32R | 
|  | 190 | default "20000000" if PLAT_MAPPI2 | 
|  | 191 |  | 
|  | 192 | config TIMER_DIVIDE | 
|  | 193 | int "Timer divider (integer)" | 
|  | 194 | default "128" | 
|  | 195 |  | 
|  | 196 | config CPU_LITTLE_ENDIAN | 
|  | 197 | bool "Generate little endian code" | 
|  | 198 | default n | 
|  | 199 |  | 
|  | 200 | config MEMORY_START | 
|  | 201 | hex "Physical memory start address (hex)" | 
| Hirokazu Takata | 2368086 | 2005-06-21 17:16:10 -0700 | [diff] [blame] | 202 | default "08000000" if PLAT_MAPPI || PLAT_MAPPI2 || PLAT_MAPPI3 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | default "08000000" if PLAT_USRV | 
|  | 204 | default "08000000" if PLAT_M32700UT | 
|  | 205 | default "08000000" if PLAT_OPSPUT | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 206 | default "04000000" if PLAT_M32104UT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | default "01000000" if PLAT_OAKS32R | 
|  | 208 |  | 
|  | 209 | config MEMORY_SIZE | 
|  | 210 | hex "Physical memory size (hex)" | 
| Hirokazu Takata | 2368086 | 2005-06-21 17:16:10 -0700 | [diff] [blame] | 211 | default "08000000" if PLAT_MAPPI3 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | default "04000000" if PLAT_MAPPI || PLAT_MAPPI2 | 
|  | 213 | default "02000000" if PLAT_USRV | 
|  | 214 | default "01000000" if PLAT_M32700UT | 
|  | 215 | default "01000000" if PLAT_OPSPUT | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 216 | default "01000000" if PLAT_M32104UT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 217 | default "00800000" if PLAT_OAKS32R | 
|  | 218 |  | 
| Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 219 | config ARCH_DISCONTIGMEM_ENABLE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | bool "Internal RAM Support" | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 221 | depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | default y | 
|  | 223 |  | 
| Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 224 | source "mm/Kconfig" | 
|  | 225 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | config IRAM_START | 
|  | 227 | hex "Internal memory start address (hex)" | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 228 | default "00f00000" if !CHIP_M32104 | 
|  | 229 | default "00700000" if CHIP_M32104 | 
|  | 230 | depends on (CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104) && DISCONTIGMEM | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 |  | 
|  | 232 | config IRAM_SIZE | 
|  | 233 | hex "Internal memory size (hex)" | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 234 | depends on (CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104) && DISCONTIGMEM | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | default "00080000" if CHIP_M32700 | 
| Hirokazu Takata | 9287d95 | 2006-01-06 00:18:41 -0800 | [diff] [blame] | 236 | default "00010000" if CHIP_M32102 || CHIP_OPSP || CHIP_M32104 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | default "00008000" if CHIP_VDEC2 | 
|  | 238 |  | 
|  | 239 | # | 
|  | 240 | # Define implied options from the CPU selection here | 
|  | 241 | # | 
|  | 242 |  | 
| Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 243 | config GENERIC_LOCKBREAK | 
|  | 244 | bool | 
|  | 245 | default y | 
|  | 246 | depends on SMP && PREEMPT | 
|  | 247 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | config RWSEM_GENERIC_SPINLOCK | 
|  | 249 | bool | 
|  | 250 | depends on M32R | 
|  | 251 | default y | 
|  | 252 |  | 
|  | 253 | config RWSEM_XCHGADD_ALGORITHM | 
|  | 254 | bool | 
|  | 255 | default n | 
|  | 256 |  | 
| David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 257 | config ARCH_HAS_ILOG2_U32 | 
|  | 258 | bool | 
|  | 259 | default n | 
|  | 260 |  | 
|  | 261 | config ARCH_HAS_ILOG2_U64 | 
|  | 262 | bool | 
|  | 263 | default n | 
|  | 264 |  | 
| Akinobu Mita | 6d9f937 | 2006-03-26 01:39:26 -0800 | [diff] [blame] | 265 | config GENERIC_FIND_NEXT_BIT | 
|  | 266 | bool | 
|  | 267 | default y | 
|  | 268 |  | 
|  | 269 | config GENERIC_HWEIGHT | 
|  | 270 | bool | 
|  | 271 | default y | 
|  | 272 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | config GENERIC_CALIBRATE_DELAY | 
|  | 274 | bool | 
|  | 275 | default y | 
|  | 276 |  | 
| Hirokazu Takata | 43c09ce | 2007-05-10 22:22:25 -0700 | [diff] [blame] | 277 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 
|  | 278 | bool | 
|  | 279 | default y | 
|  | 280 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | config PREEMPT | 
|  | 282 | bool "Preemptible Kernel" | 
|  | 283 | help | 
|  | 284 | This option reduces the latency of the kernel when reacting to | 
|  | 285 | real-time or interactive events by allowing a low priority process to | 
|  | 286 | be preempted even if it is in kernel mode executing a system call. | 
|  | 287 | This allows applications to run more reliably even when the system is | 
|  | 288 | under load. | 
|  | 289 |  | 
|  | 290 | Say Y here if you are building a kernel for a desktop, embedded | 
|  | 291 | or real-time system.  Say N if you are unsure. | 
|  | 292 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | config SMP | 
|  | 294 | bool "Symmetric multi-processing support" | 
| Jens Axboe | 7b7426c | 2008-06-10 20:49:30 +0200 | [diff] [blame] | 295 | select USE_GENERIC_SMP_HELPERS | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | ---help--- | 
|  | 297 | This enables support for systems with more than one CPU. If you have | 
|  | 298 | a system with only one CPU, like most personal computers, say N. If | 
|  | 299 | you have a system with more than one CPU, say Y. | 
|  | 300 |  | 
|  | 301 | If you say N here, the kernel will run on single and multiprocessor | 
|  | 302 | machines, but will use only one CPU of a multiprocessor machine. If | 
|  | 303 | you say Y here, the kernel will run on many, but not all, | 
|  | 304 | singleprocessor machines. On a singleprocessor machine, the kernel | 
|  | 305 | will run faster if you say N here. | 
|  | 306 |  | 
|  | 307 | People using multiprocessor machines who say Y here should also say | 
|  | 308 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 
|  | 309 | Management" code will be disabled if you say Y here. | 
|  | 310 |  | 
| Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 311 | See also the SMP-HOWTO available at | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | <http://www.linuxdoc.org/docs.html#howto>. | 
|  | 313 |  | 
|  | 314 | If you don't know what to do here, say N. | 
|  | 315 |  | 
|  | 316 | config CHIP_M32700_TS1 | 
|  | 317 | bool "Workaround code for the M32700 TS1 chip's bug" | 
|  | 318 | depends on (CHIP_M32700 && SMP) | 
|  | 319 | default n | 
|  | 320 |  | 
|  | 321 | config NR_CPUS | 
|  | 322 | int "Maximum number of CPUs (2-32)" | 
|  | 323 | range 2 32 | 
|  | 324 | depends on SMP | 
|  | 325 | default "2" | 
|  | 326 | help | 
|  | 327 | This allows you to specify the maximum number of CPUs which this | 
|  | 328 | kernel will support.  The maximum supported value is 32 and the | 
|  | 329 | minimum value which makes sense is 2. | 
|  | 330 |  | 
|  | 331 | This is purely to save memory - each supported CPU adds | 
|  | 332 | approximately eight kilobytes to the kernel image. | 
|  | 333 |  | 
|  | 334 | # Common NUMA Features | 
|  | 335 | config NUMA | 
|  | 336 | bool "Numa Memory Allocation Support" | 
| Al Viro | c5596b2 | 2005-08-23 22:45:11 +0100 | [diff] [blame] | 337 | depends on SMP && BROKEN | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | default n | 
|  | 339 |  | 
| Yasunori Goto | c80d79d | 2006-04-10 22:53:53 -0700 | [diff] [blame] | 340 | config NODES_SHIFT | 
|  | 341 | int | 
|  | 342 | default "1" | 
|  | 343 | depends on NEED_MULTIPLE_NODES | 
|  | 344 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 345 | # turning this on wastes a bunch of space. | 
|  | 346 | # Summit needs it only when NUMA is on | 
|  | 347 | config BOOT_IOREMAP | 
|  | 348 | bool | 
|  | 349 | depends on NUMA | 
|  | 350 | default n | 
|  | 351 |  | 
|  | 352 | endmenu | 
|  | 353 |  | 
|  | 354 |  | 
|  | 355 | menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" | 
|  | 356 |  | 
|  | 357 | config PCI | 
|  | 358 | bool "PCI support" | 
| Al Viro | c3a0f77 | 2005-08-23 22:45:31 +0100 | [diff] [blame] | 359 | depends on BROKEN | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | default n | 
|  | 361 | help | 
|  | 362 | Find out whether you have a PCI motherboard. PCI is the name of a | 
|  | 363 | bus system, i.e. the way the CPU talks to the other stuff inside | 
|  | 364 | your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or | 
|  | 365 | VESA. If you have PCI, say Y, otherwise N. | 
|  | 366 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 367 | choice | 
|  | 368 | prompt "PCI access mode" | 
|  | 369 | depends on PCI | 
|  | 370 | default PCI_GOANY | 
|  | 371 |  | 
|  | 372 | config PCI_GOBIOS | 
|  | 373 | bool "BIOS" | 
|  | 374 | ---help--- | 
|  | 375 | On PCI systems, the BIOS can be used to detect the PCI devices and | 
|  | 376 | determine their configuration. However, some old PCI motherboards | 
|  | 377 | have BIOS bugs and may crash if this is done. Also, some embedded | 
|  | 378 | PCI-based systems don't have any BIOS at all. Linux can also try to | 
|  | 379 | detect the PCI hardware directly without using the BIOS. | 
|  | 380 |  | 
|  | 381 | With this option, you can specify how Linux should detect the PCI | 
|  | 382 | devices. If you choose "BIOS", the BIOS will be used, if you choose | 
|  | 383 | "Direct", the BIOS won't be used, and if you choose "Any", the | 
|  | 384 | kernel will try the direct access method and falls back to the BIOS | 
|  | 385 | if that doesn't work. If unsure, go with the default, which is | 
|  | 386 | "Any". | 
|  | 387 |  | 
|  | 388 | config PCI_GODIRECT | 
|  | 389 | bool "Direct" | 
|  | 390 |  | 
|  | 391 | config PCI_GOANY | 
|  | 392 | bool "Any" | 
|  | 393 |  | 
|  | 394 | endchoice | 
|  | 395 |  | 
|  | 396 | config PCI_BIOS | 
|  | 397 | bool | 
|  | 398 | depends on PCI && (PCI_GOBIOS || PCI_GOANY) | 
|  | 399 | default y | 
|  | 400 |  | 
|  | 401 | config PCI_DIRECT | 
|  | 402 | bool | 
|  | 403 | depends on PCI && (PCI_GODIRECT || PCI_GOANY) | 
|  | 404 | default y | 
|  | 405 |  | 
|  | 406 | source "drivers/pci/Kconfig" | 
|  | 407 |  | 
|  | 408 | config ISA | 
| Adrian Bunk | 1b20b09 | 2008-09-24 14:58:54 +0900 | [diff] [blame] | 409 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 |  | 
|  | 411 | source "drivers/pcmcia/Kconfig" | 
|  | 412 |  | 
|  | 413 | source "drivers/pci/hotplug/Kconfig" | 
|  | 414 |  | 
|  | 415 | endmenu | 
|  | 416 |  | 
|  | 417 |  | 
|  | 418 | menu "Executable file formats" | 
|  | 419 |  | 
|  | 420 | source "fs/Kconfig.binfmt" | 
|  | 421 |  | 
|  | 422 | endmenu | 
|  | 423 |  | 
| Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 424 | source "net/Kconfig" | 
|  | 425 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | source "drivers/Kconfig" | 
|  | 427 |  | 
|  | 428 | source "fs/Kconfig" | 
|  | 429 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | source "arch/m32r/Kconfig.debug" | 
|  | 431 |  | 
|  | 432 | source "security/Kconfig" | 
|  | 433 |  | 
|  | 434 | source "crypto/Kconfig" | 
|  | 435 |  | 
|  | 436 | source "lib/Kconfig" |