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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Appletalk driver configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'Appletalk devices'
  6. dep_mbool 'Appletalk interfaces support' CONFIG_DEV_APPLETALK $CONFIG_ATALK
  7. if [ "$CONFIG_DEV_APPLETALK" = "y" ]; then
  8.    if [ "$CONFIG_ISA" = "y" -o "$CONFIG_EISA" = "y" ]; then
  9.       tristate '  Apple/Farallon LocalTalk PC support' CONFIG_LTPC
  10.       tristate '  COPS LocalTalk PC support' CONFIG_COPS
  11.    fi
  12.    if [ "$CONFIG_COPS" != "n" ]; then
  13.       bool '    Dayna firmware support' CONFIG_COPS_DAYNA
  14.       bool '    Tangent firmware support' CONFIG_COPS_TANGENT
  15.    fi
  16.    dep_tristate '  Appletalk-IP driver support' CONFIG_IPDDP $CONFIG_ATALK
  17.    if [ "$CONFIG_IPDDP" != "n" ]; then
  18.       bool '    IP to Appletalk-IP Encapsulation support' CONFIG_IPDDP_ENCAP
  19.       bool '    Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
  20.    fi
  21. fi
  22. endmenu