Import 2.3.99pre2-1
[davej-history.git] / arch / sparc64 / config.in
blobfefd4e71a453c2aec119a8d0fe626af8ae9b6a32
1 # $Id: config.in,v 1.102 2000/03/14 07:31:35 jj 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 'General setup'
15 define_bool CONFIG_VT y
16 define_bool CONFIG_VT_CONSOLE y
18 bool 'Symmetric multi-processing support' CONFIG_SMP
20 # Global things across all Sun machines.
21 define_bool CONFIG_SBUS y
22 define_bool CONFIG_SBUSCHAR y
23 define_bool CONFIG_BUSMOUSE y
24 define_bool CONFIG_SUN_MOUSE y
25 define_bool CONFIG_SERIAL y
26 define_bool CONFIG_SUN_SERIAL y
27 define_bool CONFIG_SERIAL_CONSOLE y
28 define_bool CONFIG_SUN_KEYBOARD y
29 define_bool CONFIG_SUN_CONSOLE y
30 define_bool CONFIG_SUN_AUXIO y
31 define_bool CONFIG_SUN_IO y
32 bool 'PCI support' CONFIG_PCI
33 source drivers/pci/Config.in
35 tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
36 bool 'Networking support' CONFIG_NET
37 bool 'System V IPC' CONFIG_SYSVIPC
38 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
39 bool 'Sysctl support' CONFIG_SYSCTL
40 if [ "$CONFIG_PROC_FS" = "y" ]; then
41    define_bool CONFIG_KCORE_ELF y
43 bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
44 if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
45    tristate '  Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
46    bool '  Kernel support for 32-bit (ie. SunOS) a.out binaries' CONFIG_BINFMT_AOUT32
48 tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
49 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
50 bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
51 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
52    tristate 'Solaris binary emulation (EXPERIMENTAL)' CONFIG_SOLARIS_EMUL
54 source drivers/parport/Config.in
55 dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
56 if [ "$CONFIG_PCI" = "y" ]; then
57    tristate 'SUNW, envctrl support' CONFIG_ENVCTRL
59 endmenu
61 mainmenu_option next_comment
62 comment 'Loadable module support'
63 bool 'Enable loadable module support' CONFIG_MODULES
64 if [ "$CONFIG_MODULES" = "y" ]; then
65    bool '  Set version information on all symbols for modules' CONFIG_MODVERSIONS
66    bool '  Kernel module loader' CONFIG_KMOD
68 endmenu
70 mainmenu_option next_comment
71 comment 'Console drivers'
72 bool 'PROM console' CONFIG_PROM_CONSOLE
73 bool 'Support Frame buffer devices' CONFIG_FB
74 source drivers/video/Config.in
75 endmenu
77 source drivers/sbus/char/Config.in
78 source drivers/sbus/audio/Config.in
80 mainmenu_option next_comment
81 comment 'Block devices'
83 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
85 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
86 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
87    tristate '  Linear (append) mode' CONFIG_MD_LINEAR
88    tristate '  RAID-0 (striping) mode' CONFIG_MD_STRIPED
89    tristate '  RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
90    tristate '  RAID-4/RAID-5 mode' CONFIG_MD_RAID5
93 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
94 if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
95    bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
98 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
99 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
101 endmenu
103 if [ "$CONFIG_NET" = "y" ]; then
104    source net/Config.in
107 mainmenu_option next_comment
108 comment 'ATA/IDE/MFM/RLL support'
110 tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
112 if [ "$CONFIG_IDE" != "n" ]; then
113   source drivers/ide/Config.in
114 else
115   define_bool CONFIG_BLK_DEV_IDE_MODES n
116   define_bool CONFIG_BLK_DEV_HD n
118 endmenu
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
130    if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
131       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
132    fi
134    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
136    if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
137       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
138    fi
140    dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
142    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
143       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
144       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
145    fi
147    dep_tristate '  SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
149    comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
151    bool '  Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
153    bool '  Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
154    bool '  SCSI logging facility' CONFIG_SCSI_LOGGING
156    mainmenu_option next_comment
157    comment 'SCSI low-level drivers'
159    tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
160    tristate 'PTI Qlogic, ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
162    if [ "$CONFIG_PCI" != "n" ]; then
163       dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
164       if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
165          bool '  Enable tagged command queueing (TCQ) by default' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
166          int  '  Maximum number of TCQ commands per device' CONFIG_AIC7XXX_CMDS_PER_DEVICE 8
167          bool '  Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
168          int  '  Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 5
169       fi
170       dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
171       dep_tristate 'SYM53C8XX SCSI support' CONFIG_SCSI_SYM53C8XX $CONFIG_SCSI
172       if [ "$CONFIG_SCSI_NCR53C8XX" != "n" -o "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
173          int 'default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
174          int 'maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
175          int 'synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
176          bool '  enable profiling' CONFIG_SCSI_NCR53C8XX_PROFILE
177          if [ "$CONFIG_SCSI_SYM53C8XX" != "n" ]; then
178             bool '  include support for the NCR PQS/PDS SCSI card' CONFIG_SCSI_NCR53C8XX_PQS_PDS
179          fi
180          if [ "$CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS" = "0" ]; then
181             bool '  not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
182          fi
183          if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
184             bool '  assume boards are SYMBIOS compatible (EXPERIMENTAL)' CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT
185          fi
186       fi
187       dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
188    fi
190    endmenu
192 endmenu
194 source drivers/fc4/Config.in
196 if [ "$CONFIG_NET" = "y" ]; then
197    mainmenu_option next_comment
198    comment 'Network device support'
200    bool 'Network device support' CONFIG_NETDEVICES
201    if [ "$CONFIG_NETDEVICES" = "y" ]; then
202       tristate '  Dummy net driver support' CONFIG_DUMMY
203       tristate '  Bonding driver support' CONFIG_BONDING
204       tristate '  PPP (point-to-point) support' CONFIG_PPP
205       if [ ! "$CONFIG_PPP" = "n" ]; then
206          dep_tristate '  PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
207          dep_tristate '  PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
208          dep_tristate '  PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
209          dep_tristate '  PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
210       fi
211       tristate '  SLIP (serial line) support' CONFIG_SLIP
212       if [ "$CONFIG_SLIP" != "n" ]; then
213          bool '    CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
214          bool '    Keepalive and linefill' CONFIG_SLIP_SMART
215          bool '    Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
216       fi
218       mainmenu_option next_comment
219       comment 'Ethernet (10 or 100Mbit)'
221       tristate 'Sun LANCE support' CONFIG_SUNLANCE
222       tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
223       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
224          tristate 'Sun BigMAC 10/100baseT support (EXPERIMENTAL)' CONFIG_SUNBMAC
225       fi
226       tristate '  Sun QuadEthernet support' CONFIG_SUNQE
227       if [ "$CONFIG_PCI" = "y" ]; then
228          tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5
229          tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
230          tristate 'RealTek RTL-8139 support' CONFIG_8139TOO
231          tristate 'PCI NE2000 support' CONFIG_NE2K_PCI
232          tristate 'EtherExpressPro/100 support' CONFIG_EEPRO100
233          tristate 'Adaptec Starfire support' CONFIG_ADAPTEC_STARFIRE
234       fi
235       endmenu
237       mainmenu_option next_comment
238       comment 'Ethernet (1000 Mbit)'
240       if [ "$CONFIG_PCI" = "y" ]; then
241           tristate 'Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support' CONFIG_ACENIC
242           if [ "$CONFIG_ACENIC" != "n" ]; then
243             bool '  Omit support for old Tigon I based AceNICs' CONFIG_ACENIC_OMIT_TIGON_I
244           fi
245           tristate 'SysKonnect SK-98xx support' CONFIG_SK98LIN
246       fi
247       tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
248       endmenu
250 #      bool '  FDDI driver support' CONFIG_FDDI
251 #      if [ "$CONFIG_FDDI" = "y" ]; then
252 #      fi
254       if [ "$CONFIG_ATM" = "y" ]; then
255         source drivers/atm/Config.in
256       fi
257    fi
258    endmenu
261 # This one must be before the filesystem configs. -DaveM
262 mainmenu_option next_comment
263 comment 'Unix 98 PTY support'
264 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
265 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
266    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
268 endmenu
270 mainmenu_option next_comment
271 comment 'Video For Linux'
272 tristate 'Video For Linux' CONFIG_VIDEO_DEV
273 if [ "$CONFIG_VIDEO_DEV" != "n" ]; then
274    if [ "$CONFIG_PCI" != "n" ]; then
275       dep_tristate '  BT848 Video For Linux' CONFIG_VIDEO_BT848 $CONFIG_VIDEO_DEV
276    fi
278 endmenu
280 source fs/Config.in
282 mainmenu_option next_comment
283 comment 'Watchdog'
285 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
286 endmenu
288 mainmenu_option next_comment
289 comment 'Kernel hacking'
291 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
292 #bool 'ECache flush trap support at ta 0x72' CONFIG_EC_FLUSH_TRAP
293 endmenu