config.in

来自「linux嵌入式课程实践中的一个关于声卡驱动程序 。」· IN 代码 · 共 21 行

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