# # PA Semi network device configuration # config [31mCONFIG_NET_VENDOR_PASEMI[0m bool "PA Semi devices" default y depends on [31mCONFIG_PPC_PASEMI[0m && [31mCONFIG_PCI[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about PA Semi cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_PASEMI[0m config [31mCONFIG_PASEMI_MAC[0m tristate "PA Semi 1/10Gbit MAC" depends on [31mCONFIG_PPC_PASEMI[0m && [31mCONFIG_PCI[0m select [31mCONFIG_PHYLIB[0m ---help--- This driver supports the on-chip 1/10Gbit Ethernet controller on PA Semi's PWRficient line of chips. endif # [31mCONFIG_NET_VENDOR_PASEMI[0m |