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

📄 config.in

📁 MIZI Research, Inc.发布的嵌入式Linux内核源码
💻 IN
字号:
## PCMCIA character device configuration#mainmenu_option next_commentcomment 'PCMCIA character devices'if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SERIAL_8250" = "y" ]; then  dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS yelse  if [ "$CONFIG_SERIAL" = "m" -o "$CONFIG_SERIAL_8250" = "m" ]; then    dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS m  fifiif [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" ]; then   define_bool CONFIG_PCMCIA_CHRDEV yfiendmenu

⌨️ 快捷键说明

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