OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [sh64/] [config.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# For a description of the syntax of this configuration file,
3
# see Documentation/kbuild/config-language.txt.
4
#
5
mainmenu_name "Linux/SH64 Kernel Configuration"
6
 
7
define_bool CONFIG_SUPERH y
8
 
9
define_bool CONFIG_UID16 y
10
define_bool CONFIG_RWSEM_GENERIC_SPINLOCK y
11
define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM n
12
 
13
mainmenu_option next_comment
14
comment 'Code maturity level options'
15
bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
16
endmenu
17
 
18
mainmenu_option next_comment
19
comment 'Loadable module support'
20
bool 'Enable loadable module support' CONFIG_MODULES
21
if [ "$CONFIG_MODULES" = "y" ]; then
22
   bool '  Set version information on all module symbols' CONFIG_MODVERSIONS
23
   bool '  Kernel module loader' CONFIG_KMOD
24
fi
25
endmenu
26
 
27
mainmenu_option next_comment
28
comment 'System type'
29
choice 'SuperH system type'                                     \
30
        "Generic                CONFIG_SH_GENERIC               \
31
         Simulator              CONFIG_SH_SIMULATOR             \
32
         Cayman                 CONFIG_SH_CAYMAN                \
33
         ST50-Harp              CONFIG_SH_HARP" Simulator
34
endmenu
35
 
36
mainmenu_option next_comment
37
comment 'Processor type and features'
38
comment 'Processor options'
39
choice 'Processor family'                                       \
40
        "SH-5                   CONFIG_CPU_SH5" SH-5
41
 
42
if [ "$CONFIG_CPU_SH5" = "y" ]; then
43
   choice 'Processor type' \
44
        "SH5-101                CONFIG_CPU_SUBTYPE_SH5_101      \
45
         SH5-103                CONFIG_CPU_SUBTYPE_SH5_103" SH5-101
46
fi
47
 
48
choice 'Endianness' \
49
       "Little-Endian           CONFIG_LITTLE_ENDIAN            \
50
        Big-Endian              CONFIG_BIG_ENDIAN" Little-Endian
51
 
52
bool 'Flush floating point denorms to zero' CONFIG_SH64_FPU_DENORM_FLUSH
53
choice 'Page table levels' \
54
        "2                      CONFIG_SH64_PGTABLE_2_LEVEL \
55
         3                      CONFIG_SH64_PGTABLE_3_LEVEL" 2
56
 
57
bool 'Fixup misaligned loads/stores occurring in user mode' CONFIG_SH64_USER_MISALIGNED_FIXUP
58
 
59
# Use 32-bit addressing for now.
60
# EMI based.
61
# P2 (UNCACHED) required to use identity mapping
62
# P1 (CACHED) assumes non-identity.
63
 
64
#
65
# Memory options
66
#
67
comment 'Memory options'
68
 
69
int 'Memory size (in MB)' CONFIG_MEMORY_SIZE_IN_MB 64
70
hex 'Cached Area Offset' CONFIG_CACHED_MEMORY_OFFSET 20000000
71
hex 'Uncached Area Offset' CONFIG_UNCACHED_MEMORY_OFFSET 00000000
72
hex 'Physical memory start address' CONFIG_MEMORY_START 80000000
73
 
74
#
75
# Cache options
76
#
77
comment 'Cache options'
78
bool 'DCache Disabling' CONFIG_DCACHE_DISABLED
79
 
80
if [ "$CONFIG_SH_SIMULATOR" != "y" -a \
81
     "$CONFIG_DCACHE_DISABLED" != "y" ]; then
82
     choice 'DCache mode'                                 \
83
         "Write-back             CONFIG_DCACHE_WRITE_BACK \
84
          Write-through          CONFIG_DCACHE_WRITE_THROUGH" Write-back
85
fi
86
 
87
bool 'ICache Disabling' CONFIG_ICACHE_DISABLED
88
 
89
 
90
#
91
# CPU Subtype specific options (errata and such)
92
#
93
comment 'CPU Subtype specific options'
94
if [ "$CONFIG_CPU_SUBTYPE_SH5_101" = "y" ]; then
95
  bool "Include workaround for SH5-101 cut2 silicon defect ID2815" CONFIG_SH64_ID2815_WORKAROUND
96
fi
97
 
98
endmenu
99
 
100
mainmenu_option next_comment
101
comment 'General setup'
102
 
103
define_bool CONFIG_ISA n
104
define_bool CONFIG_SBUS n
105
 
106
bool 'Networking support' CONFIG_NET
107
 
108
bool 'PCI support' CONFIG_PCI
109
if [ "$CONFIG_SH_SIMULATOR" = "y" ]; then
110
  define_bool CONFIG_PCI n
111
  define_bool CONFIG_NET n
112
fi
113
 
114
if [ "$CONFIG_SH_HARP" = "y" ]; then
115
  define_bool CONFIG_PCI n
116
  define_bool CONFIG_NET y
117
  define_bool CONFIG_NET_PCI y
118
fi
119
 
120
if [ "$CONFIG_PCI" = "y" ]; then
121
   choice '  PCI access mode' \
122
        "BIOS           CONFIG_PCI_GOBIOS       \
123
         Direct         CONFIG_PCI_GODIRECT     \
124
         Any            CONFIG_PCI_GOANY"       Any
125
   if [ "$CONFIG_PCI_GOBIOS" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
126
      define_bool CONFIG_PCI_BIOS y
127
   fi
128
   if [ "$CONFIG_PCI_GODIRECT" = "y" -o "$CONFIG_PCI_GOANY" = "y" ]; then
129
      define_bool CONFIG_PCI_DIRECT y
130
   fi
131
fi
132
 
133
source drivers/pci/Config.in
134
 
135
# bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
136
#
137
define_bool CONFIG_HOTPLUG n
138
 
139
if [ "$CONFIG_HOTPLUG" = "y" ] ; then
140
   source drivers/pcmcia/Config.in
141
else
142
   define_bool CONFIG_PCMCIA n
143
fi
144
 
145
bool 'System V IPC' CONFIG_SYSVIPC
146
bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
147
# bool 'Sysctl support' CONFIG_SYSCTL
148
define_bool CONFIG_SYSCTL y
149
 
150
if [ "$CONFIG_PROC_FS" = "y" ]; then
151
   choice 'Kernel core (/proc/kcore) format' \
152
        "ELF            CONFIG_KCORE_ELF        \
153
         A.OUT          CONFIG_KCORE_AOUT" ELF
154
fi
155
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
156
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
157
 
158
bool 'Select task to kill on out of memory condition' CONFIG_OOM_KILLER
159
 
160
# source drivers/parport/Config.in
161
 
162
endmenu
163
 
164
# source drivers/mtd/Config.in
165
 
166
source drivers/block/Config.in
167
 
168
if [ "$CONFIG_NET" = "y" ]; then
169
   source net/Config.in
170
fi
171
 
172
mainmenu_option next_comment
173
comment 'ATA/IDE/MFM/RLL support'
174
 
175
tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
176
 
177
if [ "$CONFIG_IDE" != "n" ]; then
178
  source drivers/ide/Config.in
179
else
180
   define_bool CONFIG_BLK_DEV_HD n
181
fi
182
endmenu
183
 
184
mainmenu_option next_comment
185
comment 'SCSI support'
186
 
187
 tristate 'SCSI support' CONFIG_SCSI
188
##define_bool CONFIG_SCSI n
189
 
190
if [ "$CONFIG_SCSI" != "n" ]; then
191
   source drivers/scsi/Config.in
192
fi
193
endmenu
194
 
195
# source drivers/ieee1394/Config.in
196
 
197
if [ "$CONFIG_NET" = "y" ]; then
198
   mainmenu_option next_comment
199
   comment 'Network device support'
200
 
201
   bool 'Network device support' CONFIG_NETDEVICES
202
   if [ "$CONFIG_NETDEVICES" = "y" ]; then
203
      source drivers/net/Config.in
204
      if [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; then
205
         source drivers/atm/Config.in
206
      fi
207
   fi
208
   endmenu
209
fi
210
 
211
#
212
# input before char - char/joystick depends on it. As does USB.
213
#
214
source drivers/input/Config.in
215
 
216
mainmenu_option next_comment
217
comment 'Character devices'
218
 
219
bool 'Virtual terminal' CONFIG_VT
220
 
221
if [ "$CONFIG_VT" = "y" ]; then
222
   bool '  Support for console on virtual terminal' CONFIG_VT_CONSOLE
223
fi
224
 
225
 
226
# insert for SCIF serial console support
227
tristate 'Serial (SCI, SCIF) support' CONFIG_SH_SCI
228
tristate 'Serial (8250, 16450, 16550 or compatible) support' CONFIG_SERIAL
229
 
230
if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SH_SCI" = "y" ]; then
231
   bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLE
232
fi
233
 
234
 
235
comment 'Unix 98 PTY support'
236
bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
237
if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
238
   int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
239
fi
240
if [ "$CONFIG_PARPORT" != "n" ]; then
241
   dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
242
   if [ "$CONFIG_PRINTER" != "n" ]; then
243
      bool '  Support for console on line printer' CONFIG_LP_CONSOLE
244
   fi
245
   dep_tristate 'Support for user-space parallel port device drivers' CONFIG_PPDEV $CONFIG_PARPORT
246
fi
247
 
248
bool 'Heartbeat LED' CONFIG_HEARTBEAT
249
dep_bool 'Support for HDSP-253 LED' CONFIG_HDSP253_LED $CONFIG_SH_CAYMAN
250
tristate 'DMA controller (DMAC) support' CONFIG_SH_DMA
251
bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
252
 
253
mainmenu_option next_comment
254
comment 'Watchdog Cards'
255
bool 'Watchdog Timer Support' CONFIG_WATCHDOG
256
if [ "$CONFIG_WATCHDOG" != "n" ]; then
257
   bool '  Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
258
   dep_tristate '  SuperH Watchdog' CONFIG_SH_WDT $CONFIG_SUPERH
259
fi
260
endmenu
261
 
262
endmenu
263
 
264
if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then
265
   source drivers/char/pcmcia/Config.in
266
fi
267
 
268
source fs/Config.in
269
 
270
source drivers/media/Config.in
271
 
272
 
273
if [ "$CONFIG_VT" = "y" ]; then
274
   mainmenu_option next_comment
275
   comment 'Console drivers'
276
   bool 'VGA text console' CONFIG_VGA_CONSOLE
277
   bool 'Video mode selection support' CONFIG_VIDEO_SELECT
278
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
279
      tristate 'MDA text console (dual-headed) (EXPERIMENTAL)' CONFIG_MDA_CONSOLE
280
      source drivers/video/Config.in
281
   fi
282
   endmenu
283
fi
284
 
285
 
286
mainmenu_option next_comment
287
comment 'Sound'
288
 
289
tristate 'Sound card support' CONFIG_SOUND
290
# define_bool CONFIG_SOUND n
291
 
292
if [ "$CONFIG_SOUND" != "n" ]; then
293
   source drivers/sound/Config.in
294
fi
295
endmenu
296
 
297
source drivers/usb/Config.in
298
 
299
mainmenu_option next_comment
300
comment 'Kernel hacking'
301
 
302
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
303
bool 'GDB Stub kernel debug' CONFIG_DEBUG_KERNEL_WITH_GDB_STUB
304
bool "Debug: audit page tables on return from syscall/exception/interrupt" CONFIG_SH64_PAGE_TABLE_AUDIT
305
dep_bool "Debug: report TLB fill/purge activity through /proc/tlb" CONFIG_SH64_PROC_TLB $CONFIG_PROC_FS
306
dep_bool "Debug: report ASIDS through /proc/asids" CONFIG_SH64_PROC_ASIDS $CONFIG_PROC_FS
307
 
308
int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
309
 
310
endmenu
311
 
312
source lib/Config.in
313
source crypto/Config.in
314
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.