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/SuperH Kernel Configuration" |
| 7 | |
| 8 | config SUPERH |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 9 | def_bool y |
Paul Mundt | 7a440c9 | 2006-09-27 18:18:31 +0900 | [diff] [blame] | 10 | select EMBEDDED |
David Brownell | 9483a57 | 2008-07-23 21:26:48 -0700 | [diff] [blame] | 11 | select HAVE_CLK |
Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 12 | select HAVE_IDE |
Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 13 | select HAVE_OPROFILE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | help |
| 15 | The SuperH is a RISC processor targeted for use in embedded systems |
| 16 | and consumer electronics; it was also used in the Sega Dreamcast |
| 17 | gaming console. The SuperH port has a home page at |
| 18 | <http://www.linux-sh.org/>. |
| 19 | |
Paul Mundt | 39d28a2 | 2007-11-08 18:39:33 +0900 | [diff] [blame] | 20 | config SUPERH32 |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 21 | def_bool !SUPERH64 |
| 22 | |
| 23 | config SUPERH64 |
| 24 | def_bool y if CPU_SH5 |
Paul Mundt | 39d28a2 | 2007-11-08 18:39:33 +0900 | [diff] [blame] | 25 | |
Paul Mundt | f42b7e3 | 2008-07-29 20:12:51 +0900 | [diff] [blame] | 26 | config ARCH_DEFCONFIG |
| 27 | string |
| 28 | default "arch/sh/configs/shx3_defconfig" if SUPERH32 |
| 29 | default "arch/sh/configs/cayman_defconfig" if SUPERH64 |
| 30 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | config RWSEM_GENERIC_SPINLOCK |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 32 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | |
| 34 | config RWSEM_XCHGADD_ALGORITHM |
| 35 | bool |
| 36 | |
Paul Mundt | fa69151 | 2007-03-08 19:41:21 +0900 | [diff] [blame] | 37 | config GENERIC_BUG |
| 38 | def_bool y |
Paul Mundt | a82d53e | 2007-11-21 18:22:05 +0900 | [diff] [blame] | 39 | depends on BUG && SUPERH32 |
Paul Mundt | fa69151 | 2007-03-08 19:41:21 +0900 | [diff] [blame] | 40 | |
Akinobu Mita | e2268c7 | 2006-03-26 01:39:35 -0800 | [diff] [blame] | 41 | config GENERIC_FIND_NEXT_BIT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 42 | def_bool y |
Akinobu Mita | e2268c7 | 2006-03-26 01:39:35 -0800 | [diff] [blame] | 43 | |
| 44 | config GENERIC_HWEIGHT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 45 | def_bool y |
Akinobu Mita | e2268c7 | 2006-03-26 01:39:35 -0800 | [diff] [blame] | 46 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | config GENERIC_HARDIRQS |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 48 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | |
| 50 | config GENERIC_IRQ_PROBE |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 51 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
| 53 | config GENERIC_CALIBRATE_DELAY |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 54 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 56 | config GENERIC_IOMAP |
| 57 | bool |
| 58 | |
Paul Mundt | 4588214 | 2006-10-04 13:21:45 +0900 | [diff] [blame] | 59 | config GENERIC_TIME |
| 60 | def_bool n |
| 61 | |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 62 | config GENERIC_CLOCKEVENTS |
| 63 | def_bool n |
| 64 | |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 65 | config SYS_SUPPORTS_PM |
| 66 | bool |
| 67 | |
Paul Mundt | 0a9b0db | 2007-01-24 21:56:20 +0900 | [diff] [blame] | 68 | config SYS_SUPPORTS_APM_EMULATION |
| 69 | bool |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 70 | select SYS_SUPPORTS_PM |
| 71 | |
| 72 | config SYS_SUPPORTS_SMP |
| 73 | bool |
| 74 | |
| 75 | config SYS_SUPPORTS_NUMA |
| 76 | bool |
| 77 | |
| 78 | config SYS_SUPPORTS_PCI |
| 79 | bool |
Paul Mundt | 0a9b0db | 2007-01-24 21:56:20 +0900 | [diff] [blame] | 80 | |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 81 | config STACKTRACE_SUPPORT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 82 | def_bool y |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 83 | |
| 84 | config LOCKDEP_SUPPORT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 85 | def_bool y |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 86 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 87 | config ARCH_HAS_ILOG2_U32 |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 88 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 89 | |
| 90 | config ARCH_HAS_ILOG2_U64 |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 91 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 92 | |
Paul Mundt | e257ad0 | 2007-07-25 11:18:00 +0900 | [diff] [blame] | 93 | config ARCH_NO_VIRT_TO_BUS |
| 94 | def_bool y |
| 95 | |
David Howells | b0b933c | 2008-02-08 04:19:27 -0800 | [diff] [blame] | 96 | config ARCH_SUPPORTS_AOUT |
| 97 | def_bool y |
| 98 | |
Magnus Damm | e7cc9a7 | 2008-02-07 20:18:21 +0900 | [diff] [blame] | 99 | config IO_TRAPPED |
| 100 | bool |
| 101 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | source "init/Kconfig" |
| 103 | |
| 104 | menu "System type" |
| 105 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 106 | # |
| 107 | # Processor families |
| 108 | # |
| 109 | config CPU_SH2 |
| 110 | bool |
| 111 | |
| 112 | config CPU_SH2A |
| 113 | bool |
| 114 | select CPU_SH2 |
| 115 | |
| 116 | config CPU_SH3 |
| 117 | bool |
| 118 | select CPU_HAS_INTEVT |
| 119 | select CPU_HAS_SR_RB |
| 120 | |
| 121 | config CPU_SH4 |
| 122 | bool |
| 123 | select CPU_HAS_INTEVT |
| 124 | select CPU_HAS_SR_RB |
| 125 | select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2 |
| 126 | select CPU_HAS_FPU if !CPU_SH4AL_DSP |
| 127 | |
| 128 | config CPU_SH4A |
| 129 | bool |
| 130 | select CPU_SH4 |
| 131 | |
| 132 | config CPU_SH4AL_DSP |
| 133 | bool |
| 134 | select CPU_SH4A |
| 135 | select CPU_HAS_DSP |
| 136 | |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 137 | config CPU_SH5 |
| 138 | bool |
| 139 | select CPU_HAS_FPU |
| 140 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 141 | config CPU_SHX2 |
| 142 | bool |
| 143 | |
| 144 | config CPU_SHX3 |
| 145 | bool |
| 146 | |
| 147 | choice |
| 148 | prompt "Processor sub-type selection" |
| 149 | |
| 150 | # |
| 151 | # Processor subtypes |
| 152 | # |
| 153 | |
| 154 | # SH-2 Processor Support |
| 155 | |
| 156 | config CPU_SUBTYPE_SH7619 |
| 157 | bool "Support SH7619 processor" |
| 158 | select CPU_SH2 |
| 159 | |
| 160 | # SH-2A Processor Support |
| 161 | |
Paul Mundt | 6d01f51 | 2007-11-26 18:17:21 +0900 | [diff] [blame] | 162 | config CPU_SUBTYPE_SH7203 |
| 163 | bool "Support SH7203 processor" |
| 164 | select CPU_SH2A |
Paul Mundt | 74d99a5 | 2007-11-26 20:38:36 +0900 | [diff] [blame] | 165 | select CPU_HAS_FPU |
Paul Mundt | 6d01f51 | 2007-11-26 18:17:21 +0900 | [diff] [blame] | 166 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 167 | config CPU_SUBTYPE_SH7206 |
| 168 | bool "Support SH7206 processor" |
| 169 | select CPU_SH2A |
| 170 | |
Paul Mundt | a8f67f4 | 2007-11-26 19:54:02 +0900 | [diff] [blame] | 171 | config CPU_SUBTYPE_SH7263 |
| 172 | bool "Support SH7263 processor" |
| 173 | select CPU_SH2A |
Paul Mundt | 74d99a5 | 2007-11-26 20:38:36 +0900 | [diff] [blame] | 174 | select CPU_HAS_FPU |
Paul Mundt | a8f67f4 | 2007-11-26 19:54:02 +0900 | [diff] [blame] | 175 | |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 176 | config CPU_SUBTYPE_MXG |
| 177 | bool "Support MX-G processor" |
| 178 | select CPU_SH2A |
| 179 | help |
| 180 | Select MX-G if running on an R8A03022BG part. |
| 181 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 182 | # SH-3 Processor Support |
| 183 | |
| 184 | config CPU_SUBTYPE_SH7705 |
| 185 | bool "Support SH7705 processor" |
| 186 | select CPU_SH3 |
| 187 | |
| 188 | config CPU_SUBTYPE_SH7706 |
| 189 | bool "Support SH7706 processor" |
| 190 | select CPU_SH3 |
| 191 | help |
| 192 | Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU. |
| 193 | |
| 194 | config CPU_SUBTYPE_SH7707 |
| 195 | bool "Support SH7707 processor" |
| 196 | select CPU_SH3 |
| 197 | help |
| 198 | Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU. |
| 199 | |
| 200 | config CPU_SUBTYPE_SH7708 |
| 201 | bool "Support SH7708 processor" |
| 202 | select CPU_SH3 |
| 203 | help |
| 204 | Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or |
| 205 | if you have a 100 Mhz SH-3 HD6417708R CPU. |
| 206 | |
| 207 | config CPU_SUBTYPE_SH7709 |
| 208 | bool "Support SH7709 processor" |
| 209 | select CPU_SH3 |
| 210 | help |
| 211 | Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU. |
| 212 | |
| 213 | config CPU_SUBTYPE_SH7710 |
| 214 | bool "Support SH7710 processor" |
| 215 | select CPU_SH3 |
| 216 | select CPU_HAS_DSP |
| 217 | help |
| 218 | Select SH7710 if you have a SH3-DSP SH7710 CPU. |
| 219 | |
| 220 | config CPU_SUBTYPE_SH7712 |
| 221 | bool "Support SH7712 processor" |
| 222 | select CPU_SH3 |
| 223 | select CPU_HAS_DSP |
| 224 | help |
| 225 | Select SH7712 if you have a SH3-DSP SH7712 CPU. |
| 226 | |
| 227 | config CPU_SUBTYPE_SH7720 |
| 228 | bool "Support SH7720 processor" |
| 229 | select CPU_SH3 |
| 230 | select CPU_HAS_DSP |
| 231 | help |
| 232 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |
| 233 | |
Yoshihiro Shimoda | 31a49c4 | 2007-12-26 11:45:06 +0900 | [diff] [blame] | 234 | config CPU_SUBTYPE_SH7721 |
| 235 | bool "Support SH7721 processor" |
| 236 | select CPU_SH3 |
| 237 | select CPU_HAS_DSP |
| 238 | help |
| 239 | Select SH7721 if you have a SH3-DSP SH7721 CPU. |
| 240 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 241 | # SH-4 Processor Support |
| 242 | |
| 243 | config CPU_SUBTYPE_SH7750 |
| 244 | bool "Support SH7750 processor" |
| 245 | select CPU_SH4 |
| 246 | help |
| 247 | Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU. |
| 248 | |
| 249 | config CPU_SUBTYPE_SH7091 |
| 250 | bool "Support SH7091 processor" |
| 251 | select CPU_SH4 |
| 252 | help |
| 253 | Select SH7091 if you have an SH-4 based Sega device (such as |
| 254 | the Dreamcast, Naomi, and Naomi 2). |
| 255 | |
| 256 | config CPU_SUBTYPE_SH7750R |
| 257 | bool "Support SH7750R processor" |
| 258 | select CPU_SH4 |
| 259 | |
| 260 | config CPU_SUBTYPE_SH7750S |
| 261 | bool "Support SH7750S processor" |
| 262 | select CPU_SH4 |
| 263 | |
| 264 | config CPU_SUBTYPE_SH7751 |
| 265 | bool "Support SH7751 processor" |
| 266 | select CPU_SH4 |
| 267 | help |
| 268 | Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU, |
| 269 | or if you have a HD6417751R CPU. |
| 270 | |
| 271 | config CPU_SUBTYPE_SH7751R |
| 272 | bool "Support SH7751R processor" |
| 273 | select CPU_SH4 |
| 274 | |
| 275 | config CPU_SUBTYPE_SH7760 |
| 276 | bool "Support SH7760 processor" |
| 277 | select CPU_SH4 |
| 278 | |
| 279 | config CPU_SUBTYPE_SH4_202 |
| 280 | bool "Support SH4-202 processor" |
| 281 | select CPU_SH4 |
| 282 | |
| 283 | # SH-4A Processor Support |
| 284 | |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 285 | config CPU_SUBTYPE_SH7723 |
| 286 | bool "Support SH7723 processor" |
| 287 | select CPU_SH4A |
| 288 | select CPU_SHX2 |
| 289 | select ARCH_SPARSEMEM_ENABLE |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 290 | help |
| 291 | Select SH7723 if you have an SH-MobileR2 CPU. |
| 292 | |
Yoshihiro Shimoda | 7d740a0 | 2008-01-07 14:40:07 +0900 | [diff] [blame] | 293 | config CPU_SUBTYPE_SH7763 |
| 294 | bool "Support SH7763 processor" |
| 295 | select CPU_SH4A |
| 296 | help |
| 297 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. |
| 298 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 299 | config CPU_SUBTYPE_SH7770 |
| 300 | bool "Support SH7770 processor" |
| 301 | select CPU_SH4A |
| 302 | |
| 303 | config CPU_SUBTYPE_SH7780 |
| 304 | bool "Support SH7780 processor" |
| 305 | select CPU_SH4A |
| 306 | |
| 307 | config CPU_SUBTYPE_SH7785 |
| 308 | bool "Support SH7785 processor" |
| 309 | select CPU_SH4A |
| 310 | select CPU_SHX2 |
| 311 | select ARCH_SPARSEMEM_ENABLE |
| 312 | select SYS_SUPPORTS_NUMA |
| 313 | |
| 314 | config CPU_SUBTYPE_SHX3 |
| 315 | bool "Support SH-X3 processor" |
| 316 | select CPU_SH4A |
| 317 | select CPU_SHX3 |
| 318 | select ARCH_SPARSEMEM_ENABLE |
| 319 | select SYS_SUPPORTS_NUMA |
| 320 | select SYS_SUPPORTS_SMP |
| 321 | |
| 322 | # SH4AL-DSP Processor Support |
| 323 | |
| 324 | config CPU_SUBTYPE_SH7343 |
| 325 | bool "Support SH7343 processor" |
| 326 | select CPU_SH4AL_DSP |
| 327 | |
| 328 | config CPU_SUBTYPE_SH7722 |
| 329 | bool "Support SH7722 processor" |
| 330 | select CPU_SH4AL_DSP |
| 331 | select CPU_SHX2 |
| 332 | select ARCH_SPARSEMEM_ENABLE |
| 333 | select SYS_SUPPORTS_NUMA |
| 334 | |
Magnus Damm | 9109a30 | 2008-02-08 17:31:24 +0900 | [diff] [blame] | 335 | config CPU_SUBTYPE_SH7366 |
| 336 | bool "Support SH7366 processor" |
| 337 | select CPU_SH4AL_DSP |
| 338 | select CPU_SHX2 |
| 339 | select ARCH_SPARSEMEM_ENABLE |
| 340 | select SYS_SUPPORTS_NUMA |
| 341 | |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 342 | # SH-5 Processor Support |
| 343 | |
| 344 | config CPU_SUBTYPE_SH5_101 |
| 345 | bool "Support SH5-101 processor" |
| 346 | select CPU_SH5 |
| 347 | |
| 348 | config CPU_SUBTYPE_SH5_103 |
| 349 | bool "Support SH5-103 processor" |
Paul Mundt | 8ef97dd | 2008-02-14 15:30:54 +0900 | [diff] [blame] | 350 | select CPU_SH5 |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 351 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 352 | endchoice |
| 353 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 354 | source "arch/sh/mm/Kconfig" |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame^] | 355 | |
Paul Mundt | 4690bdc | 2007-11-09 13:45:42 +0900 | [diff] [blame] | 356 | source "arch/sh/Kconfig.cpu" |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 357 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame^] | 358 | source "arch/sh/boards/Kconfig" |
Paul Mundt | f3d2229 | 2007-05-14 17:29:12 +0900 | [diff] [blame] | 359 | |
Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 360 | menu "Timer and clock configuration" |
| 361 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 362 | config SH_TMU |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 363 | def_bool y |
| 364 | prompt "TMU timer support" |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 365 | depends on CPU_SH3 || CPU_SH4 |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 366 | select GENERIC_TIME |
| 367 | select GENERIC_CLOCKEVENTS |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 368 | help |
| 369 | This enables the use of the TMU as the system timer. |
| 370 | |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 371 | config SH_CMT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 372 | def_bool y |
| 373 | prompt "CMT timer support" |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 374 | depends on CPU_SH2 && !CPU_SUBTYPE_MXG |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 375 | help |
| 376 | This enables the use of the CMT as the system timer. |
| 377 | |
| 378 | config SH_MTU2 |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 379 | def_bool n |
| 380 | prompt "MTU2 timer support" |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 381 | depends on CPU_SH2A |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 382 | help |
| 383 | This enables the use of the MTU2 as the system timer. |
| 384 | |
Paul Mundt | 417528a | 2006-11-20 11:18:30 +0900 | [diff] [blame] | 385 | config SH_TIMER_IRQ |
| 386 | int |
Yoshihiro Shimoda | 7d740a0 | 2008-01-07 14:40:07 +0900 | [diff] [blame] | 387 | default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \ |
| 388 | CPU_SUBTYPE_SH7763 |
Paul Mundt | 417528a | 2006-11-20 11:18:30 +0900 | [diff] [blame] | 389 | default "86" if CPU_SUBTYPE_SH7619 |
| 390 | default "140" if CPU_SUBTYPE_SH7206 |
Paul Mundt | 2b2d4e7 | 2008-03-13 19:51:06 +0900 | [diff] [blame] | 391 | default "142" if CPU_SUBTYPE_SH7203 |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 392 | default "238" if CPU_SUBTYPE_MXG |
Paul Mundt | 417528a | 2006-11-20 11:18:30 +0900 | [diff] [blame] | 393 | default "16" |
| 394 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 395 | config SH_PCLK_FREQ |
| 396 | int "Peripheral clock frequency (in Hz)" |
Magnus Damm | 870e8a2 | 2007-07-25 10:49:21 +0900 | [diff] [blame] | 397 | default "27000000" if CPU_SUBTYPE_SH7343 |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 398 | default "31250000" if CPU_SUBTYPE_SH7619 |
Paul Mundt | 0562748 | 2007-05-15 16:25:47 +0900 | [diff] [blame] | 399 | default "32000000" if CPU_SUBTYPE_SH7722 |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 400 | default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \ |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 401 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ |
Paul Mundt | a8f67f4 | 2007-11-26 19:54:02 +0900 | [diff] [blame] | 402 | CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 403 | CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG |
Paul Mundt | 0562748 | 2007-05-15 16:25:47 +0900 | [diff] [blame] | 404 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 405 | default "66000000" if CPU_SUBTYPE_SH4_202 |
Paul Mundt | 0562748 | 2007-05-15 16:25:47 +0900 | [diff] [blame] | 406 | default "50000000" |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 407 | help |
| 408 | This option is used to specify the peripheral clock frequency. |
| 409 | This is necessary for determining the reference clock value on |
| 410 | platforms lacking an RTC. |
| 411 | |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 412 | config SH_CLK_MD |
| 413 | int "CPU Mode Pin Setting" |
Paul Mundt | 6d01f51 | 2007-11-26 18:17:21 +0900 | [diff] [blame] | 414 | depends on CPU_SH2 |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 415 | default 6 if CPU_SUBTYPE_SH7206 |
| 416 | default 5 if CPU_SUBTYPE_SH7619 |
| 417 | default 0 |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 418 | help |
Yoshinori Sato | 11cbb70 | 2006-12-07 18:07:27 +0900 | [diff] [blame] | 419 | MD2 - MD0 pin setting. |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 420 | |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 421 | source "kernel/time/Kconfig" |
| 422 | |
Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 423 | endmenu |
| 424 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 425 | menu "CPU Frequency scaling" |
| 426 | |
| 427 | source "drivers/cpufreq/Kconfig" |
| 428 | |
| 429 | config SH_CPU_FREQ |
| 430 | tristate "SuperH CPU Frequency driver" |
Paul Mundt | cb5ec75 | 2007-07-20 13:38:19 +0900 | [diff] [blame] | 431 | depends on CPU_FREQ |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 432 | select CPU_FREQ_TABLE |
| 433 | help |
| 434 | This adds the cpufreq driver for SuperH. At present, only |
| 435 | the SH-4 is supported. |
| 436 | |
| 437 | For details, take a look at <file:Documentation/cpu-freq>. |
| 438 | |
| 439 | If unsure, say N. |
| 440 | |
| 441 | endmenu |
| 442 | |
Paul Mundt | 9f5e8ee | 2006-11-24 11:22:57 +0900 | [diff] [blame] | 443 | source "arch/sh/drivers/Kconfig" |
| 444 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 445 | endmenu |
| 446 | |
| 447 | config ISA_DMA_API |
Adrian Bunk | f5f826c | 2008-03-31 01:40:17 +0300 | [diff] [blame] | 448 | bool |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 449 | |
| 450 | menu "Kernel features" |
| 451 | |
Paul Mundt | 91b91d0 | 2006-09-27 18:08:33 +0900 | [diff] [blame] | 452 | source kernel/Kconfig.hz |
| 453 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 454 | config KEXEC |
| 455 | bool "kexec system call (EXPERIMENTAL)" |
Paul Mundt | 640f748 | 2008-04-25 13:04:56 +0900 | [diff] [blame] | 456 | depends on SUPERH32 && EXPERIMENTAL |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 457 | help |
| 458 | kexec is a system call that implements the ability to shutdown your |
| 459 | current kernel, and to start another kernel. It is like a reboot |
Matt LaPlante | 1f1332f | 2006-06-29 01:32:47 -0400 | [diff] [blame] | 460 | but it is independent of the system firmware. And like a reboot |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 461 | you can start any kernel with it, not just Linux. |
| 462 | |
Matt LaPlante | 1f1332f | 2006-06-29 01:32:47 -0400 | [diff] [blame] | 463 | The name comes from the similarity to the exec system call. |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 464 | |
| 465 | It is an ongoing process to be certain the hardware in a machine |
| 466 | is properly shutdown, so do not be surprised if this code does not |
| 467 | initially work for you. It may help to enable device hotplugging |
| 468 | support. As of this writing the exact hardware interface is |
| 469 | strongly in flux, so no good recommendation can be made. |
| 470 | |
Paul Mundt | 4d5ade5 | 2007-04-27 11:25:57 +0900 | [diff] [blame] | 471 | config CRASH_DUMP |
| 472 | bool "kernel crash dumps (EXPERIMENTAL)" |
Paul Mundt | 640f748 | 2008-04-25 13:04:56 +0900 | [diff] [blame] | 473 | depends on SUPERH32 && EXPERIMENTAL |
Paul Mundt | 4d5ade5 | 2007-04-27 11:25:57 +0900 | [diff] [blame] | 474 | help |
| 475 | Generate crash dump after being started by kexec. |
| 476 | This should be normally only set in special crash dump kernels |
| 477 | which are loaded in the main kernel with kexec-tools into |
| 478 | a specially reserved region and then later executed after |
| 479 | a crash by kdump/kexec. The crash dump kernel must be compiled |
| 480 | to a memory address not used by the main kernel using |
| 481 | MEMORY_START. |
| 482 | |
| 483 | For more details see Documentation/kdump/kdump.txt |
| 484 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | config SMP |
| 486 | bool "Symmetric multi-processing support" |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 487 | depends on SYS_SUPPORTS_SMP |
Jens Axboe | 490f5de | 2008-06-10 20:52:59 +0200 | [diff] [blame] | 488 | select USE_GENERIC_SMP_HELPERS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | ---help--- |
| 490 | This enables support for systems with more than one CPU. If you have |
| 491 | a system with only one CPU, like most personal computers, say N. If |
| 492 | you have a system with more than one CPU, say Y. |
| 493 | |
| 494 | If you say N here, the kernel will run on single and multiprocessor |
| 495 | machines, but will use only one CPU of a multiprocessor machine. If |
| 496 | you say Y here, the kernel will run on many, but not all, |
| 497 | singleprocessor machines. On a singleprocessor machine, the kernel |
| 498 | will run faster if you say N here. |
| 499 | |
| 500 | People using multiprocessor machines who say Y here should also say |
| 501 | Y to "Enhanced Real Time Clock Support", below. |
| 502 | |
Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 503 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
| 504 | available at <http://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | |
| 506 | If you don't know what to do here, say N. |
| 507 | |
| 508 | config NR_CPUS |
| 509 | int "Maximum number of CPUs (2-32)" |
| 510 | range 2 32 |
| 511 | depends on SMP |
Paul Mundt | 2b1bd1a | 2007-06-20 18:27:10 +0900 | [diff] [blame] | 512 | default "4" if CPU_SHX3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | default "2" |
| 514 | help |
| 515 | This allows you to specify the maximum number of CPUs which this |
| 516 | kernel will support. The maximum supported value is 32 and the |
| 517 | minimum value which makes sense is 2. |
| 518 | |
| 519 | This is purely to save memory - each supported CPU adds |
| 520 | approximately eight kilobytes to the kernel image. |
| 521 | |
Paul Mundt | 91b91d0 | 2006-09-27 18:08:33 +0900 | [diff] [blame] | 522 | source "kernel/Kconfig.preempt" |
| 523 | |
Paul Mundt | 8366246 | 2007-09-28 16:04:49 +0900 | [diff] [blame] | 524 | config GUSA |
| 525 | def_bool y |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 526 | depends on !SMP && SUPERH32 |
Paul Mundt | 8366246 | 2007-09-28 16:04:49 +0900 | [diff] [blame] | 527 | help |
| 528 | This enables support for gUSA (general UserSpace Atomicity). |
| 529 | This is the default implementation for both UP and non-ll/sc |
| 530 | CPUs, and is used by the libc, amongst others. |
| 531 | |
| 532 | For additional information, design information can be found |
| 533 | in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>. |
| 534 | |
| 535 | This should only be disabled for special cases where alternate |
| 536 | atomicity implementations exist. |
| 537 | |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 538 | config GUSA_RB |
| 539 | bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)" |
| 540 | depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A) |
| 541 | help |
| 542 | Enabling this option will allow the kernel to implement some |
| 543 | atomic operations using a software implemention of load-locked/ |
| 544 | store-conditional (LLSC). On machines which do not have hardware |
| 545 | LLSC, this should be more efficient than the other alternative of |
| 546 | disabling insterrupts around the atomic sequence. |
| 547 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 548 | endmenu |
| 549 | |
| 550 | menu "Boot options" |
| 551 | |
| 552 | config ZERO_PAGE_OFFSET |
| 553 | hex "Zero page offset" |
Adrian Bunk | f5f826c | 2008-03-31 01:40:17 +0300 | [diff] [blame] | 554 | default "0x00004000" if SH_SH03 |
Paul Mundt | 7a847f8 | 2006-12-26 15:29:19 +0900 | [diff] [blame] | 555 | default "0x00010000" if PAGE_SIZE_64KB |
| 556 | default "0x00002000" if PAGE_SIZE_8KB |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 557 | default "0x00001000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | help |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 559 | This sets the default offset of zero page. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 561 | config BOOT_LINK_OFFSET |
| 562 | hex "Link address offset for booting" |
| 563 | default "0x00800000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | help |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 565 | This option allows you to set the link address offset of the zImage. |
| 566 | This can be useful if you are on a board which has a small amount of |
| 567 | memory. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 569 | config UBC_WAKEUP |
| 570 | bool "Wakeup UBC on startup" |
Paul Mundt | 0e3a9aa | 2007-11-06 15:55:36 +0900 | [diff] [blame] | 571 | depends on CPU_SH4 && !CPU_SH4A |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 572 | help |
| 573 | Selecting this option will wakeup the User Break Controller (UBC) on |
| 574 | startup. Although the UBC is left in an awake state when the processor |
| 575 | comes up, some boot loaders misbehave by putting the UBC to sleep in a |
| 576 | power saving state, which causes issues with things like ptrace(). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | |
| 578 | If unsure, say N. |
| 579 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 580 | config CMDLINE_BOOL |
| 581 | bool "Default bootloader kernel arguments" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 583 | config CMDLINE |
| 584 | string "Initial kernel command string" |
| 585 | depends on CMDLINE_BOOL |
| 586 | default "console=ttySC1,115200" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | |
| 588 | endmenu |
| 589 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 590 | menu "Bus options" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | |
| 592 | # Even on SuperH devices which don't have an ISA bus, |
| 593 | # this variable helps the PCMCIA modules handle |
| 594 | # IRQ requesting properly -- Greg Banks. |
| 595 | # |
| 596 | # Though we're generally not interested in it when |
| 597 | # we're not using PCMCIA, so we make it dependent on |
| 598 | # PCMCIA outright. -- PFM. |
| 599 | config ISA |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 600 | def_bool y |
| 601 | depends on PCMCIA && HD6446X_SERIES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 | help |
| 603 | Find out whether you have ISA slots on your motherboard. ISA is the |
| 604 | name of a bus system, i.e. the way the CPU talks to the other stuff |
| 605 | inside your box. Other bus systems are PCI, EISA, MicroChannel |
| 606 | (MCA) or VESA. ISA is an older system, now being displaced by PCI; |
| 607 | newer boards don't support it. If you have ISA, say Y, otherwise N. |
| 608 | |
| 609 | config EISA |
| 610 | bool |
| 611 | ---help--- |
| 612 | The Extended Industry Standard Architecture (EISA) bus was |
| 613 | developed as an open alternative to the IBM MicroChannel bus. |
| 614 | |
| 615 | The EISA bus provided some of the features of the IBM MicroChannel |
| 616 | bus while maintaining backward compatibility with cards made for |
| 617 | the older ISA bus. The EISA bus saw limited use between 1988 and |
| 618 | 1995 when it was made obsolete by the PCI bus. |
| 619 | |
| 620 | Say Y here if you are building a kernel for an EISA-based machine. |
| 621 | |
| 622 | Otherwise, say N. |
| 623 | |
| 624 | config MCA |
| 625 | bool |
| 626 | help |
| 627 | MicroChannel Architecture is found in some IBM PS/2 machines and |
| 628 | laptops. It is a bus system similar to PCI or ISA. See |
| 629 | <file:Documentation/mca.txt> (and especially the web page given |
| 630 | there) before attempting to build an MCA bus kernel. |
| 631 | |
| 632 | config SBUS |
| 633 | bool |
| 634 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 635 | config SUPERHYWAY |
| 636 | tristate "SuperHyway Bus support" |
| 637 | depends on CPU_SUBTYPE_SH4_202 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | |
Adrian McMenamin | 17be2d2 | 2007-09-21 15:55:55 +0900 | [diff] [blame] | 639 | config MAPLE |
| 640 | bool "Maple Bus support" |
| 641 | depends on SH_DREAMCAST |
| 642 | help |
| 643 | The Maple Bus is SEGA's serial communication bus for peripherals |
| 644 | on the Dreamcast. Without this bus support you won't be able to |
| 645 | get your Dreamcast keyboard etc to work, so most users |
| 646 | probably want to say 'Y' here, unless you are only using the |
| 647 | Dreamcast with a serial line terminal or a remote network |
| 648 | connection. |
| 649 | |
Paul Mundt | 824e55f | 2007-06-20 18:01:52 +0900 | [diff] [blame] | 650 | config CF_ENABLER |
| 651 | bool "Compact Flash Enabler support" |
| 652 | depends on SOLUTION_ENGINE || SH_SH03 |
| 653 | ---help--- |
| 654 | Compact Flash is a small, removable mass storage device introduced |
| 655 | in 1994 originally as a PCMCIA device. If you say `Y' here, you |
| 656 | compile in support for Compact Flash devices directly connected to |
| 657 | a SuperH processor. A Compact Flash FAQ is available at |
| 658 | <http://www.compactflash.org/faqs/faq.htm>. |
| 659 | |
| 660 | If your board has "Directly Connected" CompactFlash at area 5 or 6, |
| 661 | you may want to enable this option. Then, you can use CF as |
| 662 | primary IDE drive (only tested for SanDisk). |
| 663 | |
| 664 | If in doubt, select 'N'. |
| 665 | |
| 666 | choice |
| 667 | prompt "Compact Flash Connection Area" |
| 668 | depends on CF_ENABLER |
| 669 | default CF_AREA6 |
| 670 | |
| 671 | config CF_AREA5 |
| 672 | bool "Area5" |
| 673 | help |
| 674 | If your board has "Directly Connected" CompactFlash, You should |
| 675 | select the area where your CF is connected to. |
| 676 | |
| 677 | - "Area5" if CompactFlash is connected to Area 5 (0x14000000) |
| 678 | - "Area6" if it is connected to Area 6 (0x18000000) |
| 679 | |
| 680 | "Area6" will work for most boards. |
| 681 | |
| 682 | config CF_AREA6 |
| 683 | bool "Area6" |
| 684 | |
| 685 | endchoice |
| 686 | |
| 687 | config CF_BASE_ADDR |
| 688 | hex |
| 689 | depends on CF_ENABLER |
| 690 | default "0xb8000000" if CF_AREA6 |
| 691 | default "0xb4000000" if CF_AREA5 |
| 692 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | source "arch/sh/drivers/pci/Kconfig" |
| 694 | |
| 695 | source "drivers/pci/Kconfig" |
| 696 | |
| 697 | source "drivers/pcmcia/Kconfig" |
| 698 | |
| 699 | source "drivers/pci/hotplug/Kconfig" |
| 700 | |
| 701 | endmenu |
| 702 | |
| 703 | menu "Executable file formats" |
| 704 | |
| 705 | source "fs/Kconfig.binfmt" |
| 706 | |
| 707 | endmenu |
| 708 | |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 709 | menu "Power management options (EXPERIMENTAL)" |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 710 | depends on EXPERIMENTAL && SYS_SUPPORTS_PM |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 711 | |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 712 | config ARCH_SUSPEND_POSSIBLE |
| 713 | def_bool y |
| 714 | depends on !SMP |
| 715 | |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 716 | source kernel/power/Kconfig |
| 717 | |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 718 | endmenu |
| 719 | |
Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 720 | source "net/Kconfig" |
| 721 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 722 | source "drivers/Kconfig" |
| 723 | |
| 724 | source "fs/Kconfig" |
| 725 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | source "arch/sh/Kconfig.debug" |
| 727 | |
| 728 | source "security/Kconfig" |
| 729 | |
| 730 | source "crypto/Kconfig" |
| 731 | |
| 732 | source "lib/Kconfig" |