1# 2# For a description of the syntax of this configuration file, 3# see the Configure script. 4# 5* 6* General setup 7* 8bool 'Kernel math emulation' CONFIG_MATH_EMULATION y 9bool 'Normal harddisk support' CONFIG_BLK_DEV_HD y 10bool 'XT harddisk support' CONFIG_BLK_DEV_XD n 11bool 'TCP/IP networking' CONFIG_INET y 12bool 'Limit memory to low 16MB' CONFIG_MAX_16M n 13bool 'System V IPC' CONFIG_SYSVIPC y 14bool 'Use -m486 flag for 486-specific optimizations' CONFIG_M486 y 15* 16* Program binary formats 17* 18bool 'Elf executables' CONFIG_BINFMT_ELF y 19bool 'COFF executables' CONFIG_BINFMT_COFF y 20* 21* SCSI support 22* 23bool 'SCSI support?' CONFIG_SCSI n 24if [ "$CONFIG_SCSI" = "n" ] 25: 26: Skipping SCSI configuration options... 27: 28else 29 * 30 * SCSI support type (disk, tape, CDrom) 31 * 32bool 'Scsi disk support' CONFIG_BLK_DEV_SD y 33bool 'Scsi tape support' CONFIG_CHR_DEV_ST y 34bool 'Scsi CDROM support' CONFIG_BLK_DEV_SR y 35bool 'Scsi generic support' CONFIG_CHR_DEV_SG y 36 * 37 * SCSI low-level drivers 38 * 39bool 'Adaptec AHA152X support' CONFIG_SCSI_AHA152X y 40bool 'Adaptec AHA1542 support' CONFIG_SCSI_AHA1542 y 41bool 'Adaptec AHA1740 support' CONFIG_SCSI_AHA1740 y 42bool 'Future Domain 16xx SCSI support' CONFIG_SCSI_FUTURE_DOMAIN y 43bool 'Generic NCR5380 SCSI support' CONFIG_SCSI_GENERIC_NCR5380 y 44bool 'PAS16 SCSI support' CONFIG_SCSI_PAS16 y 45bool 'Seagate ST-02 and Future Domain TMC-8xx SCSI support' CONFIG_SCSI_SEAGATE y 46bool 'Trantor T128/T128F/T228 SCSI support' CONFIG_SCSI_T128 y 47bool 'UltraStor SCSI support' CONFIG_SCSI_ULTRASTOR y 48bool '7000FASST SCSI support' CONFIG_SCSI_7000FASST y 49fi 50* 51* Network device support 52* 53bool 'Network device support?' CONFIG_ETHERCARDS y 54if [ "$CONFIG_ETHERCARDS" = "n" ] 55: 56: Skipping ethercard configuration options... 57: 58else 59bool 'SLIP (serial line) support' CONFIG_SLIP n 60if [ "$CONFIG_SLIP" = "y" ] 61 bool ' CSLIP compressed headers' SL_COMPRESSED y 62# bool ' SLIP debugging on' SL_DUMP y 63fi 64#bool 'PPP (point-to-point) support' CONFIG_PPP n 65bool 'PLIP (parallel port) support' CONFIG_PLIP n 66bool 'NE2000/NE1000 support' CONFIG_NE2000 n 67bool 'WD80*3 support' CONFIG_WD80x3 y 68bool 'SMC Ultra support' CONFIG_ULTRA n 69bool '3c501 support' CONFIG_EL1 n 70bool '3c503 support' CONFIG_EL2 n 71#bool '3c505 support' CONFIG_ELPLUS n 72#bool '3c507 support' CONFIG_EL16 n 73bool '3c509/3c579 support' CONFIG_EL3 n 74bool 'HP PCLAN support' CONFIG_HPLAN n 75bool 'AT1500 and NE2100 (LANCE and PCnet-ISA) support' CONFIG_LANCE n 76bool 'AT1700 support' CONFIG_AT1700 n 77#bool 'Zenith Z-Note support' CONFIG_ZNET n 78#bool 'EtherExpress support' CONFIG_EEXPRESS n 79bool 'DEPCA support' CONFIG_DEPCA n 80#bool 'NI52** support' CONFIG_NI52 n 81#bool 'NI65** support' CONFIG_NI65 n 82#bool 'Ansel Communications EISA 3200 support' CONFIG_AC3200 n 83#bool 'Cabletron E21xx support (not recommended)' CONFIG_E21 n 84bool 'D-Link DE600 pocket adaptor support' CONFIG_DE600 n 85bool 'AT-LAN-TEC/RealTek pocket adaptor support' CONFIG_ATP n 86fi 87* 88bool 'Sony CDU31A CDROM driver support' CONFIG_CDU31A n 89bool 'Mitsumi CDROM driver support' CONFIG_MCD n 90bool 'Matsushita/Panasonic CDROM driver support' CONFIG_SBPCD n 91* 92* Filesystems 93* 94bool 'Standard (minix) fs support' CONFIG_MINIX_FS y 95bool 'Extended fs support' CONFIG_EXT_FS n 96bool 'Second extended fs support' CONFIG_EXT2_FS y 97bool 'xiafs filesystem support' CONFIG_XIA_FS n 98bool 'msdos fs support' CONFIG_MSDOS_FS y 99bool '/proc filesystem support' CONFIG_PROC_FS y 100bool 'NFS filesystem support' CONFIG_NFS_FS y 101bool 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS n 102bool 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS n 103bool 'System V and Coherent filesystem support' CONFIG_SYSV_FS n 104* 105* character devices 106* 107bool 'Parallel printer support' CONFIG_PRINTER n 108bool 'Logitech busmouse support' CONFIG_BUSMOUSE n 109bool 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE y 110if [ "$CONFIG_PSMOUSE" = "y" ] 111bool 'C&T 82C710 mouse port support (as on TI Travelmate)' CONFIG_82C710_MOUSE y 112fi 113bool 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE n 114bool 'ATIXL busmouse support' CONFIG_ATIXL_BUSMOUSE n 115bool 'Selection (cut and paste for virtual consoles)' CONFIG_SELECTION n 116bool 'QIC-02 tape support' CONFIG_TAPE_QIC02 n 117bool 'QIC-117 tape support' CONFIG_FTAPE n 118if [ "$CONFIG_FTAPE" = "y" ] 119int ' number of ftape buffers' NR_FTAPE_BUFFERS 3 120fi 121* 122* Sound 123* 124bool 'Sound card support' CONFIG_SOUND n 125* 126* Kernel hacking 127* 128#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC n 129bool 'Kernel profiling support' CONFIG_PROFILE n 130if [ "$CONFIG_SCSI" = "y" ] 131bool 'Verbose scsi error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS y 132fi 133if [ "$CONFIG_SOUND" = "y" ] 134 exec touch .makesound 135else 136 exec rm -f .makesound 137fi 138

