1 # $Id: config.in,v 1.116 2000/07/06 01:41:29 davem Exp $
2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
5 mainmenu_name "Linux/UltraSPARC Kernel Configuration"
7 mainmenu_option next_comment
8 comment 'Code maturity level options'
9 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
12 mainmenu_option next_comment
13 comment 'Loadable module support'
14 bool 'Enable loadable module support' CONFIG_MODULES
15 if [ "$CONFIG_MODULES" = "y" ]; then
16 bool ' Set version information on all symbols for modules' CONFIG_MODVERSIONS
17 bool ' Kernel module loader' CONFIG_KMOD
21 mainmenu_option next_comment
22 comment 'General setup'
24 define_bool CONFIG_VT y
25 define_bool CONFIG_VT_CONSOLE y
27 bool 'Symmetric multi-processing support' CONFIG_SMP
29 # Global things across all Sun machines.
30 define_bool CONFIG_ISA n
31 define_bool CONFIG_PCMCIA n
32 define_bool CONFIG_SBUS y
33 define_bool CONFIG_SBUSCHAR y
34 define_bool CONFIG_BUSMOUSE y
35 define_bool CONFIG_SUN_MOUSE y
36 define_bool CONFIG_SERIAL y
37 define_bool CONFIG_SUN_SERIAL y
38 define_bool CONFIG_SERIAL_CONSOLE y
39 define_bool CONFIG_SUN_KEYBOARD y
40 define_bool CONFIG_SUN_CONSOLE y
41 define_bool CONFIG_SUN_AUXIO y
42 define_bool CONFIG_SUN_IO y
43 bool 'PCI support' CONFIG_PCI
44 source drivers/pci/Config.in
46 tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
47 bool 'Networking support' CONFIG_NET
48 bool 'System V IPC' CONFIG_SYSVIPC
49 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
50 bool 'Sysctl support' CONFIG_SYSCTL
51 if [ "$CONFIG_PROC_FS" = "y" ]; then
52 define_bool CONFIG_KCORE_ELF y
54 bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
55 if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
56 tristate ' Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
57 bool ' Kernel support for 32-bit (ie. SunOS) a.out binaries' CONFIG_BINFMT_AOUT32
59 tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
60 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
61 bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
62 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
63 tristate 'Solaris binary emulation (EXPERIMENTAL)' CONFIG_SOLARIS_EMUL
65 source drivers/parport/Config.in
66 dep_tristate ' Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
67 if [ "$CONFIG_PCI" = "y" ]; then
68 tristate 'SUNW, envctrl support' CONFIG_ENVCTRL
72 mainmenu_option next_comment
73 comment 'Console drivers'
74 bool 'PROM console' CONFIG_PROM_CONSOLE
75 bool 'Support Frame buffer devices' CONFIG_FB
76 source drivers/video/Config.in
79 source drivers/sbus/char/Config.in
80 source drivers/sbus/audio/Config.in
81 source drivers/mtd/Config.in
82 mainmenu_option next_comment
83 comment 'Block devices'
85 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
87 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
88 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
89 tristate ' Linear (append) mode' CONFIG_MD_LINEAR
90 tristate ' RAID-0 (striping) mode' CONFIG_MD_STRIPED
91 # tristate ' RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
92 # tristate ' RAID-4/RAID-5 mode' CONFIG_MD_RAID5
95 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
96 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
97 int ' Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
99 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
100 bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
103 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
104 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
108 if [ "$CONFIG_NET" = "y" ]; then
112 mainmenu_option next_comment
113 comment 'ATA/IDE/MFM/RLL support'
115 tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
117 if [ "$CONFIG_IDE" != "n" ]; then
118 source drivers/ide/Config.in
120 define_bool CONFIG_BLK_DEV_IDE_MODES n
121 define_bool CONFIG_BLK_DEV_HD n
125 mainmenu_option next_comment
126 comment 'SCSI support'
128 tristate 'SCSI support' CONFIG_SCSI
130 if [ "$CONFIG_SCSI" != "n" ]; then
131 comment 'SCSI support type (disk, tape, CDrom)'
133 dep_tristate ' SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
135 if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
136 int 'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
139 dep_tristate ' SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
141 if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
142 int 'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
145 dep_tristate ' SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
147 if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
148 bool ' Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
149 int 'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
152 dep_tristate ' SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
154 comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
156 bool ' Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
158 bool ' Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
159 bool ' SCSI logging facility' CONFIG_SCSI_LOGGING
161 mainmenu_option next_comment
162 comment 'SCSI low-level drivers'
164 tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
165 tristate 'PTI Qlogic, ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
167 if [ "$CONFIG_PCI" != "n" ]; then
168 dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
169 if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
170 bool ' Enable tagged command queueing (TCQ) by default' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
171 int ' Maximum number of TCQ commands per device' CONFIG_AIC7XXX_CMDS_PER_DEVICE 8
172 bool ' Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
173 int ' Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 5
175 dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
176 dep_tristate 'SYM53C8XX SCSI support' CONFIG_SCSI_SYM53C8XX $CONFIG_SCSI
177 if [ "$CONFIG_SCSI_NCR53C8XX" != "n" -o "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
178 int 'default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
179 int 'maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
180 int 'synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
181 bool ' enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
182 if [ "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
183 bool ' include support for the NCR PQS/PDS SCSI card' CONFIG_SCSI_NCR53C8XX_PQS_PDS
185 if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
186 bool ' not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
188 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
189 bool ' assume boards are SYMBIOS compatible (EXPERIMENTAL)' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
192 dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
193 dep_tristate 'Qlogic ISP FC SCSI support' CONFIG_SCSI_QLOGIC_FC $CONFIG_SCSI
200 source drivers/fc4/Config.in
202 if [ "$CONFIG_NET" = "y" ]; then
203 mainmenu_option next_comment
204 comment 'Network device support'
206 bool 'Network device support' CONFIG_NETDEVICES
207 if [ "$CONFIG_NETDEVICES" = "y" ]; then
208 tristate ' Dummy net driver support' CONFIG_DUMMY
209 tristate ' Bonding driver support' CONFIG_BONDING
210 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
211 if [ "$CONFIG_NETLINK" = "y" ]; then
212 tristate ' Ethertap network tap (EXPERIMENTAL)' CONFIG_ETHERTAP
215 tristate ' PPP (point-to-point) support' CONFIG_PPP
216 if [ ! "$CONFIG_PPP" = "n" ]; then
217 dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
218 dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
219 dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
220 dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
221 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
222 dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP
225 tristate ' SLIP (serial line) support' CONFIG_SLIP
226 if [ "$CONFIG_SLIP" != "n" ]; then
227 bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
228 bool ' Keepalive and linefill' CONFIG_SLIP_SMART
229 bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
232 mainmenu_option next_comment
233 comment 'Ethernet (10 or 100Mbit)'
235 tristate 'Sun LANCE support' CONFIG_SUNLANCE
236 tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
237 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
238 tristate 'Sun BigMAC 10/100baseT support (EXPERIMENTAL)' CONFIG_SUNBMAC
240 tristate ' Sun QuadEthernet support' CONFIG_SUNQE
241 if [ "$CONFIG_PCI" = "y" ]; then
242 tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5
243 tristate 'DECchip Tulip (dc21x4x) PCI support' CONFIG_TULIP
244 tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
245 tristate 'RealTek RTL-8139 support' CONFIG_8139TOO
246 tristate 'PCI NE2000 support' CONFIG_NE2K_PCI
247 tristate 'VIA Rhine support' CONFIG_VIA_RHINE
248 tristate 'EtherExpressPro/100 support' CONFIG_EEPRO100
249 tristate 'Adaptec Starfire support' CONFIG_ADAPTEC_STARFIRE
253 mainmenu_option next_comment
254 comment 'Ethernet (1000 Mbit)'
256 if [ "$CONFIG_PCI" = "y" ]; then
257 tristate 'Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support' CONFIG_ACENIC
258 if [ "$CONFIG_ACENIC" != "n" ]; then
259 bool ' Omit support for old Tigon I based AceNICs' CONFIG_ACENIC_OMIT_TIGON_I
261 tristate 'SysKonnect SK-98xx support' CONFIG_SK98LIN
263 tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
266 bool 'FDDI driver support' CONFIG_FDDI
267 if [ "$CONFIG_FDDI" = "y" ]; then
268 tristate ' SysKonnect FDDI PCI support' CONFIG_SKFP
271 if [ "$CONFIG_ATM" = "y" ]; then
272 source drivers/atm/Config.in
278 # This one must be before the filesystem configs. -DaveM
279 mainmenu_option next_comment
280 comment 'Unix 98 PTY support'
281 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
282 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
283 int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
287 mainmenu_option next_comment
288 comment 'Video For Linux'
289 tristate 'Video For Linux' CONFIG_VIDEO_DEV
290 if [ "$CONFIG_VIDEO_DEV" != "n" ]; then
291 if [ "$CONFIG_PCI" != "n" ]; then
292 dep_tristate ' BT848 Video For Linux' CONFIG_VIDEO_BT848 $CONFIG_VIDEO_DEV
297 mainmenu_option next_comment
298 comment 'XFree86 DRI support'
299 bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
300 dep_tristate ' Creator/Creator3D' CONFIG_DRM_FFB $CONFIG_DRM
305 mainmenu_option next_comment
308 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
311 mainmenu_option next_comment
312 comment 'Kernel hacking'
314 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
315 #bool 'ECache flush trap support at ta 0x72' CONFIG_EC_FLUSH_TRAP