1ded19addSJeff Kirsher# 2ded19addSJeff Kirsher# PA Semi network device configuration 3ded19addSJeff Kirsher# 4ded19addSJeff Kirsher 5ded19addSJeff Kirsherconfig NET_VENDOR_PASEMI 6ded19addSJeff Kirsher bool "PA Semi devices" 7*88f07484SJeff Kirsher default y 8ded19addSJeff Kirsher depends on PPC_PASEMI && PCI && INET 9ded19addSJeff Kirsher ---help--- 10ded19addSJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 11ded19addSJeff Kirsher and read the Ethernet-HOWTO, available from 12ded19addSJeff Kirsher <http://www.tldp.org/docs.html#howto>. 13ded19addSJeff Kirsher 14ded19addSJeff Kirsher Note that the answer to this question doesn't directly affect the 15ded19addSJeff Kirsher kernel: saying N will just cause the configurator to skip all 16ded19addSJeff Kirsher the questions about PA Semi cards. If you say Y, you will be asked for 17ded19addSJeff Kirsher your specific card in the following questions. 18ded19addSJeff Kirsher 19ded19addSJeff Kirsherif NET_VENDOR_PASEMI 20ded19addSJeff Kirsher 21ded19addSJeff Kirsherconfig PASEMI_MAC 22ded19addSJeff Kirsher tristate "PA Semi 1/10Gbit MAC" 23ded19addSJeff Kirsher depends on PPC_PASEMI && PCI && INET 24ded19addSJeff Kirsher select PHYLIB 25ded19addSJeff Kirsher select INET_LRO 26ded19addSJeff Kirsher ---help--- 27ded19addSJeff Kirsher This driver supports the on-chip 1/10Gbit Ethernet controller on 28ded19addSJeff Kirsher PA Semi's PWRficient line of chips. 29ded19addSJeff Kirsher 30ded19addSJeff Kirsherendif # NET_VENDOR_PASEMI 31