Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / arch / sparc / config.in
blobdbe1d1fb256c1f608277a6cd7eeeea416912857a
1 # $Id: config.in,v 1.106 2000/11/17 04:27:52 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
8 define_bool CONFIG_HIGHMEM y
10 mainmenu_option next_comment
11 comment 'Code maturity level options'
12 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
13 endmenu
15 mainmenu_option next_comment
16 comment 'Loadable module support'
17 bool 'Enable loadable module support' CONFIG_MODULES
18 if [ "$CONFIG_MODULES" = "y" ]; then
19    bool '  Set version information on all symbols for modules' CONFIG_MODVERSIONS
20    bool '  Kernel module loader' CONFIG_KMOD
22 endmenu
24 mainmenu_option next_comment
25 comment 'General setup'
27 define_bool CONFIG_VT y
28 define_bool CONFIG_VT_CONSOLE y
30 bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
32 # Global things across all Sun machines.
33 define_bool CONFIG_ISA n
34 define_bool CONFIG_EISA n
35 define_bool CONFIG_MCA n
36 define_bool CONFIG_PCMCIA n
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
49 bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
50 if [ "$CONFIG_SUN4" != "y" ]; then
51    bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
52    source drivers/pci/Config.in
53 else
54    define_bool CONFIG_PCI n
57 tristate 'Openprom tree appears in /proc/openprom' CONFIG_SUN_OPENPROMFS
58 bool 'Networking support' CONFIG_NET
59 bool 'System V IPC' CONFIG_SYSVIPC
60 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
61 bool 'Sysctl support' CONFIG_SYSCTL
62 if [ "$CONFIG_PROC_FS" = "y" ]; then
63    define_bool CONFIG_KCORE_ELF y
65 tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
66 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
67 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
68 bool 'SunOS binary emulation' CONFIG_SUNOS_EMUL
69 source drivers/parport/Config.in
70 dep_tristate '  Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
71 endmenu
73 mainmenu_option next_comment
74 comment 'Console drivers'
75 bool 'PROM console' CONFIG_PROM_CONSOLE
76 source drivers/video/Config.in
77 endmenu
79 source drivers/mtd/Config.in
81 if [ "$CONFIG_SUN4" != "y" ]; then
82    source drivers/sbus/char/Config.in
83    source drivers/sbus/audio/Config.in
86 mainmenu_option next_comment
87 comment 'Block devices'
89 bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
91 tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
92 dep_tristate 'Network block device support' CONFIG_BLK_DEV_NBD $CONFIG_NET
94 #tristate 'Logical volume manager (LVM) support' CONFIG_BLK_DEV_LVM N
95 #if [ "$CONFIG_BLK_DEV_LVM" != "n" ]; then
96 #   bool '   LVM information in proc filesystem' CONFIG_LVM_PROC_FS Y
97 #fi
99 source drivers/md/Config.in
101 tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
102 if [ "$CONFIG_BLK_DEV_RAM" = "y" -o "$CONFIG_BLK_DEV_RAM" = "m" ]; then
103         int '   Default RAM disk size' CONFIG_BLK_DEV_RAM_SIZE 4096
105 dep_bool '  Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD $CONFIG_BLK_DEV_RAM
107 endmenu
109 if [ "$CONFIG_NET" = "y" ]; then
110    source net/Config.in
113 # Don't frighten a common SBus user
114 if [ "$CONFIG_PCI" = "y" ]; then
116   mainmenu_option next_comment
117   comment 'ATA/IDE/MFM/RLL support'
119   tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
121   if [ "$CONFIG_IDE" != "n" ]; then
122     source drivers/ide/Config.in
123   else
124     define_bool CONFIG_BLK_DEV_IDE_MODES n
125     define_bool CONFIG_BLK_DEV_HD n
126   fi
127   endmenu
128 else
130   define_bool CONFIG_IDE n
131   define_bool CONFIG_BLK_DEV_IDE_MODES n
132   define_bool CONFIG_BLK_DEV_HD n
135 mainmenu_option next_comment
136 comment 'ISDN subsystem'
138 tristate 'ISDN support' CONFIG_ISDN
139 if [ "$CONFIG_ISDN" != "n" ]; then
140    source drivers/isdn/Config.in
142 endmenu
144 mainmenu_option next_comment
145 comment 'SCSI support'
147 tristate 'SCSI support' CONFIG_SCSI
149 if [ "$CONFIG_SCSI" != "n" ]; then
150    comment 'SCSI support type (disk, tape, CDrom)'
152    dep_tristate '  SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
154    if [ "$CONFIG_BLK_DEV_SD" != "n" ]; then
155       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
156    fi
158    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
160    if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
161       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
162    fi
164    dep_tristate '  SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
166    if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
167       bool '    Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
168       int  'Maximum number of CDROM devices that can be loaded as modules' CONFIG_SR_EXTRA_DEVS 2
169    fi
171    dep_tristate '  SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
173    comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
175    bool '  Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
177    bool '  Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
178    bool '  SCSI logging facility' CONFIG_SCSI_LOGGING
180    mainmenu_option next_comment
181    comment 'SCSI low-level drivers'
183    tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
184    tristate 'PTI Qlogic,ISP Driver' CONFIG_SCSI_QLOGICPTI $CONFIG_SCSI
185    endmenu
187 endmenu
189 source drivers/fc4/Config.in
191 if [ "$CONFIG_NET" = "y" ]; then
192    mainmenu_option next_comment
193    comment 'Network device support'
195    bool 'Network device support' CONFIG_NETDEVICES
196    if [ "$CONFIG_NETDEVICES" = "y" ]; then
197       tristate '  Dummy net driver support' CONFIG_DUMMY
198       tristate '  Bonding driver support' CONFIG_BONDING
199       tristate '  Universal TUN/TAP device driver support' CONFIG_TUN
200       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
201         if [ "$CONFIG_NETLINK" = "y" ]; then
202           tristate '  Ethertap network tap (OBSOLETE)' CONFIG_ETHERTAP
203         fi
204       fi
205       tristate '  PPP (point-to-point) support' CONFIG_PPP
206       if [ ! "$CONFIG_PPP" = "n" ]; then
207         dep_tristate '  PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
208         dep_tristate '  PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
209         dep_tristate '  PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
210         dep_tristate '  PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
211       fi
212       tristate '  SLIP (serial line) support' CONFIG_SLIP
213       if [ "$CONFIG_SLIP" != "n" ]; then
214          bool '    CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
215          bool '    Keepalive and linefill' CONFIG_SLIP_SMART
216          bool '    Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
217       fi
218       tristate '  Sun LANCE support' CONFIG_SUNLANCE
219       tristate '  Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL
220       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
221          tristate '  Sun BigMAC 10/100baseT support (EXPERIMENTAL)' CONFIG_SUNBMAC
222       fi
223       tristate '  Sun QuadEthernet support' CONFIG_SUNQE
224       tristate '  MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS
225       if [ "$CONFIG_PCI" = "y" ]; then
226          tristate '3c590/3c900 series (592/595/597) "Vortex/Boomerang" support' CONFIG_VORTEX
227       fi
229 #      bool '  FDDI driver support' CONFIG_FDDI
230 #      if [ "$CONFIG_FDDI" = "y" ]; then
231 #      fi
233       if [ "$CONFIG_ATM" = "y" ]; then
234          source drivers/atm/Config.in
235       fi
236    fi
237    endmenu
240 # This one must be before the filesystem configs. -DaveM
241 mainmenu_option next_comment
242 comment 'Unix98 PTY support'
243 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
244 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
245    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
247 endmenu
249 source fs/Config.in
251 mainmenu_option next_comment
252 comment 'Watchdog'
254 tristate 'Software watchdog' CONFIG_SOFT_WATCHDOG
255 endmenu
257 mainmenu_option next_comment
258 comment 'Kernel hacking'
260 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
261 endmenu