blob: 8ba7f8ff3434000f57f45968d8a70148f4647cc8 [file] [log] [blame]
Måns Rullgård52dfc832015-11-19 13:02:59 +00001config 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"
Geert Uytterhoeven46753902015-12-07 10:09:06 +010016 depends on HAS_DMA
Måns Rullgård52dfc832015-11-19 13:02:59 +000017 select PHYLIB
18 help
19 Support for the AU-NB8800 gigabit Ethernet controller.
20
21endif