Import 2.3.10pre1
[davej-history.git] / arch / sparc64 / config.in
blobeb192c584be452b92de8b600d47a2f8be4652c02
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 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
66 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
67   tristate 'Solaris binary emulation' CONFIG_SOLARIS_EMUL
70 if [ "$CONFIG_PCI" = "y" ]; then
71   source drivers/misc/Config.in
72   dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
73   tristate 'SUNW,envctrl support' CONFIG_ENVCTRL
75 endmenu
77 mainmenu_option next_comment
78 comment 'Floppy, IDE, and other block devices'
80 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
82 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
83 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
84   tristate '   Linear (append) mode' CONFIG_MD_LINEAR
85   tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
86   tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
87   tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
90 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
91 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
92   bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
95 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
96 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
98 if [ "$CONFIG_PCI" = "y" ]; then
99         tristate 'Ultra/PCI IDE disk/cdrom/tape/floppy support' CONFIG_BLK_DEV_IDE
100         if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then
101           dep_tristate '   Include IDE/ATA-2 DISK support' CONFIG_BLK_DEV_IDEDISK $CONFIG_BLK_DEV_IDE
102           dep_tristate '   Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD $CONFIG_BLK_DEV_IDE
103           dep_tristate '   Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE
104           dep_tristate '   Include IDE/ATAPI FLOPPY support' CONFIG_BLK_DEV_IDEFLOPPY $CONFIG_BLK_DEV_IDE
105           dep_tristate '   SCSI emulation support' CONFIG_BLK_DEV_IDESCSI $CONFIG_BLK_DEV_IDE
106           define_bool CONFIG_BLK_DEV_IDEPCI y
107           define_bool CONFIG_BLK_DEV_IDEDMA y
108           define_bool CONFIG_IDEDMA_PCI_AUTO y
109           define_bool CONFIG_BLK_DEV_NS87415 y
110           define_bool CONFIG_BLK_DEV_CMD646 y
111         fi
114 endmenu
116 if [ "$CONFIG_NET" = "y" ]; then
117         source net/Config.in
120 mainmenu_option next_comment
121 comment 'SCSI support'
123 tristate 'SCSI support' CONFIG_SCSI
125 if [ "$CONFIG_SCSI" != "n" ]; then
126         comment 'SCSI support type (disk, tape, CDrom)'
128         dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
129         dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
130         dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
131         if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
132           bool '  Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
133         fi
134         dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
136         comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
138         bool 'Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
140         bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
142         mainmenu_option next_comment
143         comment 'SCSI low-level drivers'
145         bool 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
146         tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
148         if [ "$CONFIG_PCI" != "n" ]; then
149           dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
150           if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
151             bool '   Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
152             bool '   Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS N
153             if [ "$CONFIG_OVERRIDE_CMDS" != "n" ]; then
154               int  '   Maximum number of commands per LUN' CONFIG_AIC7XXX_CMDS_PER_LUN 8
155             fi
156             bool '   Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE N
157             bool '   Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
158             int  '   Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 15
159           fi
160           dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
161           if [ "$CONFIG_SCSI_NCR53C8XX" != "n" ]; then
162             int  '  default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
163             int  '  maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
164             int  '  synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
165             bool '  enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
166             if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
167               bool '  not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
168             fi
169             if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
170               bool '  assume boards are SYMBIOS compatible' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
171             fi
172           fi
173           dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
174         fi
176         endmenu
178 endmenu
180 source drivers/fc4/Config.in
182 if [ "$CONFIG_NET" = "y" ]; then
183         mainmenu_option next_comment
184         comment 'Network device support'
186         bool 'Network device support' CONFIG_NETDEVICES
187         if [ "$CONFIG_NETDEVICES" = "y" ]; then
188                 tristate 'Dummy net driver support' CONFIG_DUMMY
189                 tristate 'PPP (point-to-point) support' CONFIG_PPP
190                 if [ ! "$CONFIG_PPP" = "n" ]; then
191                    comment 'CCP compressors for PPP are only built as modules.'
192                 fi
193                 tristate 'SLIP (serial line) support' CONFIG_SLIP
194                 if [ "$CONFIG_SLIP" != "n" ]; then
195                   bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
196                   bool ' Keepalive and linefill' CONFIG_SLIP_SMART
197                   bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
198                 fi
199                 bool 'Sun LANCE support' CONFIG_SUNLANCE
200                 tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
201                 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
202                   tristate 'Sun BigMAC 10/100baseT support' CONFIG_SUNBMAC
203                 fi
204                 tristate 'Sun QuadEthernet support' CONFIG_SUNQE
205                 tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
206                 if [ "$CONFIG_PCI" = "y" ]; then
207                         tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5
208                         tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
209                 fi
210 #               bool 'FDDI driver support' CONFIG_FDDI
211 #               if [ "$CONFIG_FDDI" = "y" ]; then
212 #               fi
213         fi
214         endmenu
217 # This one must be before the filesystem configs. -DaveM
218 mainmenu_option next_comment
219 comment 'Unix 98 PTY support'
220 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
221 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
222         int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
224 endmenu
226 source fs/Config.in
228 mainmenu_option next_comment
229 comment 'Watchdog'
231 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
232 endmenu
234 mainmenu_option next_comment
235 comment 'Kernel hacking'
237 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
238 #bool 'ECache flush trap support at ta 0x72' CONFIG_EC_FLUSH_TRAP
239 endmenu