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

📄 config.in

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 IN
字号:
## PCMCIA bus subsystem configuration## Right now the non-CardBus choices are not supported# by the integrated kernel driver.#mainmenu_option next_commentcomment 'PCMCIA/CardBus support'#dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI#if [ "$CONFIG_PCMCIA" != "n" ]; then#  define_bool CONFIG_CARDBUS y#fitristate 'PCMCIA/CardBus support' CONFIG_PCMCIAif [ "$CONFIG_PCMCIA" != "n" ]; then   if [ "$CONFIG_PCI" != "n" ]; then      bool '  CardBus support' CONFIG_CARDBUS   fi   bool '  i82365 compatible bridge support' CONFIG_I82365   bool '  Databook TCIC host bridge support' CONFIG_TCICfiendmenu

⌨️ 快捷键说明

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