config.in

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

IN
31
字号
## PCMCIA character device configuration#if [ "$CONFIG_SERIAL" = "n" ]; then   define_tristate CONFIG_PCMCIA_SERIAL nelse   if [ "$CONFIG_SERIAL" = "m" -o "$CONFIG_PCMCIA" = "m" ]; then      define_tristate CONFIG_PCMCIA_SERIAL m   else      define_tristate CONFIG_PCMCIA_SERIAL y   fifiif [ "$CONFIG_PCMCIA_SERIAL" != "n" ]; then   mainmenu_option next_comment   comment 'PCMCIA character device support'   dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS $CONFIG_PCMCIA_SERIAL   if [ "$CONFIG_CARDBUS" = "y" ]; then      dep_tristate 'CardBus serial device support' CONFIG_PCMCIA_SERIAL_CB $CONFIG_PCMCIA_SERIAL   fi   if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" -o \        "$CONFIG_PCMCIA_SERIAL_CB" = "y" ]; then      define_bool CONFIG_PCMCIA_CHRDEV y   fi   endmenufi

⌨️ 快捷键说明

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