Import 2.4.0-test3pre5
[davej-history.git] / arch / sparc / config.in
blobe79dfd803093b7bf532bc56c40d8f324fec11f66
1 # $Id: config.in,v 1.98 2000/07/06 01:41:29 davem Exp $
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/config-language.txt.
5 mainmenu_name "Linux/SPARC Kernel Configuration"
7 define_bool CONFIG_UID16 y
9 mainmenu_option next_comment
10 comment 'Code maturity level options'
11 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
12 endmenu
14 mainmenu_option next_comment
15 comment 'Loadable module support'
16 bool 'Enable loadable module support' CONFIG_MODULES
17 if [ "$CONFIG_MODULES" = "y" ]; then
18    bool '  Set version information on all symbols for modules' CONFIG_MODVERSIONS
19    bool '  Kernel module loader' CONFIG_KMOD
21 endmenu
23 mainmenu_option next_comment
24 comment 'General setup'
26 define_bool CONFIG_VT y
27 define_bool CONFIG_VT_CONSOLE y
29 bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
31 # Global things across all Sun machines.
32 define_bool CONFIG_ISA n
33 define_bool CONFIG_PCMCIA n
34 define_bool CONFIG_SBUS y
35 define_bool CONFIG_SBUSCHAR y
36 define_bool CONFIG_BUSMOUSE y
37 define_bool CONFIG_SUN_MOUSE y
38 define_bool CONFIG_SERIAL y
39 define_bool CONFIG_SUN_SERIAL y
40 define_bool CONFIG_SERIAL_CONSOLE y
41 define_bool CONFIG_SUN_KEYBOARD y
42 define_bool CONFIG_SUN_CONSOLE y
43 define_bool CONFIG_SUN_AUXIO y
44 define_bool CONFIG_SUN_IO y
46 bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
47 if [ "$CONFIG_SUN4" != "y" ]; then
48    bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
49    source drivers/pci/Config.in
50 else
51    define_bool CONFIG_PCI n
54 tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
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 if [ "$CONFIG_PROC_FS" = "y" ]; then
60    define_bool CONFIG_KCORE_ELF y
62 tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
63 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
64 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
65 bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
66 source drivers/parport/Config.in
67 dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
68 endmenu
70 mainmenu_option next_comment
71 comment 'Console drivers'
72 bool 'PROM console' CONFIG_PROM_CONSOLE
73 source drivers/video/Config.in
74 endmenu
76 source drivers/mtd/Config.in
78 if [ "$CONFIG_SUN4" != "y" ]; then
79    source drivers/sbus/char/Config.in
80    source drivers/sbus/audio/Config.in
83 mainmenu_option next_comment
84 comment 'Block devices'
86 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
88 bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
89 if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
90    tristate '  Linear (append) mode' CONFIG_MD_LINEAR
91    tristate '  RAID-0 (striping) mode' CONFIG_MD_STRIPED
92 #   tristate '  RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
93 #   tristate '  RAID-4/RAID-5 mode' CONFIG_MD_RAID5
96 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
97 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
98         int '   Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
100 dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
102 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
103 tristate 'Network block device support' CONFIG_BLK_DEV_NBD
105 endmenu
107 if [ "$CONFIG_NET" = "y" ]; then
108    source net/Config.in
111 # Don't frighten a common SBus user
112 if [ "$CONFIG_PCI" = "y" ]; then
114   mainmenu_option next_comment
115   comment 'ATA/IDE/MFM/RLL support'
117   tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
119   if [ "$CONFIG_IDE" != "n" ]; then
120     source drivers/ide/Config.in
121   else
122     define_bool CONFIG_BLK_DEV_IDE_MODES n
123     define_bool CONFIG_BLK_DEV_HD n
124   fi
125   endmenu
126 else
128   define_bool CONFIG_IDE n
129   define_bool CONFIG_BLK_DEV_IDE_MODES n
130   define_bool CONFIG_BLK_DEV_HD n
133 mainmenu_option next_comment
134 comment 'ISDN subsystem'
136 tristate 'ISDN support' CONFIG_ISDN
137 if [ "$CONFIG_ISDN" != "n" ]; then
138    source drivers/isdn/Config.in
140 endmenu
142 mainmenu_option next_comment
143 comment 'SCSI support'
145 tristate 'SCSI support' CONFIG_SCSI
147 if [ "$CONFIG_SCSI" != "n" ]; then
148    comment 'SCSI support type (disk, tape, CDrom)'
150    dep_tristate '  SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
152    if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
153       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
154    fi
156    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
158    if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
159       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
160    fi
162    dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
164    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
165       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
166       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
167    fi
169    dep_tristate '  SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
171    comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
173    bool '  Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
175    bool '  Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
176    bool '  SCSI logging facility' CONFIG_SCSI_LOGGING
178    mainmenu_option next_comment
179    comment 'SCSI low-level drivers'
181    tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
182    tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
183    endmenu
185 endmenu
187 source drivers/fc4/Config.in
189 if [ "$CONFIG_NET" = "y" ]; then
190    mainmenu_option next_comment
191    comment 'Network device support'
193    bool 'Network device support' CONFIG_NETDEVICES
194    if [ "$CONFIG_NETDEVICES" = "y" ]; then
195       tristate '  Dummy net driver support' CONFIG_DUMMY
196       tristate '  Bonding driver support' CONFIG_BONDING
197       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
198         if [ "$CONFIG_NETLINK" = "y" ]; then
199           tristate '  Ethertap network tap (EXPERIMENTAL)' CONFIG_ETHERTAP
200         fi
201       fi
202       tristate '  PPP (point-to-point) support' CONFIG_PPP
203       if [ ! "$CONFIG_PPP" = "n" ]; then
204         dep_tristate '  PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
205         dep_tristate '  PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
206         dep_tristate '  PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
207         dep_tristate '  PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
208       fi
209       tristate '  SLIP (serial line) support' CONFIG_SLIP
210       if [ "$CONFIG_SLIP" != "n" ]; then
211          bool '    CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
212          bool '    Keepalive and linefill' CONFIG_SLIP_SMART
213          bool '    Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
214       fi
215       tristate '  Sun LANCE support' CONFIG_SUNLANCE
216       tristate '  Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
217       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
218          tristate '  Sun BigMAC 10/100baseT support (EXPERIMENTAL)' CONFIG_SUNBMAC
219       fi
220       tristate '  Sun QuadEthernet support' CONFIG_SUNQE
221       tristate '  MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
222       if [ "$CONFIG_PCI" = "y" ]; then
223          tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
224       fi
226 #      bool '  FDDI driver support' CONFIG_FDDI
227 #      if [ "$CONFIG_FDDI" = "y" ]; then
228 #      fi
230       if [ "$CONFIG_ATM" = "y" ]; then
231          source drivers/atm/Config.in
232       fi
233    fi
234    endmenu
237 # This one must be before the filesystem configs. -DaveM
238 mainmenu_option next_comment
239 comment 'Unix98 PTY support'
240 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
241 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
242    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
244 endmenu
246 source fs/Config.in
248 mainmenu_option next_comment
249 comment 'Watchdog'
251 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
252 endmenu
254 mainmenu_option next_comment
255 comment 'Kernel hacking'
257 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
258 endmenu