Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config SUPERH |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 2 | def_bool y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 3 | select EXPERT |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 4 | select CLKDEV_LOOKUP |
Paul Mundt | 86e4dd5 | 2010-05-25 20:06:13 +0900 | [diff] [blame] | 5 | select HAVE_IDE if HAS_IOPORT |
Yinghai Lu | 95f72d1 | 2010-07-12 14:36:09 +1000 | [diff] [blame] | 6 | select HAVE_MEMBLOCK |
Tejun Heo | 534cfbe | 2011-12-08 10:22:08 -0800 | [diff] [blame^] | 7 | select HAVE_MEMBLOCK_NODE_MAP |
Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 8 | select HAVE_OPROFILE |
Dmitry Baryshkov | 9de90ac | 2008-07-18 13:30:31 +0400 | [diff] [blame] | 9 | select HAVE_GENERIC_DMA_COHERENT |
Paul Mundt | d7b01f7 | 2008-12-10 20:17:15 +0900 | [diff] [blame] | 10 | select HAVE_ARCH_TRACEHOOK |
Paul Mundt | f802d96 | 2009-04-09 10:36:54 -0700 | [diff] [blame] | 11 | select HAVE_DMA_API_DEBUG |
Paul Mundt | 73c926b | 2009-10-20 12:55:56 +0900 | [diff] [blame] | 12 | select HAVE_DMA_ATTRS |
Peter Zijlstra | e360adb | 2010-10-14 14:01:34 +0800 | [diff] [blame] | 13 | select HAVE_IRQ_WORK |
Ingo Molnar | cdd6c48 | 2009-09-21 12:02:48 +0200 | [diff] [blame] | 14 | select HAVE_PERF_EVENTS |
Huang Ying | df013ff | 2011-07-13 13:14:22 +0800 | [diff] [blame] | 15 | select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A) |
Paul Mundt | 72f0c13 | 2009-10-27 17:08:55 +0900 | [diff] [blame] | 16 | select PERF_USE_VMALLOC |
Paul Mundt | df8ce25 | 2009-07-12 01:37:30 +0900 | [diff] [blame] | 17 | select HAVE_KERNEL_GZIP |
Paul Mundt | 07e88e1 | 2009-07-11 13:21:19 -0400 | [diff] [blame] | 18 | select HAVE_KERNEL_BZIP2 |
| 19 | select HAVE_KERNEL_LZMA |
Paul Mundt | 50cfa79 | 2011-01-14 15:52:54 +0900 | [diff] [blame] | 20 | select HAVE_KERNEL_XZ |
Paul Mundt | c7b16ef | 2010-01-13 13:29:19 +0900 | [diff] [blame] | 21 | select HAVE_KERNEL_LZO |
Paul Mundt | a74f7e0 | 2009-09-16 14:30:34 +0900 | [diff] [blame] | 22 | select HAVE_SYSCALL_TRACEPOINTS |
Paul Mundt | eaaaeef | 2010-06-14 15:16:53 +0900 | [diff] [blame] | 23 | select HAVE_REGS_AND_STACK_ACCESS_API |
Paul Mundt | 57b8133 | 2010-10-26 15:20:51 +0900 | [diff] [blame] | 24 | select HAVE_GENERIC_HARDIRQS |
| 25 | select HAVE_SPARSE_IRQ |
Paul Mundt | ed17092 | 2011-04-18 11:45:27 +0900 | [diff] [blame] | 26 | select IRQ_FORCED_THREADING |
Paul Mundt | 6eac1af | 2009-05-08 19:48:47 +0900 | [diff] [blame] | 27 | select RTC_LIB |
Paul Mundt | f01789c | 2009-06-17 10:43:13 +0900 | [diff] [blame] | 28 | select GENERIC_ATOMIC64 |
Paul Mundt | 3d44ae4 | 2011-03-17 17:31:51 +0900 | [diff] [blame] | 29 | select GENERIC_IRQ_SHOW |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
| 31 | The SuperH is a RISC processor targeted for use in embedded systems |
| 32 | and consumer electronics; it was also used in the Sega Dreamcast |
| 33 | gaming console. The SuperH port has a home page at |
| 34 | <http://www.linux-sh.org/>. |
| 35 | |
Paul Mundt | 39d28a2 | 2007-11-08 18:39:33 +0900 | [diff] [blame] | 36 | config SUPERH32 |
Paul Mundt | 3cc000b | 2009-04-11 08:39:27 +0900 | [diff] [blame] | 37 | def_bool ARCH = "sh" |
Chris Smith | d39f545 | 2008-09-05 17:15:39 +0900 | [diff] [blame] | 38 | select HAVE_KPROBES |
| 39 | select HAVE_KRETPROBES |
Paul Mundt | 6d63e73 | 2010-01-19 14:00:14 +0900 | [diff] [blame] | 40 | select HAVE_IOREMAP_PROT if MMU && !X2TLB |
Paul Mundt | 694f94f | 2008-10-31 16:20:36 +0900 | [diff] [blame] | 41 | select HAVE_FUNCTION_TRACER |
Matt Fleming | fad57fe | 2008-11-12 20:11:47 +0900 | [diff] [blame] | 42 | select HAVE_FTRACE_MCOUNT_RECORD |
| 43 | select HAVE_DYNAMIC_FTRACE |
Matt Fleming | c1340c0 | 2009-06-28 14:05:44 +0100 | [diff] [blame] | 44 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST |
Paul Mundt | e4b053d | 2009-10-13 16:52:50 +0900 | [diff] [blame] | 45 | select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE |
Matt Fleming | 327933f | 2009-07-11 00:29:03 +0000 | [diff] [blame] | 46 | select HAVE_FUNCTION_GRAPH_TRACER |
Paul Mundt | ab6e570 | 2008-12-11 18:46:46 +0900 | [diff] [blame] | 47 | select HAVE_ARCH_KGDB |
Paul Mundt | 6fbfe8d | 2010-01-06 15:46:53 +0900 | [diff] [blame] | 48 | select HAVE_HW_BREAKPOINT |
Frederic Weisbecker | 0102752 | 2010-04-11 18:55:56 +0200 | [diff] [blame] | 49 | select HAVE_MIXED_BREAKPOINTS_REGS |
Sam Ravnborg | e583d6b | 2010-08-14 12:23:39 +0000 | [diff] [blame] | 50 | select PERF_EVENTS |
Paul Mundt | 8dafc34 | 2009-04-02 11:56:38 +0900 | [diff] [blame] | 51 | select ARCH_HIBERNATION_POSSIBLE if MMU |
Paul Mundt | 57b8133 | 2010-10-26 15:20:51 +0900 | [diff] [blame] | 52 | select SPARSE_IRQ |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 53 | |
| 54 | config SUPERH64 |
Paul Mundt | 3cc000b | 2009-04-11 08:39:27 +0900 | [diff] [blame] | 55 | def_bool ARCH = "sh64" |
Paul Mundt | 39d28a2 | 2007-11-08 18:39:33 +0900 | [diff] [blame] | 56 | |
Paul Mundt | f42b7e3 | 2008-07-29 20:12:51 +0900 | [diff] [blame] | 57 | config ARCH_DEFCONFIG |
| 58 | string |
| 59 | default "arch/sh/configs/shx3_defconfig" if SUPERH32 |
| 60 | default "arch/sh/configs/cayman_defconfig" if SUPERH64 |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | config RWSEM_GENERIC_SPINLOCK |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 63 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | |
| 65 | config RWSEM_XCHGADD_ALGORITHM |
| 66 | bool |
| 67 | |
Paul Mundt | fa69151 | 2007-03-08 19:41:21 +0900 | [diff] [blame] | 68 | config GENERIC_BUG |
| 69 | def_bool y |
Paul Mundt | a82d53e | 2007-11-21 18:22:05 +0900 | [diff] [blame] | 70 | depends on BUG && SUPERH32 |
Paul Mundt | fa69151 | 2007-03-08 19:41:21 +0900 | [diff] [blame] | 71 | |
Paul Mundt | 3767f3f | 2009-06-15 00:00:42 +0900 | [diff] [blame] | 72 | config GENERIC_CSUM |
| 73 | def_bool y |
| 74 | depends on SUPERH64 |
| 75 | |
Akinobu Mita | e2268c7 | 2006-03-26 01:39:35 -0800 | [diff] [blame] | 76 | config GENERIC_HWEIGHT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 77 | def_bool y |
Akinobu Mita | e2268c7 | 2006-03-26 01:39:35 -0800 | [diff] [blame] | 78 | |
Paul Mundt | 2eb2a43 | 2009-06-19 16:00:00 +0900 | [diff] [blame] | 79 | config IRQ_PER_CPU |
| 80 | def_bool y |
| 81 | |
Magnus Damm | 2967dab | 2008-10-08 20:41:43 +0900 | [diff] [blame] | 82 | config GENERIC_GPIO |
| 83 | def_bool n |
| 84 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | config GENERIC_CALIBRATE_DELAY |
Paul Mundt | cf204fa | 2008-09-08 20:47:42 +0900 | [diff] [blame] | 86 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 88 | config GENERIC_IOMAP |
| 89 | bool |
| 90 | |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 91 | config GENERIC_CLOCKEVENTS |
Paul Mundt | 938edae | 2009-05-03 18:12:26 +0900 | [diff] [blame] | 92 | def_bool y |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 93 | |
Paul Mundt | 8c24594 | 2008-08-06 18:37:07 +0900 | [diff] [blame] | 94 | config GENERIC_CLOCKEVENTS_BROADCAST |
| 95 | bool |
| 96 | |
Paul Mundt | 6d134b9 | 2009-05-08 16:36:13 +0900 | [diff] [blame] | 97 | config GENERIC_CMOS_UPDATE |
| 98 | def_bool y |
| 99 | depends on SH_SH03 || SH_DREAMCAST |
| 100 | |
Paul Mundt | bdcab87 | 2008-08-04 14:09:15 +0900 | [diff] [blame] | 101 | config GENERIC_LOCKBREAK |
| 102 | def_bool y |
| 103 | depends on SMP && PREEMPT |
| 104 | |
Magnus Damm | af998a9 | 2008-12-04 22:45:12 +0900 | [diff] [blame] | 105 | config ARCH_SUSPEND_POSSIBLE |
| 106 | def_bool n |
| 107 | |
| 108 | config ARCH_HIBERNATION_POSSIBLE |
| 109 | def_bool n |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 110 | |
Paul Mundt | 0a9b0db | 2007-01-24 21:56:20 +0900 | [diff] [blame] | 111 | config SYS_SUPPORTS_APM_EMULATION |
| 112 | bool |
Magnus Damm | af998a9 | 2008-12-04 22:45:12 +0900 | [diff] [blame] | 113 | select ARCH_SUSPEND_POSSIBLE |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 114 | |
Paul Mundt | ffb4a73 | 2009-10-27 07:22:37 +0900 | [diff] [blame] | 115 | config SYS_SUPPORTS_HUGETLBFS |
| 116 | bool |
| 117 | |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 118 | config SYS_SUPPORTS_SMP |
| 119 | bool |
| 120 | |
| 121 | config SYS_SUPPORTS_NUMA |
| 122 | bool |
| 123 | |
| 124 | config SYS_SUPPORTS_PCI |
| 125 | bool |
Paul Mundt | 0a9b0db | 2007-01-24 21:56:20 +0900 | [diff] [blame] | 126 | |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 127 | config SYS_SUPPORTS_CMT |
| 128 | bool |
| 129 | |
Magnus Damm | d5ed4c2 | 2009-04-30 07:02:49 +0000 | [diff] [blame] | 130 | config SYS_SUPPORTS_MTU2 |
| 131 | bool |
| 132 | |
Magnus Damm | 9570ef2 | 2009-05-01 06:51:00 +0000 | [diff] [blame] | 133 | config SYS_SUPPORTS_TMU |
| 134 | bool |
| 135 | |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 136 | config STACKTRACE_SUPPORT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 137 | def_bool y |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 138 | |
| 139 | config LOCKDEP_SUPPORT |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 140 | def_bool y |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 141 | |
Paul Mundt | 5a89f1a | 2008-09-13 01:44:03 +0900 | [diff] [blame] | 142 | config HAVE_LATENCYTOP_SUPPORT |
| 143 | def_bool y |
Paul Mundt | 5a89f1a | 2008-09-13 01:44:03 +0900 | [diff] [blame] | 144 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 145 | config ARCH_HAS_ILOG2_U32 |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 146 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 147 | |
| 148 | config ARCH_HAS_ILOG2_U64 |
Harvey Harrison | d7ef4fb | 2007-12-11 13:49:35 +0900 | [diff] [blame] | 149 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 150 | |
Paul Mundt | e257ad0 | 2007-07-25 11:18:00 +0900 | [diff] [blame] | 151 | config ARCH_NO_VIRT_TO_BUS |
| 152 | def_bool y |
| 153 | |
Paul Mundt | e869a90 | 2009-04-02 13:08:31 +0900 | [diff] [blame] | 154 | config ARCH_HAS_DEFAULT_IDLE |
| 155 | def_bool y |
| 156 | |
Paul Mundt | 2e046b9 | 2009-06-19 14:40:51 +0900 | [diff] [blame] | 157 | config ARCH_HAS_CPU_IDLE_WAIT |
| 158 | def_bool y |
| 159 | |
Paul Mundt | 86e4dd5 | 2010-05-25 20:06:13 +0900 | [diff] [blame] | 160 | config NO_IOPORT |
Paul Mundt | 37b7a97 | 2010-11-01 09:49:04 -0400 | [diff] [blame] | 161 | def_bool !PCI |
Paul Mundt | 4e2b108 | 2011-05-24 17:33:51 +0900 | [diff] [blame] | 162 | depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN |
Paul Mundt | 86e4dd5 | 2010-05-25 20:06:13 +0900 | [diff] [blame] | 163 | |
Magnus Damm | e7cc9a7 | 2008-02-07 20:18:21 +0900 | [diff] [blame] | 164 | config IO_TRAPPED |
| 165 | bool |
| 166 | |
Paul Mundt | 01be5d6 | 2009-10-27 10:35:02 +0900 | [diff] [blame] | 167 | config DMA_COHERENT |
| 168 | bool |
| 169 | |
| 170 | config DMA_NONCOHERENT |
| 171 | def_bool !DMA_COHERENT |
| 172 | |
FUJITA Tomonori | 5cabbb6 | 2010-03-10 15:23:27 -0800 | [diff] [blame] | 173 | config NEED_DMA_MAP_STATE |
| 174 | def_bool DMA_NONCOHERENT |
| 175 | |
FUJITA Tomonori | 18e9830 | 2010-05-26 14:44:32 -0700 | [diff] [blame] | 176 | config NEED_SG_DMA_LENGTH |
| 177 | def_bool y |
| 178 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | source "init/Kconfig" |
| 180 | |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 181 | source "kernel/Kconfig.freezer" |
| 182 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | menu "System type" |
| 184 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 185 | # |
| 186 | # Processor families |
| 187 | # |
| 188 | config CPU_SH2 |
| 189 | bool |
| 190 | |
| 191 | config CPU_SH2A |
| 192 | bool |
| 193 | select CPU_SH2 |
Paul Mundt | e2fcf74 | 2010-11-04 12:32:24 +0900 | [diff] [blame] | 194 | select UNCACHED_MAPPING |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 195 | |
| 196 | config CPU_SH3 |
| 197 | bool |
| 198 | select CPU_HAS_INTEVT |
| 199 | select CPU_HAS_SR_RB |
Paul Mundt | 4fa48e1 | 2009-05-08 15:28:15 +0900 | [diff] [blame] | 200 | select SYS_SUPPORTS_TMU |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 201 | |
| 202 | config CPU_SH4 |
| 203 | bool |
| 204 | select CPU_HAS_INTEVT |
| 205 | select CPU_HAS_SR_RB |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 206 | select CPU_HAS_FPU if !CPU_SH4AL_DSP |
Paul Mundt | 4fa48e1 | 2009-05-08 15:28:15 +0900 | [diff] [blame] | 207 | select SYS_SUPPORTS_TMU |
Paul Mundt | ffb4a73 | 2009-10-27 07:22:37 +0900 | [diff] [blame] | 208 | select SYS_SUPPORTS_HUGETLBFS if MMU |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 209 | |
| 210 | config CPU_SH4A |
| 211 | bool |
| 212 | select CPU_SH4 |
| 213 | |
| 214 | config CPU_SH4AL_DSP |
| 215 | bool |
| 216 | select CPU_SH4A |
| 217 | select CPU_HAS_DSP |
| 218 | |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 219 | config CPU_SH5 |
| 220 | bool |
| 221 | select CPU_HAS_FPU |
Paul Mundt | add4706 | 2009-05-08 16:12:17 +0900 | [diff] [blame] | 222 | select SYS_SUPPORTS_TMU |
Paul Mundt | ffb4a73 | 2009-10-27 07:22:37 +0900 | [diff] [blame] | 223 | select SYS_SUPPORTS_HUGETLBFS if MMU |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 224 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 225 | config CPU_SHX2 |
| 226 | bool |
| 227 | |
| 228 | config CPU_SHX3 |
| 229 | bool |
Paul Mundt | 01be5d6 | 2009-10-27 10:35:02 +0900 | [diff] [blame] | 230 | select DMA_COHERENT |
Paul Mundt | 4b478ee | 2010-05-11 15:24:04 +0900 | [diff] [blame] | 231 | select SYS_SUPPORTS_SMP |
| 232 | select SYS_SUPPORTS_NUMA |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 233 | |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 234 | config ARCH_SHMOBILE |
| 235 | bool |
Magnus Damm | 7759491 | 2009-03-13 15:23:04 +0000 | [diff] [blame] | 236 | select ARCH_SUSPEND_POSSIBLE |
Magnus Damm | ac2c596 | 2009-08-19 10:31:53 +0000 | [diff] [blame] | 237 | select PM |
| 238 | select PM_RUNTIME |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 239 | |
Matt Fleming | 86c8c04 | 2010-09-10 20:36:23 +0100 | [diff] [blame] | 240 | config CPU_HAS_PMU |
| 241 | depends on CPU_SH4 || CPU_SH4A |
| 242 | default y |
| 243 | bool |
| 244 | |
Paul Mundt | 3cc000b | 2009-04-11 08:39:27 +0900 | [diff] [blame] | 245 | if SUPERH32 |
| 246 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 247 | choice |
| 248 | prompt "Processor sub-type selection" |
| 249 | |
| 250 | # |
| 251 | # Processor subtypes |
| 252 | # |
| 253 | |
| 254 | # SH-2 Processor Support |
| 255 | |
| 256 | config CPU_SUBTYPE_SH7619 |
| 257 | bool "Support SH7619 processor" |
| 258 | select CPU_SH2 |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 259 | select SYS_SUPPORTS_CMT |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 260 | |
| 261 | # SH-2A Processor Support |
| 262 | |
Peter Griffin | 2825999 | 2008-11-28 22:48:20 +0900 | [diff] [blame] | 263 | config CPU_SUBTYPE_SH7201 |
| 264 | bool "Support SH7201 processor" |
| 265 | select CPU_SH2A |
| 266 | select CPU_HAS_FPU |
Magnus Damm | da107c6 | 2009-04-30 07:06:26 +0000 | [diff] [blame] | 267 | select SYS_SUPPORTS_MTU2 |
Peter Griffin | 2825999 | 2008-11-28 22:48:20 +0900 | [diff] [blame] | 268 | |
Paul Mundt | 6d01f51 | 2007-11-26 18:17:21 +0900 | [diff] [blame] | 269 | config CPU_SUBTYPE_SH7203 |
| 270 | bool "Support SH7203 processor" |
| 271 | select CPU_SH2A |
Paul Mundt | 74d99a5 | 2007-11-26 20:38:36 +0900 | [diff] [blame] | 272 | select CPU_HAS_FPU |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 273 | select SYS_SUPPORTS_CMT |
Magnus Damm | da107c6 | 2009-04-30 07:06:26 +0000 | [diff] [blame] | 274 | select SYS_SUPPORTS_MTU2 |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 275 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | 6d01f51 | 2007-11-26 18:17:21 +0900 | [diff] [blame] | 276 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 277 | config CPU_SUBTYPE_SH7206 |
| 278 | bool "Support SH7206 processor" |
| 279 | select CPU_SH2A |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 280 | select SYS_SUPPORTS_CMT |
Magnus Damm | da107c6 | 2009-04-30 07:06:26 +0000 | [diff] [blame] | 281 | select SYS_SUPPORTS_MTU2 |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 282 | |
Paul Mundt | a8f67f4 | 2007-11-26 19:54:02 +0900 | [diff] [blame] | 283 | config CPU_SUBTYPE_SH7263 |
| 284 | bool "Support SH7263 processor" |
| 285 | select CPU_SH2A |
Paul Mundt | 74d99a5 | 2007-11-26 20:38:36 +0900 | [diff] [blame] | 286 | select CPU_HAS_FPU |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 287 | select SYS_SUPPORTS_CMT |
Magnus Damm | da107c6 | 2009-04-30 07:06:26 +0000 | [diff] [blame] | 288 | select SYS_SUPPORTS_MTU2 |
Paul Mundt | a8f67f4 | 2007-11-26 19:54:02 +0900 | [diff] [blame] | 289 | |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 290 | config CPU_SUBTYPE_MXG |
| 291 | bool "Support MX-G processor" |
| 292 | select CPU_SH2A |
Magnus Damm | da107c6 | 2009-04-30 07:06:26 +0000 | [diff] [blame] | 293 | select SYS_SUPPORTS_MTU2 |
Paul Mundt | 2ad6990 | 2008-03-13 12:52:44 +0900 | [diff] [blame] | 294 | help |
| 295 | Select MX-G if running on an R8A03022BG part. |
| 296 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 297 | # SH-3 Processor Support |
| 298 | |
| 299 | config CPU_SUBTYPE_SH7705 |
| 300 | bool "Support SH7705 processor" |
| 301 | select CPU_SH3 |
| 302 | |
| 303 | config CPU_SUBTYPE_SH7706 |
| 304 | bool "Support SH7706 processor" |
| 305 | select CPU_SH3 |
| 306 | help |
| 307 | Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU. |
| 308 | |
| 309 | config CPU_SUBTYPE_SH7707 |
| 310 | bool "Support SH7707 processor" |
| 311 | select CPU_SH3 |
| 312 | help |
| 313 | Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU. |
| 314 | |
| 315 | config CPU_SUBTYPE_SH7708 |
| 316 | bool "Support SH7708 processor" |
| 317 | select CPU_SH3 |
| 318 | help |
| 319 | Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or |
| 320 | if you have a 100 Mhz SH-3 HD6417708R CPU. |
| 321 | |
| 322 | config CPU_SUBTYPE_SH7709 |
| 323 | bool "Support SH7709 processor" |
| 324 | select CPU_SH3 |
| 325 | help |
| 326 | Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU. |
| 327 | |
| 328 | config CPU_SUBTYPE_SH7710 |
| 329 | bool "Support SH7710 processor" |
| 330 | select CPU_SH3 |
| 331 | select CPU_HAS_DSP |
| 332 | help |
| 333 | Select SH7710 if you have a SH3-DSP SH7710 CPU. |
| 334 | |
| 335 | config CPU_SUBTYPE_SH7712 |
| 336 | bool "Support SH7712 processor" |
| 337 | select CPU_SH3 |
| 338 | select CPU_HAS_DSP |
| 339 | help |
| 340 | Select SH7712 if you have a SH3-DSP SH7712 CPU. |
| 341 | |
| 342 | config CPU_SUBTYPE_SH7720 |
| 343 | bool "Support SH7720 processor" |
| 344 | select CPU_SH3 |
| 345 | select CPU_HAS_DSP |
Magnus Damm | 2b23a88 | 2009-05-12 10:21:11 +0000 | [diff] [blame] | 346 | select SYS_SUPPORTS_CMT |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 347 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | e3e9887 | 2010-12-01 15:58:58 +0900 | [diff] [blame] | 348 | select USB_ARCH_HAS_OHCI |
Paul Mundt | 7b61ca5 | 2011-06-30 15:04:38 +0900 | [diff] [blame] | 349 | select USB_OHCI_SH if USB_OHCI_HCD |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 350 | help |
| 351 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |
| 352 | |
Yoshihiro Shimoda | 31a49c4 | 2007-12-26 11:45:06 +0900 | [diff] [blame] | 353 | config CPU_SUBTYPE_SH7721 |
| 354 | bool "Support SH7721 processor" |
| 355 | select CPU_SH3 |
| 356 | select CPU_HAS_DSP |
Magnus Damm | 2b23a88 | 2009-05-12 10:21:11 +0000 | [diff] [blame] | 357 | select SYS_SUPPORTS_CMT |
Paul Mundt | e3e9887 | 2010-12-01 15:58:58 +0900 | [diff] [blame] | 358 | select USB_ARCH_HAS_OHCI |
Paul Mundt | 7b61ca5 | 2011-06-30 15:04:38 +0900 | [diff] [blame] | 359 | select USB_OHCI_SH if USB_OHCI_HCD |
Yoshihiro Shimoda | 31a49c4 | 2007-12-26 11:45:06 +0900 | [diff] [blame] | 360 | help |
| 361 | Select SH7721 if you have a SH3-DSP SH7721 CPU. |
| 362 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 363 | # SH-4 Processor Support |
| 364 | |
| 365 | config CPU_SUBTYPE_SH7750 |
| 366 | bool "Support SH7750 processor" |
| 367 | select CPU_SH4 |
| 368 | help |
| 369 | Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU. |
| 370 | |
| 371 | config CPU_SUBTYPE_SH7091 |
| 372 | bool "Support SH7091 processor" |
| 373 | select CPU_SH4 |
| 374 | help |
| 375 | Select SH7091 if you have an SH-4 based Sega device (such as |
| 376 | the Dreamcast, Naomi, and Naomi 2). |
| 377 | |
| 378 | config CPU_SUBTYPE_SH7750R |
| 379 | bool "Support SH7750R processor" |
| 380 | select CPU_SH4 |
| 381 | |
| 382 | config CPU_SUBTYPE_SH7750S |
| 383 | bool "Support SH7750S processor" |
| 384 | select CPU_SH4 |
| 385 | |
| 386 | config CPU_SUBTYPE_SH7751 |
| 387 | bool "Support SH7751 processor" |
| 388 | select CPU_SH4 |
| 389 | help |
| 390 | Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU, |
| 391 | or if you have a HD6417751R CPU. |
| 392 | |
| 393 | config CPU_SUBTYPE_SH7751R |
| 394 | bool "Support SH7751R processor" |
| 395 | select CPU_SH4 |
| 396 | |
| 397 | config CPU_SUBTYPE_SH7760 |
| 398 | bool "Support SH7760 processor" |
| 399 | select CPU_SH4 |
| 400 | |
| 401 | config CPU_SUBTYPE_SH4_202 |
| 402 | bool "Support SH4-202 processor" |
| 403 | select CPU_SH4 |
| 404 | |
| 405 | # SH-4A Processor Support |
| 406 | |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 407 | config CPU_SUBTYPE_SH7723 |
| 408 | bool "Support SH7723 processor" |
| 409 | select CPU_SH4A |
| 410 | select CPU_SHX2 |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 411 | select ARCH_SHMOBILE |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 412 | select ARCH_SPARSEMEM_ENABLE |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 413 | select SYS_SUPPORTS_CMT |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 414 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 415 | help |
| 416 | Select SH7723 if you have an SH-MobileR2 CPU. |
| 417 | |
Kuninori Morimoto | 0207a2e | 2009-04-16 14:40:56 +0900 | [diff] [blame] | 418 | config CPU_SUBTYPE_SH7724 |
| 419 | bool "Support SH7724 processor" |
| 420 | select CPU_SH4A |
| 421 | select CPU_SHX2 |
Paul Mundt | 59fe700 | 2009-04-16 15:43:42 +0900 | [diff] [blame] | 422 | select ARCH_SHMOBILE |
Kuninori Morimoto | 0207a2e | 2009-04-16 14:40:56 +0900 | [diff] [blame] | 423 | select ARCH_SPARSEMEM_ENABLE |
| 424 | select SYS_SUPPORTS_CMT |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 425 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Kuninori Morimoto | 0207a2e | 2009-04-16 14:40:56 +0900 | [diff] [blame] | 426 | help |
| 427 | Select SH7724 if you have an SH-MobileR2R CPU. |
| 428 | |
Yoshihiro Shimoda | c01f0f1 | 2009-08-21 16:30:28 +0900 | [diff] [blame] | 429 | config CPU_SUBTYPE_SH7757 |
| 430 | bool "Support SH7757 processor" |
| 431 | select CPU_SH4A |
| 432 | select CPU_SHX2 |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 433 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Yoshihiro Shimoda | 0fe4860 | 2011-02-25 07:38:47 +0000 | [diff] [blame] | 434 | select USB_ARCH_HAS_OHCI |
| 435 | select USB_ARCH_HAS_EHCI |
Yoshihiro Shimoda | c01f0f1 | 2009-08-21 16:30:28 +0900 | [diff] [blame] | 436 | help |
| 437 | Select SH7757 if you have a SH4A SH7757 CPU. |
| 438 | |
Yoshihiro Shimoda | 7d740a0 | 2008-01-07 14:40:07 +0900 | [diff] [blame] | 439 | config CPU_SUBTYPE_SH7763 |
| 440 | bool "Support SH7763 processor" |
| 441 | select CPU_SH4A |
Paul Mundt | e3e9887 | 2010-12-01 15:58:58 +0900 | [diff] [blame] | 442 | select USB_ARCH_HAS_OHCI |
Paul Mundt | 7b61ca5 | 2011-06-30 15:04:38 +0900 | [diff] [blame] | 443 | select USB_OHCI_SH if USB_OHCI_HCD |
Yoshihiro Shimoda | 7d740a0 | 2008-01-07 14:40:07 +0900 | [diff] [blame] | 444 | help |
| 445 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. |
| 446 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 447 | config CPU_SUBTYPE_SH7770 |
| 448 | bool "Support SH7770 processor" |
| 449 | select CPU_SH4A |
| 450 | |
| 451 | config CPU_SUBTYPE_SH7780 |
| 452 | bool "Support SH7780 processor" |
| 453 | select CPU_SH4A |
| 454 | |
| 455 | config CPU_SUBTYPE_SH7785 |
| 456 | bool "Support SH7785 processor" |
| 457 | select CPU_SH4A |
| 458 | select CPU_SHX2 |
| 459 | select ARCH_SPARSEMEM_ENABLE |
| 460 | select SYS_SUPPORTS_NUMA |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 461 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 462 | |
Kuninori Morimoto | 55ba99e | 2009-03-03 15:40:25 +0900 | [diff] [blame] | 463 | config CPU_SUBTYPE_SH7786 |
| 464 | bool "Support SH7786 processor" |
| 465 | select CPU_SH4A |
Paul Mundt | 37042fb | 2009-03-03 15:57:02 +0900 | [diff] [blame] | 466 | select CPU_SHX3 |
Paul Mundt | 8263a67 | 2009-03-17 17:49:49 +0900 | [diff] [blame] | 467 | select CPU_HAS_PTEAEX |
Paul Mundt | 2eb2a43 | 2009-06-19 16:00:00 +0900 | [diff] [blame] | 468 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 469 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | e3e9887 | 2010-12-01 15:58:58 +0900 | [diff] [blame] | 470 | select USB_ARCH_HAS_OHCI |
Paul Mundt | 7b61ca5 | 2011-06-30 15:04:38 +0900 | [diff] [blame] | 471 | select USB_OHCI_SH if USB_OHCI_HCD |
Paul Mundt | e3e9887 | 2010-12-01 15:58:58 +0900 | [diff] [blame] | 472 | select USB_ARCH_HAS_EHCI |
Paul Mundt | 7b61ca5 | 2011-06-30 15:04:38 +0900 | [diff] [blame] | 473 | select USB_EHCI_SH if USB_EHCI_HCD |
Kuninori Morimoto | 55ba99e | 2009-03-03 15:40:25 +0900 | [diff] [blame] | 474 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 475 | config CPU_SUBTYPE_SHX3 |
| 476 | bool "Support SH-X3 processor" |
| 477 | select CPU_SH4A |
| 478 | select CPU_SHX3 |
Paul Mundt | 5840263 | 2008-09-05 15:36:39 +0900 | [diff] [blame] | 479 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Paul Mundt | 742759e | 2010-10-02 19:43:40 +0900 | [diff] [blame] | 480 | select ARCH_REQUIRE_GPIOLIB |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 481 | |
| 482 | # SH4AL-DSP Processor Support |
| 483 | |
| 484 | config CPU_SUBTYPE_SH7343 |
| 485 | bool "Support SH7343 processor" |
| 486 | select CPU_SH4AL_DSP |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 487 | select ARCH_SHMOBILE |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 488 | select SYS_SUPPORTS_CMT |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 489 | |
| 490 | config CPU_SUBTYPE_SH7722 |
| 491 | bool "Support SH7722 processor" |
| 492 | select CPU_SH4AL_DSP |
| 493 | select CPU_SHX2 |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 494 | select ARCH_SHMOBILE |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 495 | select ARCH_SPARSEMEM_ENABLE |
| 496 | select SYS_SUPPORTS_NUMA |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 497 | select SYS_SUPPORTS_CMT |
Paul Mundt | f020c92 | 2010-11-01 12:24:48 -0400 | [diff] [blame] | 498 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 499 | |
Magnus Damm | 9109a30 | 2008-02-08 17:31:24 +0900 | [diff] [blame] | 500 | config CPU_SUBTYPE_SH7366 |
| 501 | bool "Support SH7366 processor" |
| 502 | select CPU_SH4AL_DSP |
| 503 | select CPU_SHX2 |
Paul Mundt | dc65a97 | 2009-03-10 16:26:29 +0900 | [diff] [blame] | 504 | select ARCH_SHMOBILE |
Magnus Damm | 9109a30 | 2008-02-08 17:31:24 +0900 | [diff] [blame] | 505 | select ARCH_SPARSEMEM_ENABLE |
| 506 | select SYS_SUPPORTS_NUMA |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 507 | select SYS_SUPPORTS_CMT |
Magnus Damm | 9109a30 | 2008-02-08 17:31:24 +0900 | [diff] [blame] | 508 | |
Paul Mundt | 3cc000b | 2009-04-11 08:39:27 +0900 | [diff] [blame] | 509 | endchoice |
| 510 | |
| 511 | endif |
| 512 | |
| 513 | if SUPERH64 |
| 514 | |
| 515 | choice |
| 516 | prompt "Processor sub-type selection" |
| 517 | |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 518 | # SH-5 Processor Support |
| 519 | |
| 520 | config CPU_SUBTYPE_SH5_101 |
| 521 | bool "Support SH5-101 processor" |
| 522 | select CPU_SH5 |
| 523 | |
| 524 | config CPU_SUBTYPE_SH5_103 |
| 525 | bool "Support SH5-103 processor" |
Paul Mundt | 8ef97dd | 2008-02-14 15:30:54 +0900 | [diff] [blame] | 526 | select CPU_SH5 |
Paul Mundt | ea0e1a9 | 2007-11-21 15:58:01 +0900 | [diff] [blame] | 527 | |
Paul Mundt | b5f42db | 2007-11-08 18:38:14 +0900 | [diff] [blame] | 528 | endchoice |
| 529 | |
Paul Mundt | 3cc000b | 2009-04-11 08:39:27 +0900 | [diff] [blame] | 530 | endif |
| 531 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 532 | source "arch/sh/mm/Kconfig" |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 533 | |
Paul Mundt | 4690bdc | 2007-11-09 13:45:42 +0900 | [diff] [blame] | 534 | source "arch/sh/Kconfig.cpu" |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 535 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 536 | source "arch/sh/boards/Kconfig" |
Paul Mundt | f3d2229 | 2007-05-14 17:29:12 +0900 | [diff] [blame] | 537 | |
Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 538 | menu "Timer and clock configuration" |
| 539 | |
Magnus Damm | 9570ef2 | 2009-05-01 06:51:00 +0000 | [diff] [blame] | 540 | config SH_TIMER_TMU |
| 541 | bool "TMU timer driver" |
Magnus Damm | f19900b | 2009-05-12 10:25:54 +0000 | [diff] [blame] | 542 | depends on SYS_SUPPORTS_TMU |
Magnus Damm | 9570ef2 | 2009-05-01 06:51:00 +0000 | [diff] [blame] | 543 | default y |
Magnus Damm | 9570ef2 | 2009-05-01 06:51:00 +0000 | [diff] [blame] | 544 | help |
| 545 | This enables the build of the TMU timer driver. |
| 546 | |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 547 | config SH_TIMER_CMT |
Magnus Damm | f425752 | 2009-04-30 04:09:26 +0000 | [diff] [blame] | 548 | bool "CMT timer driver" |
| 549 | depends on SYS_SUPPORTS_CMT |
| 550 | default y |
Magnus Damm | f425752 | 2009-04-30 04:09:26 +0000 | [diff] [blame] | 551 | help |
| 552 | This enables build of the CMT timer driver. |
Paul Mundt | f5ad881 | 2009-01-29 18:08:58 +0900 | [diff] [blame] | 553 | |
Magnus Damm | d5ed4c2 | 2009-04-30 07:02:49 +0000 | [diff] [blame] | 554 | config SH_TIMER_MTU2 |
| 555 | bool "MTU2 timer driver" |
Magnus Damm | 3280c88 | 2009-04-30 07:12:09 +0000 | [diff] [blame] | 556 | depends on SYS_SUPPORTS_MTU2 |
Magnus Damm | d5ed4c2 | 2009-04-30 07:02:49 +0000 | [diff] [blame] | 557 | default y |
Magnus Damm | d5ed4c2 | 2009-04-30 07:02:49 +0000 | [diff] [blame] | 558 | help |
| 559 | This enables build of the MTU2 timer driver. |
| 560 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 561 | config SH_PCLK_FREQ |
| 562 | int "Peripheral clock frequency (in Hz)" |
Paul Mundt | 8152a74 | 2009-12-29 11:09:30 +0900 | [diff] [blame] | 563 | depends on SH_CLK_CPG_LEGACY |
Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 564 | default "31250000" if CPU_SUBTYPE_SH7619 |
Paul Mundt | 8152a74 | 2009-12-29 11:09:30 +0900 | [diff] [blame] | 565 | default "33333333" if CPU_SUBTYPE_SH7770 || \ |
| 566 | CPU_SUBTYPE_SH7760 || \ |
| 567 | CPU_SUBTYPE_SH7705 || \ |
| 568 | CPU_SUBTYPE_SH7203 || \ |
| 569 | CPU_SUBTYPE_SH7206 || \ |
| 570 | CPU_SUBTYPE_SH7263 || \ |
Paul Mundt | 43a1839 | 2010-01-19 19:37:14 +0900 | [diff] [blame] | 571 | CPU_SUBTYPE_MXG |
Paul Mundt | 0562748 | 2007-05-15 16:25:47 +0900 | [diff] [blame] | 572 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 573 | default "66000000" if CPU_SUBTYPE_SH4_202 |
Paul Mundt | 0562748 | 2007-05-15 16:25:47 +0900 | [diff] [blame] | 574 | default "50000000" |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 575 | help |
| 576 | This option is used to specify the peripheral clock frequency. |
| 577 | This is necessary for determining the reference clock value on |
| 578 | platforms lacking an RTC. |
| 579 | |
Paul Mundt | 36aa1e3 | 2009-05-22 14:00:34 +0900 | [diff] [blame] | 580 | config SH_CLK_CPG |
| 581 | def_bool y |
| 582 | |
Paul Mundt | 253b088 | 2009-05-13 17:38:11 +0900 | [diff] [blame] | 583 | config SH_CLK_CPG_LEGACY |
Paul Mundt | 36aa1e3 | 2009-05-22 14:00:34 +0900 | [diff] [blame] | 584 | depends on SH_CLK_CPG |
Paul Mundt | 43a1839 | 2010-01-19 19:37:14 +0900 | [diff] [blame] | 585 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
Paul Mundt | 5924ad0 | 2010-10-01 23:49:56 +0900 | [diff] [blame] | 586 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 |
Paul Mundt | 253b088 | 2009-05-13 17:38:11 +0900 | [diff] [blame] | 587 | |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 588 | source "kernel/time/Kconfig" |
| 589 | |
Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 590 | endmenu |
| 591 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 592 | menu "CPU Frequency scaling" |
| 593 | |
| 594 | source "drivers/cpufreq/Kconfig" |
| 595 | |
| 596 | config SH_CPU_FREQ |
| 597 | tristate "SuperH CPU Frequency driver" |
Paul Mundt | cb5ec75 | 2007-07-20 13:38:19 +0900 | [diff] [blame] | 598 | depends on CPU_FREQ |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 599 | select CPU_FREQ_TABLE |
| 600 | help |
Paul Mundt | 8a65505 | 2008-12-17 15:06:54 +0900 | [diff] [blame] | 601 | This adds the cpufreq driver for SuperH. Any CPU that supports |
| 602 | clock rate rounding through the clock framework can use this |
| 603 | driver. While it will make the kernel slightly larger, this is |
| 604 | harmless for CPUs that don't support rate rounding. The driver |
| 605 | will also generate a notice in the boot log before disabling |
| 606 | itself if the CPU in question is not capable of rate rounding. |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 607 | |
| 608 | For details, take a look at <file:Documentation/cpu-freq>. |
| 609 | |
| 610 | If unsure, say N. |
| 611 | |
| 612 | endmenu |
| 613 | |
Paul Mundt | 9f5e8ee | 2006-11-24 11:22:57 +0900 | [diff] [blame] | 614 | source "arch/sh/drivers/Kconfig" |
| 615 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 616 | endmenu |
| 617 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 618 | menu "Kernel features" |
| 619 | |
Paul Mundt | 91b91d0 | 2006-09-27 18:08:33 +0900 | [diff] [blame] | 620 | source kernel/Kconfig.hz |
| 621 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 622 | config KEXEC |
| 623 | bool "kexec system call (EXPERIMENTAL)" |
Nobuhiro Iwamatsu | f36b59d | 2009-03-26 08:32:37 +0000 | [diff] [blame] | 624 | depends on SUPERH32 && EXPERIMENTAL && MMU |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 625 | help |
| 626 | kexec is a system call that implements the ability to shutdown your |
| 627 | current kernel, and to start another kernel. It is like a reboot |
Matt LaPlante | 1f1332f | 2006-06-29 01:32:47 -0400 | [diff] [blame] | 628 | but it is independent of the system firmware. And like a reboot |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 629 | you can start any kernel with it, not just Linux. |
| 630 | |
Matt LaPlante | 1f1332f | 2006-06-29 01:32:47 -0400 | [diff] [blame] | 631 | The name comes from the similarity to the exec system call. |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 632 | |
| 633 | It is an ongoing process to be certain the hardware in a machine |
| 634 | is properly shutdown, so do not be surprised if this code does not |
| 635 | initially work for you. It may help to enable device hotplugging |
| 636 | support. As of this writing the exact hardware interface is |
| 637 | strongly in flux, so no good recommendation can be made. |
| 638 | |
Paul Mundt | 4d5ade5 | 2007-04-27 11:25:57 +0900 | [diff] [blame] | 639 | config CRASH_DUMP |
| 640 | bool "kernel crash dumps (EXPERIMENTAL)" |
Paul Mundt | d523e1a | 2010-05-07 16:39:09 +0900 | [diff] [blame] | 641 | depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP |
Paul Mundt | 4d5ade5 | 2007-04-27 11:25:57 +0900 | [diff] [blame] | 642 | help |
| 643 | Generate crash dump after being started by kexec. |
| 644 | This should be normally only set in special crash dump kernels |
| 645 | which are loaded in the main kernel with kexec-tools into |
| 646 | a specially reserved region and then later executed after |
| 647 | a crash by kdump/kexec. The crash dump kernel must be compiled |
| 648 | to a memory address not used by the main kernel using |
Simon Horman | e66ac3f | 2011-09-15 20:13:00 +0900 | [diff] [blame] | 649 | PHYSICAL_START. |
Paul Mundt | 4d5ade5 | 2007-04-27 11:25:57 +0900 | [diff] [blame] | 650 | |
| 651 | For more details see Documentation/kdump/kdump.txt |
| 652 | |
Magnus Damm | b7cf6dd | 2009-03-18 08:51:29 +0000 | [diff] [blame] | 653 | config KEXEC_JUMP |
| 654 | bool "kexec jump (EXPERIMENTAL)" |
| 655 | depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL |
| 656 | help |
| 657 | Jump between original kernel and kexeced kernel and invoke |
| 658 | code via KEXEC |
| 659 | |
Simon Horman | e66ac3f | 2011-09-15 20:13:00 +0900 | [diff] [blame] | 660 | config PHYSICAL_START |
| 661 | hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP) |
| 662 | default MEMORY_START |
| 663 | ---help--- |
| 664 | This gives the physical address where the kernel is loaded |
| 665 | and is ordinarily the same as MEMORY_START. |
| 666 | |
| 667 | Different values are primarily used in the case of kexec on panic |
| 668 | where the fail safe kernel needs to run at a different address |
| 669 | than the panic-ed kernel. |
| 670 | |
Paul Mundt | c4637d4 | 2008-07-30 15:30:52 +0900 | [diff] [blame] | 671 | config SECCOMP |
| 672 | bool "Enable seccomp to safely compute untrusted bytecode" |
| 673 | depends on PROC_FS |
Paul Mundt | c4637d4 | 2008-07-30 15:30:52 +0900 | [diff] [blame] | 674 | help |
| 675 | This kernel feature is useful for number crunching applications |
| 676 | that may need to compute untrusted bytecode during their |
| 677 | execution. By using pipes or other transports made available to |
| 678 | the process as file descriptors supporting the read/write |
| 679 | syscalls, it's possible to isolate those applications in |
| 680 | their own address space using seccomp. Once seccomp is |
| 681 | enabled via prctl, it cannot be disabled and the task is only |
| 682 | allowed to execute a few safe syscalls defined by each seccomp |
| 683 | mode. |
| 684 | |
| 685 | If unsure, say N. |
| 686 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 687 | config SMP |
| 688 | bool "Symmetric multi-processing support" |
Paul Mundt | 357d594 | 2007-06-11 15:32:07 +0900 | [diff] [blame] | 689 | depends on SYS_SUPPORTS_SMP |
Jens Axboe | 490f5de | 2008-06-10 20:52:59 +0200 | [diff] [blame] | 690 | select USE_GENERIC_SMP_HELPERS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | ---help--- |
| 692 | This enables support for systems with more than one CPU. If you have |
| 693 | a system with only one CPU, like most personal computers, say N. If |
| 694 | you have a system with more than one CPU, say Y. |
| 695 | |
| 696 | If you say N here, the kernel will run on single and multiprocessor |
| 697 | machines, but will use only one CPU of a multiprocessor machine. If |
| 698 | you say Y here, the kernel will run on many, but not all, |
| 699 | singleprocessor machines. On a singleprocessor machine, the kernel |
| 700 | will run faster if you say N here. |
| 701 | |
| 702 | People using multiprocessor machines who say Y here should also say |
| 703 | Y to "Enhanced Real Time Clock Support", below. |
| 704 | |
Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 705 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
| 706 | available at <http://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 707 | |
| 708 | If you don't know what to do here, say N. |
| 709 | |
| 710 | config NR_CPUS |
| 711 | int "Maximum number of CPUs (2-32)" |
| 712 | range 2 32 |
| 713 | depends on SMP |
Paul Mundt | 2eb2a43 | 2009-06-19 16:00:00 +0900 | [diff] [blame] | 714 | default "4" if CPU_SUBTYPE_SHX3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | default "2" |
| 716 | help |
| 717 | This allows you to specify the maximum number of CPUs which this |
| 718 | kernel will support. The maximum supported value is 32 and the |
| 719 | minimum value which makes sense is 2. |
| 720 | |
| 721 | This is purely to save memory - each supported CPU adds |
| 722 | approximately eight kilobytes to the kernel image. |
| 723 | |
Paul Mundt | 763142d | 2010-04-26 19:08:55 +0900 | [diff] [blame] | 724 | config HOTPLUG_CPU |
| 725 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" |
| 726 | depends on SMP && HOTPLUG && EXPERIMENTAL |
| 727 | help |
| 728 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 729 | can be controlled through /sys/devices/system/cpu. |
| 730 | |
Paul Mundt | 91b91d0 | 2006-09-27 18:08:33 +0900 | [diff] [blame] | 731 | source "kernel/Kconfig.preempt" |
| 732 | |
Paul Mundt | 8366246 | 2007-09-28 16:04:49 +0900 | [diff] [blame] | 733 | config GUSA |
| 734 | def_bool y |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 735 | depends on !SMP && SUPERH32 |
Paul Mundt | 8366246 | 2007-09-28 16:04:49 +0900 | [diff] [blame] | 736 | help |
| 737 | This enables support for gUSA (general UserSpace Atomicity). |
| 738 | This is the default implementation for both UP and non-ll/sc |
| 739 | CPUs, and is used by the libc, amongst others. |
| 740 | |
| 741 | For additional information, design information can be found |
| 742 | in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>. |
| 743 | |
| 744 | This should only be disabled for special cases where alternate |
| 745 | atomicity implementations exist. |
| 746 | |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 747 | config GUSA_RB |
| 748 | bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)" |
| 749 | depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A) |
| 750 | help |
| 751 | Enabling this option will allow the kernel to implement some |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 752 | atomic operations using a software implementation of load-locked/ |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 753 | store-conditional (LLSC). On machines which do not have hardware |
| 754 | LLSC, this should be more efficient than the other alternative of |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 755 | disabling interrupts around the atomic sequence. |
Stuart Menefy | 1efe4ce | 2007-11-30 16:12:36 +0900 | [diff] [blame] | 756 | |
Matt Fleming | 86c8c04 | 2010-09-10 20:36:23 +0100 | [diff] [blame] | 757 | config HW_PERF_EVENTS |
| 758 | bool "Enable hardware performance counter support for perf events" |
| 759 | depends on PERF_EVENTS && CPU_HAS_PMU |
| 760 | default y |
| 761 | help |
| 762 | Enable hardware performance counter support for perf events. If |
| 763 | disabled, perf events will use software events only. |
| 764 | |
Paul Mundt | 43b8774 | 2010-04-13 14:43:03 +0900 | [diff] [blame] | 765 | source "drivers/sh/Kconfig" |
| 766 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 767 | endmenu |
| 768 | |
| 769 | menu "Boot options" |
| 770 | |
| 771 | config ZERO_PAGE_OFFSET |
Paul Mundt | b412a49a | 2009-05-10 01:23:25 +0900 | [diff] [blame] | 772 | hex |
| 773 | default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \ |
| 774 | SH_7751_SOLUTION_ENGINE |
| 775 | default "0x00004000" if PAGE_SIZE_16KB || SH_SH03 |
Paul Mundt | 7a847f8 | 2006-12-26 15:29:19 +0900 | [diff] [blame] | 776 | default "0x00002000" if PAGE_SIZE_8KB |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 777 | default "0x00001000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 778 | help |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 779 | This sets the default offset of zero page. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 781 | config BOOT_LINK_OFFSET |
Paul Mundt | b412a49a | 2009-05-10 01:23:25 +0900 | [diff] [blame] | 782 | hex |
| 783 | default "0x00210000" if SH_SHMIN |
Paul Mundt | a2e76c8 | 2009-05-10 00:54:39 +0900 | [diff] [blame] | 784 | default "0x00400000" if SH_CAYMAN |
Paul Mundt | b412a49a | 2009-05-10 01:23:25 +0900 | [diff] [blame] | 785 | default "0x00810000" if SH_7780_SOLUTION_ENGINE |
| 786 | default "0x009e0000" if SH_TITAN |
| 787 | default "0x01800000" if SH_SDK7780 |
| 788 | default "0x02000000" if SH_EDOSK7760 |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 789 | default "0x00800000" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | help |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 791 | This option allows you to set the link address offset of the zImage. |
| 792 | This can be useful if you are on a board which has a small amount of |
| 793 | memory. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 794 | |
Paul Mundt | b412a49a | 2009-05-10 01:23:25 +0900 | [diff] [blame] | 795 | config ENTRY_OFFSET |
| 796 | hex |
| 797 | default "0x00001000" if PAGE_SIZE_4KB |
| 798 | default "0x00002000" if PAGE_SIZE_8KB |
| 799 | default "0x00004000" if PAGE_SIZE_16KB |
| 800 | default "0x00010000" if PAGE_SIZE_64KB |
| 801 | default "0x00000000" |
| 802 | |
Magnus Damm | 4705b2e | 2010-05-18 14:43:15 +0000 | [diff] [blame] | 803 | config ROMIMAGE_MMCIF |
| 804 | bool "Include MMCIF loader in romImage (EXPERIMENTAL)" |
| 805 | depends on CPU_SUBTYPE_SH7724 && EXPERIMENTAL |
| 806 | help |
| 807 | Say Y here to include experimental MMCIF loading code in |
| 808 | romImage. With this enabled it is possible to write the romImage |
| 809 | kernel image to an MMC card and boot the kernel straight from |
| 810 | the reset vector. At reset the processor Mask ROM will load the |
| 811 | first part of the romImage which in turn loads the rest the kernel |
| 812 | image to RAM using the MMCIF hardware block. |
| 813 | |
Pawel Moll | d724a9c | 2009-08-24 16:25:38 +0900 | [diff] [blame] | 814 | choice |
| 815 | prompt "Kernel command line" |
| 816 | optional |
| 817 | default CMDLINE_OVERWRITE |
| 818 | help |
| 819 | Setting this option allows the kernel command line arguments |
| 820 | to be set. |
| 821 | |
| 822 | config CMDLINE_OVERWRITE |
| 823 | bool "Overwrite bootloader kernel arguments" |
| 824 | help |
| 825 | Given string will overwrite any arguments passed in by |
| 826 | a bootloader. |
| 827 | |
| 828 | config CMDLINE_EXTEND |
| 829 | bool "Extend bootloader kernel arguments" |
| 830 | help |
| 831 | Given string will be concatenated with arguments passed in |
| 832 | by a bootloader. |
| 833 | |
| 834 | endchoice |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 836 | config CMDLINE |
Pawel Moll | d724a9c | 2009-08-24 16:25:38 +0900 | [diff] [blame] | 837 | string "Kernel command line arguments string" |
| 838 | depends on CMDLINE_OVERWRITE || CMDLINE_EXTEND |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 839 | default "console=ttySC1,115200" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | |
| 841 | endmenu |
| 842 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 843 | menu "Bus options" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 844 | |
Paul Mundt | cad8244 | 2006-01-16 22:14:19 -0800 | [diff] [blame] | 845 | config SUPERHYWAY |
| 846 | tristate "SuperHyway Bus support" |
| 847 | depends on CPU_SUBTYPE_SH4_202 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 848 | |
Adrian McMenamin | 17be2d2 | 2007-09-21 15:55:55 +0900 | [diff] [blame] | 849 | config MAPLE |
Paul Mundt | e16038a | 2009-01-09 15:12:30 +0900 | [diff] [blame] | 850 | bool "Maple Bus support" |
| 851 | depends on SH_DREAMCAST |
| 852 | help |
| 853 | The Maple Bus is SEGA's serial communication bus for peripherals |
| 854 | on the Dreamcast. Without this bus support you won't be able to |
| 855 | get your Dreamcast keyboard etc to work, so most users |
| 856 | probably want to say 'Y' here, unless you are only using the |
| 857 | Dreamcast with a serial line terminal or a remote network |
| 858 | connection. |
Adrian McMenamin | 17be2d2 | 2007-09-21 15:55:55 +0900 | [diff] [blame] | 859 | |
Paul Mundt | 7693465 | 2009-10-27 10:36:55 +0900 | [diff] [blame] | 860 | config PCI |
| 861 | bool "PCI support" |
| 862 | depends on SYS_SUPPORTS_PCI |
Paul Mundt | 320e68d | 2010-01-29 22:38:13 +0900 | [diff] [blame] | 863 | select PCI_DOMAINS |
Paul Mundt | 7693465 | 2009-10-27 10:36:55 +0900 | [diff] [blame] | 864 | help |
| 865 | Find out whether you have a PCI motherboard. PCI is the name of a |
| 866 | bus system, i.e. the way the CPU talks to the other stuff inside |
| 867 | your box. If you have PCI, say Y, otherwise N. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 868 | |
Paul Mundt | 320e68d | 2010-01-29 22:38:13 +0900 | [diff] [blame] | 869 | config PCI_DOMAINS |
| 870 | bool |
| 871 | |
Paul Mundt | e16038a | 2009-01-09 15:12:30 +0900 | [diff] [blame] | 872 | source "drivers/pci/pcie/Kconfig" |
| 873 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 874 | source "drivers/pci/Kconfig" |
| 875 | |
| 876 | source "drivers/pcmcia/Kconfig" |
| 877 | |
| 878 | source "drivers/pci/hotplug/Kconfig" |
| 879 | |
| 880 | endmenu |
| 881 | |
| 882 | menu "Executable file formats" |
| 883 | |
| 884 | source "fs/Kconfig.binfmt" |
| 885 | |
| 886 | endmenu |
| 887 | |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 888 | menu "Power management options (EXPERIMENTAL)" |
Magnus Damm | af998a9 | 2008-12-04 22:45:12 +0900 | [diff] [blame] | 889 | depends on EXPERIMENTAL |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 890 | |
Magnus Damm | c6f17cb | 2008-12-04 22:45:20 +0900 | [diff] [blame] | 891 | source "kernel/power/Kconfig" |
| 892 | |
| 893 | source "drivers/cpuidle/Kconfig" |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 894 | |
Andriy Skulysh | 3aa770e | 2006-09-27 16:20:22 +0900 | [diff] [blame] | 895 | endmenu |
| 896 | |
Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 897 | source "net/Kconfig" |
| 898 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 899 | source "drivers/Kconfig" |
| 900 | |
| 901 | source "fs/Kconfig" |
| 902 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 903 | source "arch/sh/Kconfig.debug" |
| 904 | |
| 905 | source "security/Kconfig" |
| 906 | |
| 907 | source "crypto/Kconfig" |
| 908 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | source "lib/Kconfig" |