1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ded19addSJeff Kirsher#
3ded19addSJeff Kirsher# PA Semi network device configuration
4ded19addSJeff Kirsher#
5ded19addSJeff Kirsher
6ded19addSJeff Kirsherconfig NET_VENDOR_PASEMI
7ded19addSJeff Kirsher	bool "PA Semi devices"
888f07484SJeff Kirsher	default y
9a4f9cdb2SBen Hutchings	depends on PPC_PASEMI && PCI
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12ded19addSJeff Kirsher
13ded19addSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14ded19addSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15ded19addSJeff Kirsher	  the questions about PA Semi cards. If you say Y, you will be asked for
16ded19addSJeff Kirsher	  your specific card in the following questions.
17ded19addSJeff Kirsher
18ded19addSJeff Kirsherif NET_VENDOR_PASEMI
19ded19addSJeff Kirsher
20ded19addSJeff Kirsherconfig PASEMI_MAC
21ded19addSJeff Kirsher	tristate "PA Semi 1/10Gbit MAC"
22a4f9cdb2SBen Hutchings	depends on PPC_PASEMI && PCI
23ded19addSJeff Kirsher	select PHYLIB
24a7f7f624SMasahiro Yamada	help
25ded19addSJeff Kirsher	  This driver supports the on-chip 1/10Gbit Ethernet controller on
26ded19addSJeff Kirsher	  PA Semi's PWRficient line of chips.
27ded19addSJeff Kirsher
28ded19addSJeff Kirsherendif # NET_VENDOR_PASEMI
29