1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_AURORA
3	bool "Aurora VLSI devices"
4	default y
5	help
6	  If you have a network (Ethernet) device belonging to this class,
7	  say Y.
8
9	  Note that the answer to this question doesn't directly affect the
10	  kernel: saying N will just cause the configurator to skip all
11	  questions about Aurora devices. If you say Y, you will be asked
12	  for your specific device in the following questions.
13
14if NET_VENDOR_AURORA
15
16config AURORA_NB8800
17	tristate "Aurora AU-NB8800 support"
18	depends on HAS_DMA
19	select PHYLIB
20	help
21	 Support for the AU-NB8800 gigabit Ethernet controller.
22
23endif
24