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