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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # IrDA protocol configuration
  3. #
  4. if [ "$CONFIG_NET" != "n" ]; then
  5.    mainmenu_option next_comment
  6.    comment 'IrDA (infrared) support'
  7.    dep_tristate 'IrDA subsystem support' CONFIG_IRDA $CONFIG_NET
  8.    if [ "$CONFIG_IRDA" != "n" ]; then
  9.       comment 'IrDA protocols'
  10.       source net/irda/irlan/Config.in
  11.       source net/irda/irnet/Config.in
  12.       source net/irda/ircomm/Config.in
  13.       bool '  Ultra (connectionless) protocol' CONFIG_IRDA_ULTRA
  14.       comment 'IrDA options'
  15.       bool '  Cache last LSAP' CONFIG_IRDA_CACHE_LAST_LSAP
  16.       bool '  Fast RRs (low latency)' CONFIG_IRDA_FAST_RR
  17.       bool '  Debug information' CONFIG_IRDA_DEBUG
  18.    fi
  19.    if [ "$CONFIG_IRDA" != "n" ]; then
  20.       source drivers/net/irda/Config.in
  21.    fi
  22.    endmenu
  23. fi