config.in

来自「Linux内核源代码 为压缩文件 是<<Linux内核>&gt」· IN 代码 · 共 65 行

IN
65
字号
mainmenu_option next_commentcomment 'S/390 block device drivers'tristate 'Loopback device support' CONFIG_BLK_DEV_LOOPif [ "$CONFIG_NET" = "y" ]; then  tristate 'Network block device support' CONFIG_BLK_DEV_NBDfisource drivers/md/Config.intristate 'RAM disk support' CONFIG_BLK_DEV_RAMif [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then  bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRDfibool 'Support for VM minidisk (VM only)' CONFIG_MDISKif [ "$CONFIG_MDISK" = "y" ]; then  bool '   Support for synchronous read-write' CONFIG_MDISK_SYNCfitristate 'Support for DASD devices' CONFIG_DASDif [ "$CONFIG_DASD" != "n"  ]; then  comment 'DASD disciplines'  bool '   Support for ECKD Disks' CONFIG_DASD_ECKD#  bool '   Support for CKD  Disks' CONFIG_DASD_CKD  bool '   Support for DIAG access to CMS reserved Disks' CONFIG_DASD_MDSKfiendmenu#menu_option next_comment#endmenuif [ "$CONFIG_NET" = "y" ]; then  mainmenu_option next_comment  comment 'S/390 Network device support'  bool 'Channel Device Configuration (Temporary Option)' CONFIG_CHANDEV  bool 'Network device support' CONFIG_NETDEVICES  if [ "$CONFIG_NETDEVICES" = "y" ]; then    mainmenu_option next_comment    comment 'S390 Network devices'    bool 'CTC device support' CONFIG_CTC    bool 'IUCV device support (VM only)' CONFIG_IUCV    tristate 'Dummy net driver support' CONFIG_DUMMY    bool 'Ethernet (10 or 100Mbit)' CONFIG_NET_ETHERNET    bool 'Token Ring driver support' CONFIG_TR    bool 'FDDI driver support' CONFIG_FDDI    endmenu  fi  endmenufimainmenu_option next_commentcomment 'S/390 Terminal and Console options'bool 'Support for 3215 line mode terminal' CONFIG_3215if [ "$CONFIG_3215" = "y" ]; then  bool 'Support for console on 3215 line mode terminal' CONFIG_3215_CONSOLEfibool 'Support for HWC line mode terminal' CONFIG_HWCif [ "$CONFIG_HWC" = "y" ]; then  bool 'console on HWC line mode terminal' CONFIG_HWC_CONSOLEfiendmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?