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