Import 2.3.4pre3
[davej-history.git] / arch / sparc / config.in
blob1fc89b977346506ab6421e8b4935702daec4f6e0
1 # $Id: config.in,v 1.68 1999/03/14 03:12:42 anton Exp $
2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
5 mainmenu_name "Linux/SPARC 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 'Support for AP1000 multicomputer' CONFIG_AP1000
28 bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
30 if [ "$CONFIG_AP1000" = "y" ]; then
31         define_bool CONFIG_NO_KEYBOARD y
32         define_bool CONFIG_FDDI y
33         define_bool CONFIG_APFDDI y
34         define_bool CONFIG_APBLOCK y
35         define_bool CONFIG_APBIF y
36         tristate 'OPIU DDV Driver' CONFIG_DDV
37 else
38         bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
39         if [ "$CONFIG_SUN4" != "y" ]; then
40                 bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
41         fi
43         mainmenu_option next_comment
44         comment 'Console drivers'
45         bool 'PROM console' CONFIG_PROM_CONSOLE
46         bool 'Support Frame buffer devices' CONFIG_FB
47         source drivers/video/Config.in
48         endmenu
50         # Global things across all Sun machines.
51         define_bool CONFIG_SBUS y
52         define_bool CONFIG_SBUSCHAR y
53         define_bool CONFIG_SUN_MOUSE y
54         define_bool CONFIG_SERIAL y
55         define_bool CONFIG_SUN_SERIAL y
56         define_bool CONFIG_SERIAL_CONSOLE y
57         define_bool CONFIG_SUN_KEYBOARD y
58         define_bool CONFIG_SUN_CONSOLE y
59         define_bool CONFIG_SUN_AUXIO y
60         define_bool CONFIG_SUN_IO y
61         if [ "$CONFIG_SUN4" != "y" ]; then
62                 source drivers/sbus/char/Config.in
63                 source drivers/sbus/audio/Config.in
64         fi
67 tristate 'Openprom tree appears in /proc/openprom (EXPERIMENTAL)' CONFIG_SUN_OPENPROMFS
68 bool 'Networking support' CONFIG_NET
69 bool 'System V IPC' CONFIG_SYSVIPC
70 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
71 bool 'Sysctl support' CONFIG_SYSCTL
72 tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
73 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
74 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
75 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
76   tristate 'Kernel support for JAVA binaries (obsolete)' CONFIG_BINFMT_JAVA
78 endmenu
80 mainmenu_option next_comment
81 comment 'Floppy, IDE, and other 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 'ISDN subsystem'
110 tristate 'ISDN support' CONFIG_ISDN
111 if [ "$CONFIG_ISDN" != "n" ]; then
112   source drivers/isdn/Config.in
114 endmenu
116 mainmenu_option next_comment
117 comment 'SCSI support'
119 tristate 'SCSI support' CONFIG_SCSI
121 if [ "$CONFIG_SCSI" != "n" ]; then
122         comment 'SCSI support type (disk, tape, CDrom)'
124         dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
125         dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
126         dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
127         if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
128           bool '  Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
129         fi
130         dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
132         comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
134         bool 'Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
136         bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
138         mainmenu_option next_comment
139         comment 'SCSI low-level drivers'
141         bool 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
142         tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
143         endmenu
145 endmenu
147 source drivers/fc4/Config.in
149 if [ "$CONFIG_NET" = "y" ]; then
150         mainmenu_option next_comment
151         comment 'Network device support'
153         bool 'Network device support' CONFIG_NETDEVICES
154         if [ "$CONFIG_NETDEVICES" = "y" ]; then
155                 tristate 'Dummy net driver support' CONFIG_DUMMY
156                 tristate 'PPP (point-to-point) support' CONFIG_PPP
157                 if [ ! "$CONFIG_PPP" = "n" ]; then
158                    comment 'CCP compressors for PPP are only built as modules.'
159                 fi
160                 tristate 'SLIP (serial line) support' CONFIG_SLIP
161                 if [ "$CONFIG_SLIP" != "n" ]; then
162                   bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
163                   bool ' Keepalive and linefill' CONFIG_SLIP_SMART
164                   bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
165                 fi
166                 tristate 'Sun LANCE support' CONFIG_SUNLANCE
167                 tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
168                 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
169                   tristate 'Sun BigMAC 10/100baseT support' CONFIG_SUNBMAC
170                 fi
171                 tristate 'Sun QuadEthernet support' CONFIG_SUNQE
172                 tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
173 #               bool 'FDDI driver support' CONFIG_FDDI
174 #               if [ "$CONFIG_FDDI" = "y" ]; then
175 #               fi
176         fi
177         endmenu
180 # This one must be before the filesystem configs. -DaveM
181 mainmenu_option next_comment
182 comment 'Unix98 PTY support'
183 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
184 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
185         int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
187 endmenu
189 source fs/Config.in
191 mainmenu_option next_comment
192 comment 'Watchdog'
194 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
195 endmenu
197 mainmenu_option next_comment
198 comment 'Kernel hacking'
200 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
201 endmenu