📄 config.in
字号:
## Block device driver configuration#mainmenu_option next_commentcomment 'Floppy, IDE, and other block devices'tristate 'Normal floppy disk support' CONFIG_BLK_DEV_FDbool 'Enhanced IDE disk/cdrom/tape support' CONFIG_BLK_DEV_IDEcomment 'Please see Documentation/ide.txt for help/info on IDE drives'if [ "$CONFIG_BLK_DEV_IDE" = "n" ]; then bool 'Old harddisk (IDE) driver' CONFIG_BLK_DEV_HD_ONLYelse bool ' Use old disk-only driver on primary interface' CONFIG_BLK_DEV_HD_IDE bool ' Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD bool ' Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE bool ' Include IDE/ATAPI FLOPPY support (new)' CONFIG_BLK_DEV_IDEFLOPPY bool ' SCSI emulation support' CONFIG_BLK_DEV_IDESCSI bool ' Support removable IDE interfaces (PCMCIA)' CONFIG_BLK_DEV_IDE_PCMCIA bool ' Support expansion card IDE interfaces' CONFIG_BLK_DEV_IDE_CARDS if [ "$CONFIG_BLK_DEV_IDE_CARDS" = "y" ]; then tristate ' ICS IDE interface support' CONFIG_BLK_DEV_IDE_ICSIDE tristate ' RapIDE interface support' CONFIG_BLK_DEV_IDE_RAPIDE fifitristate 'MFM harddisk support' CONFIG_BLK_DEV_XDcomment 'Additional Block Devices'tristate 'Loopback device support' CONFIG_BLK_DEV_LOOPbool 'Multiple devices driver support' CONFIG_BLK_DEV_MDif [ "$CONFIG_BLK_DEV_MD" = "y" ]; then tristate ' Linear (append) mode' CONFIG_MD_LINEAR tristate ' RAID-0 (striping) mode' CONFIG_MD_STRIPED tristate ' RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING tristate ' RAID-4/RAID-5 mode' CONFIG_MD_RAID5fitristate 'RAM disk support' CONFIG_BLK_DEV_RAMif [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then bool ' Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRDfibool 'ADFS partition support' CONFIG_BLK_DEV_PART#if [ "$CONFIG_BLK_DEV_PART" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then# bool 'ADFS image file support (EXPERIMENTAL)' CONFIG_BLK_DEV_IMG#fiif [ "$CONFIG_BLK_DEV_HD_IDE" = "y" -o "$CONFIG_BLK_DEV_HD_ONLY" = "y" ]; then define_bool CONFIG_BLK_DEV_HD yelse define_bool CONFIG_BLK_DEV_HD nfiendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -