Import 2.3.18pre1
[davej-history.git] / arch / sparc64 / config.in
blobcf8af1a7855c68c143ff76740940b02dfe4fbf67
1 # $Id: config.in,v 1.78 1999/09/06 01:17:28 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_BUSMOUSE y
40 define_bool CONFIG_SUN_MOUSE y
41 define_bool CONFIG_SERIAL y
42 define_bool CONFIG_SUN_SERIAL y
43 define_bool CONFIG_SERIAL_CONSOLE y
44 define_bool CONFIG_SUN_KEYBOARD y
45 define_bool CONFIG_SUN_CONSOLE y
46 define_bool CONFIG_SUN_AUXIO y
47 define_bool CONFIG_SUN_IO y
48 bool 'PCI support' CONFIG_PCI
49 source drivers/sbus/char/Config.in
50 source drivers/sbus/audio/Config.in
52 tristate 'Openprom tree appears in /proc/openprom (EXPERIMENTAL)' CONFIG_SUN_OPENPROMFS
53 bool 'Networking support' CONFIG_NET
54 bool 'System V IPC' CONFIG_SYSVIPC
55 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
56 bool 'Sysctl support' CONFIG_SYSCTL
57 bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
58 tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
59 if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
60   tristate 'Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
61   bool 'Kernel support for 32-bit (ie. SunOS) a.out binaries' CONFIG_BINFMT_AOUT32
63 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
64 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
65   tristate 'Solaris binary emulation' CONFIG_SOLARIS_EMUL
67 source drivers/parport/Config.in
68 dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
69 if [ "$CONFIG_PCI" = "y" ]; then
70   tristate 'SUNW,envctrl support' CONFIG_ENVCTRL
72 endmenu
74 mainmenu_option next_comment
75 comment 'Floppy, IDE, and other block devices'
77 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
79 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
80 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
81   tristate '   Linear (append) mode' CONFIG_MD_LINEAR
82   tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
83   tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
84   tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
87 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
88 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
89   bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
92 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
93 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
95 if [ "$CONFIG_PCI" = "y" ]; then
96         tristate 'Ultra/PCI IDE disk/cdrom/tape/floppy support' CONFIG_BLK_DEV_IDE
97         if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then
98           dep_tristate '   Include IDE/ATA-2 DISK support' CONFIG_BLK_DEV_IDEDISK $CONFIG_BLK_DEV_IDE
99           dep_tristate '   Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD $CONFIG_BLK_DEV_IDE
100           dep_tristate '   Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE
101           dep_tristate '   Include IDE/ATAPI FLOPPY support' CONFIG_BLK_DEV_IDEFLOPPY $CONFIG_BLK_DEV_IDE
102           dep_tristate '   SCSI emulation support' CONFIG_BLK_DEV_IDESCSI $CONFIG_BLK_DEV_IDE
103           define_bool CONFIG_BLK_DEV_IDEPCI y
104           define_bool CONFIG_BLK_DEV_IDEDMA y
105           define_bool CONFIG_IDEDMA_AUTO y
106           define_bool IDEDMA_NEW_DRIVE_LISTINGS y
107           define_bool CONFIG_BLK_DEV_NS87415 y
108           define_bool CONFIG_BLK_DEV_CMD646 y
109         fi
112 endmenu
114 if [ "$CONFIG_NET" = "y" ]; then
115         source net/Config.in
118 mainmenu_option next_comment
119 comment 'SCSI support'
121 tristate 'SCSI support' CONFIG_SCSI
123 if [ "$CONFIG_SCSI" != "n" ]; then
124         comment 'SCSI support type (disk, tape, CDrom)'
126         dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
127         dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
128         dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
129         if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
130           bool '  Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
131         fi
132         dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
134         comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
136         bool 'Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
138         bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
140         mainmenu_option next_comment
141         comment 'SCSI low-level drivers'
143         bool 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
144         tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
146         if [ "$CONFIG_PCI" != "n" ]; then
147           dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
148           if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
149             bool '   Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
150             bool '   Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS N
151             if [ "$CONFIG_OVERRIDE_CMDS" != "n" ]; then
152               int  '   Maximum number of commands per LUN' CONFIG_AIC7XXX_CMDS_PER_LUN 8
153             fi
154             bool '   Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE N
155             bool '   Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
156             int  '   Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 15
157           fi
158           dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
159           if [ "$CONFIG_SCSI_NCR53C8XX" != "n" ]; then
160             int  '  default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
161             int  '  maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
162             int  '  synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
163             bool '  enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
164             if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
165               bool '  not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
166             fi
167             if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
168               bool '  assume boards are SYMBIOS compatible' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
169             fi
170           fi
171           dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
172         fi
174         endmenu
176 endmenu
178 source drivers/fc4/Config.in
180 if [ "$CONFIG_NET" = "y" ]; then
181         mainmenu_option next_comment
182         comment 'Network device support'
184         bool 'Network device support' CONFIG_NETDEVICES
185         if [ "$CONFIG_NETDEVICES" = "y" ]; then
186                 tristate 'Dummy net driver support' CONFIG_DUMMY
187                 tristate 'PPP (point-to-point) support' CONFIG_PPP
188                 if [ ! "$CONFIG_PPP" = "n" ]; then
189                    comment 'CCP compressors for PPP are only built as modules.'
190                 fi
191                 tristate 'SLIP (serial line) support' CONFIG_SLIP
192                 if [ "$CONFIG_SLIP" != "n" ]; then
193                   bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
194                   bool ' Keepalive and linefill' CONFIG_SLIP_SMART
195                   bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
196                 fi
197                 bool 'Sun LANCE support' CONFIG_SUNLANCE
198                 tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
199                 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
200                   tristate 'Sun BigMAC 10/100baseT support' CONFIG_SUNBMAC
201                 fi
202                 tristate 'Sun QuadEthernet support' CONFIG_SUNQE
203                 tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
204                 if [ "$CONFIG_PCI" = "y" ]; then
205                         tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5
206                         tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
207                         tristate 'RealTek 8129/8139 (not 8019/8029!) support' CONFIG_RTL8139
208                         tristate 'PCI NE2000 support' CONFIG_NE2K_PCI
209                         tristate 'EtherExpressPro/100 support' CONFIG_EEXPRESS_PRO100
210                         tristate 'Adaptec Starfire support' CONFIG_ADAPTEC_STARFIRE
211                 fi
212 #               bool 'FDDI driver support' CONFIG_FDDI
213 #               if [ "$CONFIG_FDDI" = "y" ]; then
214 #               fi
215         fi
216         endmenu
219 # This one must be before the filesystem configs. -DaveM
220 mainmenu_option next_comment
221 comment 'Unix 98 PTY support'
222 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
223 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
224         int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
226 endmenu
228 mainmenu_option next_comment
229 comment 'Video For Linux'
230 tristate 'Video For Linux' CONFIG_VIDEO_DEV
231 if [ "$CONFIG_VIDEO_DEV" != "n" ]; then
232   if [ "$CONFIG_PCI" != "n" ]; then
233     dep_tristate 'BT848 Video For Linux' CONFIG_VIDEO_BT848 $CONFIG_VIDEO_DEV
234   fi
236 endmenu
238 source fs/Config.in
240 mainmenu_option next_comment
241 comment 'Watchdog'
243 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
244 endmenu
246 mainmenu_option next_comment
247 comment 'Kernel hacking'
249 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
250 #bool 'ECache flush trap support at ta 0x72' CONFIG_EC_FLUSH_TRAP
251 endmenu