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