[BACK]Return to Config.in CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / net / appletalk

File: [Development] / linux-2.4-xfs / drivers / net / appletalk / Config.in (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# Appletalk driver configuration
#

mainmenu_option next_comment
comment 'Appletalk devices'
dep_mbool 'Appletalk interfaces support' CONFIG_DEV_APPLETALK $CONFIG_ATALK
if [ "$CONFIG_DEV_APPLETALK" = "y" ]; then
   if [ "$CONFIG_ISA" = "y" -o "$CONFIG_EISA" = "y" ]; then
      tristate '  Apple/Farallon LocalTalk PC support' CONFIG_LTPC
      tristate '  COPS LocalTalk PC support' CONFIG_COPS
   fi
   if [ "$CONFIG_COPS" != "n" ]; then
      bool '    Dayna firmware support' CONFIG_COPS_DAYNA
      bool '    Tangent firmware support' CONFIG_COPS_TANGENT
   fi
   dep_tristate '  Appletalk-IP driver support' CONFIG_IPDDP $CONFIG_ATALK
   if [ "$CONFIG_IPDDP" != "n" ]; then
      bool '    IP to Appletalk-IP Encapsulation support' CONFIG_IPDDP_ENCAP
      bool '    Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
   fi
fi
endmenu