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