config.in

来自「讲述linux的初始化过程」· IN 代码 · 共 25 行

IN
25
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?