Greg Ungerer | 36a248f | 2006-06-26 10:33:10 +1000 | [diff] [blame] | 1 | config M68K |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | bool |
| 3 | default y |
Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 4 | select HAVE_IDE |
Thomas Gleixner | d8b1932 | 2011-01-19 20:34:21 +0100 | [diff] [blame] | 5 | select HAVE_GENERIC_HARDIRQS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | config MMU |
| 8 | bool |
| 9 | default n |
| 10 | |
Adrian Bunk | e0212e7 | 2008-10-29 12:15:47 +0200 | [diff] [blame] | 11 | config NO_DMA |
| 12 | bool |
Greg Ungerer | ec40f95 | 2009-04-17 23:11:38 +1000 | [diff] [blame] | 13 | depends on !COLDFIRE |
Adrian Bunk | e0212e7 | 2008-10-29 12:15:47 +0200 | [diff] [blame] | 14 | default y |
| 15 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | config FPU |
| 17 | bool |
| 18 | default n |
| 19 | |
Christoph Lameter | 66701b1 | 2007-02-10 01:43:09 -0800 | [diff] [blame] | 20 | config ZONE_DMA |
| 21 | bool |
| 22 | default y |
| 23 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | config RWSEM_GENERIC_SPINLOCK |
| 25 | bool |
| 26 | default y |
| 27 | |
| 28 | config RWSEM_XCHGADD_ALGORITHM |
| 29 | bool |
| 30 | default n |
| 31 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 32 | config ARCH_HAS_ILOG2_U32 |
| 33 | bool |
| 34 | default n |
| 35 | |
| 36 | config ARCH_HAS_ILOG2_U64 |
| 37 | bool |
| 38 | default n |
| 39 | |
Akinobu Mita | d2d7cdc | 2006-03-26 01:39:29 -0800 | [diff] [blame] | 40 | config GENERIC_FIND_NEXT_BIT |
| 41 | bool |
| 42 | default y |
| 43 | |
sfking@fdwdc.com | af39bb8 | 2009-06-19 18:11:00 -0700 | [diff] [blame] | 44 | config GENERIC_GPIO |
| 45 | bool |
| 46 | default n |
| 47 | |
Akinobu Mita | d2d7cdc | 2006-03-26 01:39:29 -0800 | [diff] [blame] | 48 | config GENERIC_HWEIGHT |
| 49 | bool |
| 50 | default y |
| 51 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | config GENERIC_CALIBRATE_DELAY |
| 53 | bool |
| 54 | default y |
| 55 | |
Sebastian Siewior | 95469bd | 2008-04-28 11:43:01 +0200 | [diff] [blame] | 56 | config GENERIC_CMOS_UPDATE |
| 57 | bool |
| 58 | default y |
| 59 | |
Ingo Molnar | 06027bd | 2006-02-14 13:53:15 -0800 | [diff] [blame] | 60 | config TIME_LOW_RES |
| 61 | bool |
| 62 | default y |
| 63 | |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 64 | config GENERIC_CLOCKEVENTS |
| 65 | bool |
| 66 | default n |
| 67 | |
Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 68 | config NO_IOPORT |
| 69 | def_bool y |
| 70 | |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 71 | config COLDFIRE_SW_A7 |
| 72 | bool |
| 73 | default n |
| 74 | |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 75 | config HAVE_CACHE_SPLIT |
| 76 | bool |
| 77 | |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 78 | config HAVE_CACHE_CB |
| 79 | bool |
| 80 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | source "init/Kconfig" |
| 82 | |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 83 | source "kernel/Kconfig.freezer" |
| 84 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | menu "Processor type and features" |
| 86 | |
| 87 | choice |
| 88 | prompt "CPU" |
| 89 | default M68EZ328 |
| 90 | |
| 91 | config M68328 |
| 92 | bool "MC68328" |
| 93 | help |
| 94 | Motorola 68328 processor support. |
| 95 | |
| 96 | config M68EZ328 |
| 97 | bool "MC68EZ328" |
| 98 | help |
| 99 | Motorola 68EX328 processor support. |
| 100 | |
| 101 | config M68VZ328 |
| 102 | bool "MC68VZ328" |
| 103 | help |
| 104 | Motorola 68VZ328 processor support. |
| 105 | |
| 106 | config M68360 |
| 107 | bool "MC68360" |
| 108 | help |
| 109 | Motorola 68360 processor support. |
| 110 | |
| 111 | config M5206 |
| 112 | bool "MCF5206" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 113 | select COLDFIRE_SW_A7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | help |
| 115 | Motorola ColdFire 5206 processor support. |
| 116 | |
| 117 | config M5206e |
| 118 | bool "MCF5206e" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 119 | select COLDFIRE_SW_A7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | help |
| 121 | Motorola ColdFire 5206e processor support. |
| 122 | |
Greg Ungerer | 4e51f674 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 123 | config M520x |
| 124 | bool "MCF520x" |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 125 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 126 | select HAVE_CACHE_SPLIT |
Greg Ungerer | 4e51f674 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 127 | help |
| 128 | Freescale Coldfire 5207/5208 processor support. |
| 129 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 130 | config M523x |
| 131 | bool "MCF523x" |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 132 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 133 | select HAVE_CACHE_SPLIT |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 134 | help |
| 135 | Freescale Coldfire 5230/1/2/4/5 processor support |
| 136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | config M5249 |
| 138 | bool "MCF5249" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 139 | select COLDFIRE_SW_A7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | help |
| 141 | Motorola ColdFire 5249 processor support. |
| 142 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 143 | config M5271 |
| 144 | bool "MCF5271" |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 145 | select HAVE_CACHE_SPLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | help |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 147 | Freescale (Motorola) ColdFire 5270/5271 processor support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | |
| 149 | config M5272 |
| 150 | bool "MCF5272" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 151 | select COLDFIRE_SW_A7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | help |
| 153 | Motorola ColdFire 5272 processor support. |
| 154 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 155 | config M5275 |
| 156 | bool "MCF5275" |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 157 | select HAVE_CACHE_SPLIT |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 158 | help |
| 159 | Freescale (Motorola) ColdFire 5274/5275 processor support. |
| 160 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | config M528x |
| 162 | bool "MCF528x" |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 163 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 164 | select HAVE_CACHE_SPLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | help |
| 166 | Motorola ColdFire 5280/5282 processor support. |
| 167 | |
| 168 | config M5307 |
| 169 | bool "MCF5307" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 170 | select COLDFIRE_SW_A7 |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 171 | select HAVE_CACHE_CB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | help |
| 173 | Motorola ColdFire 5307 processor support. |
| 174 | |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 175 | config M532x |
| 176 | bool "MCF532x" |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 177 | select HAVE_CACHE_CB |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 178 | help |
| 179 | Freescale (Motorola) ColdFire 532x processor support. |
| 180 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | config M5407 |
| 182 | bool "MCF5407" |
Greg Ungerer | 1c83af5 | 2010-11-04 13:53:26 +1000 | [diff] [blame] | 183 | select COLDFIRE_SW_A7 |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 184 | select HAVE_CACHE_CB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | help |
| 186 | Motorola ColdFire 5407 processor support. |
| 187 | |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 188 | config M547x |
| 189 | bool "MCF547x" |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 190 | select HAVE_CACHE_CB |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 191 | help |
| 192 | Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support. |
| 193 | |
Philippe De Muyter | ea49f8ff | 2010-09-20 13:11:11 +0200 | [diff] [blame] | 194 | config M548x |
| 195 | bool "MCF548x" |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 196 | select HAVE_CACHE_CB |
Philippe De Muyter | ea49f8ff | 2010-09-20 13:11:11 +0200 | [diff] [blame] | 197 | help |
| 198 | Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support. |
| 199 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | endchoice |
| 201 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 202 | config M527x |
| 203 | bool |
| 204 | depends on (M5271 || M5275) |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 205 | select GENERIC_CLOCKEVENTS |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 206 | default y |
| 207 | |
Greg Ungerer | 5b2e655 | 2010-11-02 12:05:29 +1000 | [diff] [blame] | 208 | config M54xx |
| 209 | bool |
Greg Ungerer | 9e29949 | 2010-11-02 12:13:34 +1000 | [diff] [blame] | 210 | depends on (M548x || M547x) |
Greg Ungerer | 5b2e655 | 2010-11-02 12:05:29 +1000 | [diff] [blame] | 211 | default y |
| 212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | config COLDFIRE |
| 214 | bool |
Greg Ungerer | 5b2e655 | 2010-11-02 12:05:29 +1000 | [diff] [blame] | 215 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407 || M54xx) |
sfking@fdwdc.com | af39bb8 | 2009-06-19 18:11:00 -0700 | [diff] [blame] | 216 | select GENERIC_GPIO |
| 217 | select ARCH_REQUIRE_GPIOLIB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | default y |
| 219 | |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 220 | config CLOCK_SET |
| 221 | bool "Enable setting the CPU clock frequency" |
| 222 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | help |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 224 | On some CPU's you do not need to know what the core CPU clock |
| 225 | frequency is. On these you can disable clock setting. On some |
| 226 | traditional 68K parts, and on all ColdFire parts you need to set |
| 227 | the appropriate CPU clock frequency. On these devices many of the |
| 228 | onboard peripherals derive their timing from the master CPU clock |
| 229 | frequency. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 231 | config CLOCK_FREQ |
| 232 | int "Set the core clock frequency" |
| 233 | default "66666666" |
| 234 | depends on CLOCK_SET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | help |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 236 | Define the CPU clock frequency in use. This is the core clock |
| 237 | frequency, it may or may not be the same as the external clock |
| 238 | crystal fitted to your board. Some processors have an internal |
| 239 | PLL and can have their frequency programmed at run time, others |
Matt LaPlante | 44c0920 | 2006-10-03 22:34:14 +0200 | [diff] [blame] | 240 | use internal dividers. In general the kernel won't setup a PLL |
| 241 | if it is fitted (there are some exceptions). This value will be |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 242 | specific to the exact CPU that you are using. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 244 | config CLOCK_DIV |
| 245 | int "Set the core/bus clock divide ratio" |
| 246 | default "1" |
| 247 | depends on CLOCK_SET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | help |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 249 | On many SoC style CPUs the master CPU clock is also used to drive |
| 250 | on-chip peripherals. The clock that is distributed to these |
| 251 | peripherals is sometimes a fixed ratio of the master clock |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 252 | frequency. If so then set this to the divider ratio of the |
Greg Ungerer | e648cd2 | 2006-06-26 10:55:36 +1000 | [diff] [blame] | 253 | master clock to the peripheral clock. If not sure then select 1. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | |
| 255 | config OLDMASK |
| 256 | bool "Old mask 5307 (1H55J) silicon" |
| 257 | depends on M5307 |
| 258 | help |
| 259 | Build support for the older revision ColdFire 5307 silicon. |
| 260 | Specifically this is the 1H55J mask revision. |
| 261 | |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 262 | if HAVE_CACHE_SPLIT |
| 263 | choice |
| 264 | prompt "Split Cache Configuration" |
| 265 | default CACHE_I |
| 266 | |
| 267 | config CACHE_I |
| 268 | bool "Instruction" |
| 269 | help |
| 270 | Use all of the ColdFire CPU cache memory as an instruction cache. |
| 271 | |
| 272 | config CACHE_D |
| 273 | bool "Data" |
| 274 | help |
| 275 | Use all of the ColdFire CPU cache memory as a data cache. |
| 276 | |
| 277 | config CACHE_BOTH |
| 278 | bool "Both" |
| 279 | help |
| 280 | Split the ColdFire CPU cache, and use half as an instruction cache |
| 281 | and half as a data cache. |
| 282 | endchoice |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 283 | endif |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 284 | |
Greg Ungerer | 4a5bae4 | 2010-11-09 16:00:17 +1000 | [diff] [blame] | 285 | if HAVE_CACHE_CB |
| 286 | choice |
| 287 | prompt "Data cache mode" |
| 288 | default CACHE_WRITETHRU |
| 289 | |
| 290 | config CACHE_WRITETHRU |
| 291 | bool "Write-through" |
| 292 | help |
| 293 | The ColdFire CPU cache is set into Write-through mode. |
| 294 | |
| 295 | config CACHE_COPYBACK |
| 296 | bool "Copy-back" |
| 297 | help |
| 298 | The ColdFire CPU cache is set into Copy-back mode. |
| 299 | endchoice |
Greg Ungerer | 0ef6c9b | 2010-11-09 15:31:08 +1000 | [diff] [blame] | 300 | endif |
| 301 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | comment "Platform" |
| 303 | |
| 304 | config PILOT3 |
| 305 | bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support" |
| 306 | depends on M68328 |
| 307 | help |
| 308 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. |
| 309 | |
| 310 | config XCOPILOT_BUGS |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 311 | bool "(X)Copilot support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | depends on PILOT3 |
| 313 | help |
| 314 | Support the bugs of Xcopilot. |
| 315 | |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 316 | config UC5272 |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 317 | bool 'Arcturus Networks uC5272 dimm board support' |
| 318 | depends on M5272 |
| 319 | help |
| 320 | Support for the Arcturus Networks uC5272 dimm board. |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 321 | |
| 322 | config UC5282 |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 323 | bool "Arcturus Networks uC5282 board support" |
| 324 | depends on M528x |
| 325 | help |
| 326 | Support for the Arcturus Networks uC5282 dimm board. |
David Wu | 3699522 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 327 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | config UCSIMM |
| 329 | bool "uCsimm module support" |
| 330 | depends on M68EZ328 |
| 331 | help |
| 332 | Support for the Arcturus Networks uCsimm module. |
| 333 | |
| 334 | config UCDIMM |
| 335 | bool "uDsimm module support" |
| 336 | depends on M68VZ328 |
| 337 | help |
| 338 | Support for the Arcturus Networks uDsimm module. |
| 339 | |
| 340 | config DRAGEN2 |
| 341 | bool "DragenEngine II board support" |
| 342 | depends on M68VZ328 |
| 343 | help |
| 344 | Support for the DragenEngine II board. |
| 345 | |
| 346 | config DIRECT_IO_ACCESS |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 347 | bool "Allow user to access IO directly" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
| 349 | help |
| 350 | Disable the CPU internal registers protection in user mode, |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 351 | to allow a user application to read/write them. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | |
| 353 | config INIT_LCD |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 354 | bool "Initialize LCD" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
| 356 | help |
| 357 | Initialize the LCD controller of the 68x328 processor. |
| 358 | |
| 359 | config MEMORY_RESERVE |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 360 | int "Memory reservation (MiB)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | depends on (UCSIMM || UCDIMM) |
| 362 | help |
| 363 | Reserve certain memory regions on 68x328 based boards. |
| 364 | |
| 365 | config UCQUICC |
| 366 | bool "Lineo uCquicc board support" |
| 367 | depends on M68360 |
| 368 | help |
| 369 | Support for the Lineo uCquicc board. |
| 370 | |
| 371 | config ARN5206 |
| 372 | bool "Arnewsh 5206 board support" |
| 373 | depends on M5206 |
| 374 | help |
| 375 | Support for the Arnewsh 5206 board. |
| 376 | |
| 377 | config M5206eC3 |
| 378 | bool "Motorola M5206eC3 board support" |
| 379 | depends on M5206e |
| 380 | help |
| 381 | Support for the Motorola M5206eC3 board. |
| 382 | |
| 383 | config ELITE |
| 384 | bool "Motorola M5206eLITE board support" |
| 385 | depends on M5206e |
| 386 | help |
| 387 | Support for the Motorola M5206eLITE board. |
| 388 | |
Greg Ungerer | 4e51f674 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 389 | config M5208EVB |
| 390 | bool "Freescale M5208EVB board support" |
| 391 | depends on M520x |
| 392 | help |
| 393 | Support for the Freescale Coldfire M5208EVB. |
| 394 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 395 | config M5235EVB |
| 396 | bool "Freescale M5235EVB support" |
| 397 | depends on M523x |
| 398 | help |
| 399 | Support for the Freescale M5235EVB board. |
| 400 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | config M5249C3 |
| 402 | bool "Motorola M5249C3 board support" |
| 403 | depends on M5249 |
| 404 | help |
| 405 | Support for the Motorola M5249C3 board. |
| 406 | |
| 407 | config M5271EVB |
| 408 | bool "Freescale (Motorola) M5271EVB board support" |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 409 | depends on M5271 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | help |
| 411 | Support for the Freescale (Motorola) M5271EVB board. |
| 412 | |
| 413 | config M5275EVB |
| 414 | bool "Freescale (Motorola) M5275EVB board support" |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 415 | depends on M5275 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | help |
| 417 | Support for the Freescale (Motorola) M5275EVB board. |
| 418 | |
| 419 | config M5272C3 |
| 420 | bool "Motorola M5272C3 board support" |
| 421 | depends on M5272 |
| 422 | help |
| 423 | Support for the Motorola M5272C3 board. |
| 424 | |
| 425 | config COBRA5272 |
| 426 | bool "senTec COBRA5272 board support" |
| 427 | depends on M5272 |
| 428 | help |
| 429 | Support for the senTec COBRA5272 board. |
| 430 | |
Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame] | 431 | config AVNET5282 |
| 432 | bool "Avnet 5282 board support" |
| 433 | depends on M528x |
| 434 | help |
| 435 | Support for the Avnet 5282 board. |
| 436 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 437 | config M5282EVB |
| 438 | bool "Motorola M5282EVB board support" |
| 439 | depends on M528x |
| 440 | help |
| 441 | Support for the Motorola M5282EVB board. |
| 442 | |
| 443 | config COBRA5282 |
| 444 | bool "senTec COBRA5282 board support" |
| 445 | depends on M528x |
| 446 | help |
| 447 | Support for the senTec COBRA5282 board. |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 448 | |
| 449 | config SOM5282EM |
| 450 | bool "EMAC.Inc SOM5282EM board support" |
| 451 | depends on M528x |
| 452 | help |
| 453 | Support for the EMAC.Inc SOM5282EM module. |
Greg Ungerer | 906a262 | 2007-07-25 22:07:20 +1000 | [diff] [blame] | 454 | |
| 455 | config WILDFIRE |
| 456 | bool "Intec Automation Inc. WildFire board support" |
| 457 | depends on M528x |
| 458 | help |
| 459 | Support for the Intec Automation Inc. WildFire. |
| 460 | |
| 461 | config WILDFIREMOD |
| 462 | bool "Intec Automation Inc. WildFire module support" |
| 463 | depends on M528x |
| 464 | help |
| 465 | Support for the Intec Automation Inc. WildFire module. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | |
| 467 | config ARN5307 |
| 468 | bool "Arnewsh 5307 board support" |
| 469 | depends on M5307 |
| 470 | help |
| 471 | Support for the Arnewsh 5307 board. |
| 472 | |
| 473 | config M5307C3 |
| 474 | bool "Motorola M5307C3 board support" |
| 475 | depends on M5307 |
| 476 | help |
| 477 | Support for the Motorola M5307C3 board. |
| 478 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | config SECUREEDGEMP3 |
| 480 | bool "SnapGear SecureEdge/MP3 platform support" |
| 481 | depends on M5307 |
| 482 | help |
| 483 | Support for the SnapGear SecureEdge/MP3 platform. |
| 484 | |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 485 | config M5329EVB |
| 486 | bool "Freescale (Motorola) M5329EVB board support" |
| 487 | depends on M532x |
| 488 | help |
| 489 | Support for the Freescale (Motorola) M5329EVB board. |
| 490 | |
| 491 | config COBRA5329 |
| 492 | bool "senTec COBRA5329 board support" |
| 493 | depends on M532x |
| 494 | help |
| 495 | Support for the senTec COBRA5329 board. |
| 496 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 497 | config M5407C3 |
| 498 | bool "Motorola M5407C3 board support" |
| 499 | depends on M5407 |
| 500 | help |
| 501 | Support for the Motorola M5407C3 board. |
| 502 | |
| 503 | config CLEOPATRA |
| 504 | bool "Feith CLEOPATRA board support" |
| 505 | depends on (M5307 || M5407) |
| 506 | help |
| 507 | Support for the Feith Cleopatra boards. |
| 508 | |
| 509 | config CANCam |
| 510 | bool "Feith CANCam board support" |
| 511 | depends on M5272 |
| 512 | help |
| 513 | Support for the Feith CANCam board. |
| 514 | |
| 515 | config SCALES |
| 516 | bool "Feith SCALES board support" |
| 517 | depends on M5272 |
| 518 | help |
| 519 | Support for the Feith SCALES board. |
| 520 | |
| 521 | config NETtel |
| 522 | bool "SecureEdge/NETtel board support" |
| 523 | depends on (M5206e || M5272 || M5307) |
| 524 | help |
| 525 | Support for the SnapGear NETtel/SecureEdge/SnapGear boards. |
| 526 | |
| 527 | config SNAPGEAR |
| 528 | bool "SnapGear router board support" |
| 529 | depends on NETtel |
| 530 | help |
| 531 | Special additional support for SnapGear router boards. |
| 532 | |
| 533 | config CPU16B |
| 534 | bool "Sneha Technologies S.L. Sarasvati board support" |
| 535 | depends on M5272 |
| 536 | help |
| 537 | Support for the SNEHA CPU16B board. |
| 538 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 539 | config MOD5272 |
| 540 | bool "Netburner MOD-5272 board support" |
| 541 | depends on M5272 |
| 542 | help |
| 543 | Support for the Netburner MOD-5272 board. |
| 544 | |
Wilson Callan | c1057c6 | 2007-10-23 14:37:54 +1000 | [diff] [blame] | 545 | config SAVANTrosie1 |
| 546 | bool "Savant Rosie1 board support" |
| 547 | depends on M523x |
| 548 | help |
| 549 | Support for the Savant Rosie1 board. |
| 550 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | config ROMFS_FROM_ROM |
Greg Ungerer | 6869e94 | 2006-12-04 16:40:58 +1000 | [diff] [blame] | 552 | bool "ROMFS image not RAM resident" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 553 | depends on (NETtel || SNAPGEAR) |
| 554 | help |
| 555 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be |
| 556 | moved into RAM. |
| 557 | |
| 558 | config PILOT |
| 559 | bool |
| 560 | default y |
| 561 | depends on (PILOT3 || PILOT5) |
| 562 | |
| 563 | config ARNEWSH |
| 564 | bool |
| 565 | default y |
| 566 | depends on (ARN5206 || ARN5307) |
| 567 | |
Greg Ungerer | 4e51f674 | 2005-11-07 14:09:50 +1000 | [diff] [blame] | 568 | config FREESCALE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | bool |
| 570 | default y |
Greg Ungerer | 5d36f8e | 2006-06-26 10:45:45 +1000 | [diff] [blame] | 571 | depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | |
| 573 | config HW_FEITH |
| 574 | bool |
| 575 | default y |
| 576 | depends on (CLEOPATRA || CANCam || SCALES) |
| 577 | |
| 578 | config senTec |
| 579 | bool |
| 580 | default y |
| 581 | depends on (COBRA5272 || COBRA5282) |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 582 | |
| 583 | config EMAC_INC |
| 584 | bool |
| 585 | default y |
| 586 | depends on (SOM5282EM) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | |
| 588 | config SNEHA |
Philippe De Muyter | 0a977ca | 2010-11-11 23:57:56 +0100 | [diff] [blame] | 589 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | default y |
| 591 | depends on CPU16B |
Wilson Callan | c1057c6 | 2007-10-23 14:37:54 +1000 | [diff] [blame] | 592 | |
| 593 | config SAVANT |
| 594 | bool |
| 595 | default y |
| 596 | depends on SAVANTrosie1 |
| 597 | |
Greg Ungerer | 04860bd | 2006-06-26 10:47:13 +1000 | [diff] [blame] | 598 | config AVNET |
| 599 | bool |
| 600 | default y |
| 601 | depends on (AVNET5282) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 | |
Lennart Sorensen | 588baea | 2009-09-18 13:49:36 -0400 | [diff] [blame] | 603 | config UBOOT |
| 604 | bool "Support for U-Boot command line parameters" |
| 605 | help |
| 606 | If you say Y here kernel will try to collect command |
| 607 | line parameters from the initial u-boot stack. |
| 608 | default n |
| 609 | |
Greg Ungerer | 5c4dbba | 2005-09-02 10:42:52 +1000 | [diff] [blame] | 610 | config 4KSTACKS |
| 611 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
| 612 | default y |
| 613 | help |
| 614 | If you say Y here the kernel will use a 4Kb stacksize for the |
| 615 | kernel stack attached to each process/thread. This facilitates |
| 616 | running more threads on a system and also reduces the pressure |
| 617 | on the VM subsystem for higher order allocations. |
| 618 | |
H. Peter Anvin | bdc8078 | 2008-02-08 04:21:26 -0800 | [diff] [blame] | 619 | config HZ |
| 620 | int |
| 621 | default 1000 if CLEOPATRA |
| 622 | default 100 |
| 623 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 624 | comment "RAM configuration" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 625 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 626 | config RAMBASE |
| 627 | hex "Address of the base of RAM" |
| 628 | default "0" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 629 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 630 | Define the address that RAM starts at. On many platforms this is |
| 631 | 0, the base of the address space. And this is the default. Some |
| 632 | platforms choose to setup their RAM at other addresses within the |
| 633 | processor address space. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 634 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 635 | config RAMSIZE |
Philippe De Muyter | 73a9983 | 2010-05-19 13:30:49 +0200 | [diff] [blame] | 636 | hex "Size of RAM (in bytes), or 0 for automatic" |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 637 | default "0x400000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 639 | Define the size of the system RAM. If you select 0 then the |
| 640 | kernel will try to probe the RAM size at runtime. This is not |
| 641 | supported on all CPU types. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 643 | config VECTORBASE |
| 644 | hex "Address of the base of system vectors" |
| 645 | default "0" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 646 | help |
Matt LaPlante | 4b3f686 | 2006-10-03 22:21:02 +0200 | [diff] [blame] | 647 | Define the address of the system vectors. Commonly this is |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 648 | put at the start of RAM, but it doesn't have to be. On ColdFire |
| 649 | platforms this address is programmed into the VBR register, thus |
| 650 | actually setting the address to use. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 652 | config KERNELBASE |
| 653 | hex "Address of the base of kernel code" |
| 654 | default "0x400" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 656 | Typically on m68k systems the kernel will not start at the base |
| 657 | of RAM, but usually some small offset from it. Define the start |
| 658 | address of the kernel here. The most common setup will have the |
| 659 | processor vectors at the base of RAM and then the start of the |
| 660 | kernel. On some platforms some RAM is reserved for boot loaders |
| 661 | and the kernel starts after that. The 0x400 default was based on |
| 662 | a system with the RAM based at address 0, and leaving enough room |
| 663 | for the theoretical maximum number of 256 vectors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 664 | |
| 665 | choice |
| 666 | prompt "RAM bus width" |
| 667 | default RAMAUTOBIT |
| 668 | |
| 669 | config RAMAUTOBIT |
| 670 | bool "AUTO" |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 671 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | Select the physical RAM data bus size. Not needed on most platforms, |
| 673 | so you can generally choose AUTO. |
| 674 | |
| 675 | config RAM8BIT |
| 676 | bool "8bit" |
| 677 | help |
| 678 | Configure RAM bus to be 8 bits wide. |
| 679 | |
| 680 | config RAM16BIT |
| 681 | bool "16bit" |
| 682 | help |
| 683 | Configure RAM bus to be 16 bits wide. |
| 684 | |
| 685 | config RAM32BIT |
| 686 | bool "32bit" |
| 687 | help |
| 688 | Configure RAM bus to be 32 bits wide. |
| 689 | |
| 690 | endchoice |
| 691 | |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 692 | comment "ROM configuration" |
| 693 | |
| 694 | config ROM |
| 695 | bool "Specify ROM linker regions" |
| 696 | default n |
| 697 | help |
| 698 | Define a ROM region for the linker script. This creates a kernel |
| 699 | that can be stored in flash, with possibly the text, and data |
| 700 | regions being copied out to RAM at startup. |
| 701 | |
| 702 | config ROMBASE |
| 703 | hex "Address of the base of ROM device" |
| 704 | default "0" |
| 705 | depends on ROM |
| 706 | help |
| 707 | Define the address that the ROM region starts at. Some platforms |
| 708 | use this to set their chip select region accordingly for the boot |
| 709 | device. |
| 710 | |
| 711 | config ROMVEC |
| 712 | hex "Address of the base of the ROM vectors" |
| 713 | default "0" |
| 714 | depends on ROM |
| 715 | help |
| 716 | This is almost always the same as the base of the ROM. Since on all |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 717 | 68000 type variants the vectors are at the base of the boot device |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 718 | on system startup. |
| 719 | |
| 720 | config ROMVECSIZE |
| 721 | hex "Size of ROM vector region (in bytes)" |
| 722 | default "0x400" |
| 723 | depends on ROM |
| 724 | help |
| 725 | Define the size of the vector region in ROM. For most 68000 |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 726 | variants this would be 0x400 bytes in size. Set to 0 if you do |
Greg Ungerer | c750a01 | 2006-06-28 16:39:19 +1000 | [diff] [blame] | 727 | not want a vector region at the start of the ROM. |
| 728 | |
| 729 | config ROMSTART |
| 730 | hex "Address of the base of system image in ROM" |
| 731 | default "0x400" |
| 732 | depends on ROM |
| 733 | help |
| 734 | Define the start address of the system image in ROM. Commonly this |
| 735 | is strait after the ROM vectors. |
| 736 | |
| 737 | config ROMSIZE |
| 738 | hex "Size of the ROM device" |
| 739 | default "0x100000" |
| 740 | depends on ROM |
| 741 | help |
| 742 | Size of the ROM device. On some platforms this is used to setup |
| 743 | the chip select that controls the boot ROM device. |
| 744 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 745 | choice |
| 746 | prompt "Kernel executes from" |
| 747 | ---help--- |
| 748 | Choose the memory type that the kernel will be running in. |
| 749 | |
| 750 | config RAMKERNEL |
| 751 | bool "RAM" |
| 752 | help |
| 753 | The kernel will be resident in RAM when running. |
| 754 | |
| 755 | config ROMKERNEL |
| 756 | bool "ROM" |
| 757 | help |
Greg Ungerer | 63e413d | 2006-06-26 16:32:59 +1000 | [diff] [blame] | 758 | The kernel will be resident in FLASH/ROM when running. This is |
| 759 | often referred to as Execute-in-Place (XIP), since the kernel |
| 760 | code executes from the position it is stored in the FLASH/ROM. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 761 | |
| 762 | endchoice |
| 763 | |
Sebastian Siewior | 78f508a | 2008-05-12 14:02:05 -0700 | [diff] [blame] | 764 | if COLDFIRE |
| 765 | source "kernel/Kconfig.preempt" |
| 766 | endif |
Sebastian Siewior | 2b9a698 | 2008-04-28 11:43:04 +0200 | [diff] [blame] | 767 | |
| 768 | source "kernel/time/Kconfig" |
| 769 | |
Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 770 | source "mm/Kconfig" |
| 771 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 772 | endmenu |
| 773 | |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 774 | config ISA_DMA_API |
| 775 | bool |
| 776 | depends on !M5272 |
| 777 | default y |
| 778 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 779 | source "drivers/pcmcia/Kconfig" |
| 780 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | menu "Executable file formats" |
| 782 | |
| 783 | source "fs/Kconfig.binfmt" |
| 784 | |
| 785 | endmenu |
| 786 | |
| 787 | menu "Power management options" |
| 788 | |
| 789 | config PM |
| 790 | bool "Power Management support" |
| 791 | help |
| 792 | Support processor power management modes |
| 793 | |
| 794 | endmenu |
| 795 | |
Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 796 | source "net/Kconfig" |
| 797 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | source "drivers/Kconfig" |
| 799 | |
| 800 | source "fs/Kconfig" |
| 801 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 802 | source "arch/m68knommu/Kconfig.debug" |
| 803 | |
| 804 | source "security/Kconfig" |
| 805 | |
| 806 | source "crypto/Kconfig" |
| 807 | |
| 808 | source "lib/Kconfig" |