Config.in
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # PCMCIA character device configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'PCMCIA character devices'
  6. dep_tristate 'PCMCIA serial device support' CONFIG_PCMCIA_SERIAL_CS $CONFIG_SERIAL
  7. if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" ]; then
  8.    define_bool CONFIG_PCMCIA_CHRDEV y
  9. fi
  10. tristate 'SyncLink PC Card support' CONFIG_SYNCLINK_CS
  11. endmenu