Import 2.3.4pre3
[davej-history.git] / arch / sparc64 / config.in
blob58ac245004853a9c814f5de580d6f8c8386230a2
1 # $Id: config.in,v 1.66 1999/03/29 05:08:42 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
10 endmenu
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
19 endmenu
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 mainmenu_option next_comment
30 comment 'Console drivers'
31 bool 'PROM console' CONFIG_PROM_CONSOLE
32 bool 'Support Frame buffer devices' CONFIG_FB
33 source drivers/video/Config.in
34 endmenu
36 # Global things across all Sun machines.
37 define_bool CONFIG_SBUS y
38 define_bool CONFIG_SBUSCHAR y
39 define_bool CONFIG_SUN_MOUSE y
40 define_bool CONFIG_SERIAL y
41 define_bool CONFIG_SUN_SERIAL y
42 define_bool CONFIG_SERIAL_CONSOLE y
43 define_bool CONFIG_SUN_KEYBOARD y
44 define_bool CONFIG_SUN_CONSOLE y
45 define_bool CONFIG_SUN_AUXIO y
46 define_bool CONFIG_SUN_IO y
47 bool 'PCI support' CONFIG_PCI
48 source drivers/sbus/char/Config.in
49 source drivers/sbus/audio/Config.in
51 tristate 'Openprom tree appears in /proc/openprom (EXPERIMENTAL)' CONFIG_SUN_OPENPROMFS
52 if [ "$CONFIG_PCI" = "y" ]; then
53   bool 'Backward-compatible /proc/pci' CONFIG_PCI_OLD_PROC
55 bool 'Networking support' CONFIG_NET
56 bool 'System V IPC' CONFIG_SYSVIPC
57 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
58 bool 'Sysctl support' CONFIG_SYSCTL
59 bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
60 tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
61 if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
62   tristate 'Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
63   bool 'Kernel support for 32-bit (ie. SunOS) a.out binaries' CONFIG_BINFMT_AOUT32
65 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
66   tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
67   tristate 'Kernel support for JAVA binaries (obsolete)' CONFIG_BINFMT_JAVA
69 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
70   tristate 'Solaris binary emulation' CONFIG_SOLARIS_EMUL
73 if [ "$CONFIG_PCI" = "y" ]; then
74   tristate 'Parallel port support' CONFIG_PARPORT
75   if [ "$CONFIG_PARPORT" != "n" ]; then
76     dep_tristate '  Ultra/AX-style hardware' CONFIG_PARPORT_AX $CONFIG_PARPORT
77     if [ "$CONFIG_PARPORT_AX" = "m" ]; then
78       define_bool CONFIG_PARPORT_LOWLEVEL_MODULE y
79     fi
80     if [ "$CONFIG_PARPORT_AX" != "n" ]; then
81       bool '  Support foreign hardware' CONFIG_PARPORT_OTHER
82     fi
83     dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
84     if [ "$CONFIG_PRINTER" != "n" ]; then
85       bool '    Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
86     fi
87   fi
88   tristate 'SUNW,envctrl support' CONFIG_ENVCTRL
90 endmenu
92 mainmenu_option next_comment
93 comment 'Floppy, IDE, and other block devices'
95 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
97 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
98 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
99   tristate '   Linear (append) mode' CONFIG_MD_LINEAR
100   tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
101   tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
102   tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
105 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
106 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
107   bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
110 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
111 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
113 if [ "$CONFIG_PCI" = "y" ]; then
114         tristate 'Ultra/PCI IDE disk/cdrom/tape/floppy support' CONFIG_BLK_DEV_IDE
115         if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then
116           dep_tristate '   Include IDE/ATA-2 DISK support' CONFIG_BLK_DEV_IDEDISK $CONFIG_BLK_DEV_IDE
117           dep_tristate '   Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD $CONFIG_BLK_DEV_IDE
118           dep_tristate '   Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE
119           dep_tristate '   Include IDE/ATAPI FLOPPY support' CONFIG_BLK_DEV_IDEFLOPPY $CONFIG_BLK_DEV_IDE
120           dep_tristate '   SCSI emulation support' CONFIG_BLK_DEV_IDESCSI $CONFIG_BLK_DEV_IDE
121           define_bool CONFIG_BLK_DEV_IDEPCI y
122           define_bool CONFIG_BLK_DEV_IDEDMA y
123           define_bool CONFIG_IDEDMA_AUTO y
124           define_bool CONFIG_BLK_DEV_NS87415 y
125           define_bool CONFIG_BLK_DEV_CMD646 y
126         fi
129 endmenu
131 if [ "$CONFIG_NET" = "y" ]; then
132         source net/Config.in
135 mainmenu_option next_comment
136 comment 'SCSI support'
138 tristate 'SCSI support' CONFIG_SCSI
140 if [ "$CONFIG_SCSI" != "n" ]; then
141         comment 'SCSI support type (disk, tape, CDrom)'
143         dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
144         dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
145         dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
146         if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
147           bool '  Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
148         fi
149         dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
151         comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
153         bool 'Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
155         bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
157         mainmenu_option next_comment
158         comment 'SCSI low-level drivers'
160         bool 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
161         tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
163         if [ "$CONFIG_PCI" != "n" ]; then
164           dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
165           if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
166             bool '   Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
167             bool '   Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS N
168             if [ "$CONFIG_OVERRIDE_CMDS" != "n" ]; then
169               int  '   Maximum number of commands per LUN' CONFIG_AIC7XXX_CMDS_PER_LUN 8
170             fi
171             bool '   Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE N
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 15
174           fi
175           dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
176           if [ "$CONFIG_SCSI_NCR53C8XX" != "n" ]; then
177             int  '  default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
178             int  '  maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
179             int  '  synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
180             bool '  enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
181             if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
182               bool '  not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
183             fi
184             if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
185               bool '  assume boards are SYMBIOS compatible' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
186             fi
187           fi
188           dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
189         fi
191         endmenu
193 endmenu
195 source drivers/fc4/Config.in
197 if [ "$CONFIG_NET" = "y" ]; then
198         mainmenu_option next_comment
199         comment 'Network device support'
201         bool 'Network device support' CONFIG_NETDEVICES
202         if [ "$CONFIG_NETDEVICES" = "y" ]; then
203                 tristate 'Dummy net driver support' CONFIG_DUMMY
204                 tristate 'PPP (point-to-point) support' CONFIG_PPP
205                 if [ ! "$CONFIG_PPP" = "n" ]; then
206                    comment 'CCP compressors for PPP are only built as modules.'
207                 fi
208                 tristate 'SLIP (serial line) support' CONFIG_SLIP
209                 if [ "$CONFIG_SLIP" != "n" ]; then
210                   bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
211                   bool ' Keepalive and linefill' CONFIG_SLIP_SMART
212                   bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
213                 fi
214                 bool 'Sun LANCE support' CONFIG_SUNLANCE
215                 tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
216                 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
217                   tristate 'Sun BigMAC 10/100baseT support' CONFIG_SUNBMAC
218                 fi
219                 tristate 'Sun QuadEthernet support' CONFIG_SUNQE
220                 tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
221                 if [ "$CONFIG_PCI" = "y" ]; then
222                         tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5
223                         tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
224                 fi
225 #               bool 'FDDI driver support' CONFIG_FDDI
226 #               if [ "$CONFIG_FDDI" = "y" ]; then
227 #               fi
228         fi
229         endmenu
232 # This one must be before the filesystem configs. -DaveM
233 mainmenu_option next_comment
234 comment 'Unix 98 PTY support'
235 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
236 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
237         int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
239 endmenu
241 source fs/Config.in
243 mainmenu_option next_comment
244 comment 'Watchdog'
246 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
247 endmenu
249 mainmenu_option next_comment
250 comment 'Kernel hacking'
252 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
253 #bool 'ECache flush trap support at ta 0x72' CONFIG_EC_FLUSH_TRAP
254 endmenu