⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 IN
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -