Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / net / ethernet / aurora / Kconfig
CommitLineData
52dfc830
MR
1config NET_VENDOR_AURORA
2 bool "Aurora VLSI devices"
118e9690 3 default y
52dfc830
MR
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"
4675390a 17 depends on HAS_DMA
52dfc830
MR
18 select PHYLIB
19 help
20 Support for the AU-NB8800 gigabit Ethernet controller.
21
22endif