mlxsw: spectrum: Create PVID vPort before registering netdevice
[linux-2.6-block.git] / drivers / net / ethernet / synopsys / Kconfig
CommitLineData
077742da
LP
1#
2# Synopsys network device configuration
3#
4
5config NET_VENDOR_SYNOPSYS
6 bool "Synopsys devices"
7 default y
8 ---help---
9 If you have a network (Ethernet) device belonging to this class, say Y.
10
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Synopsys devices. If you say Y, you will be asked
14 for your specific device in the following questions.
15
16if NET_VENDOR_SYNOPSYS
17
18config SYNOPSYS_DWC_ETH_QOS
19 tristate "Sypnopsys DWC Ethernet QOS v4.10a support"
20 select PHYLIB
21 select CRC32
22 select MII
e5a5837d 23 depends on OF && HAS_DMA
077742da
LP
24 ---help---
25 This driver supports the DWC Ethernet QoS from Synopsys
26
27endif # NET_VENDOR_SYNOPSYS