blob: 8276ee5a7d541b2e27bb1e9a70ee74532e8a155e [file] [log] [blame]
Lars Persson077742d2015-07-28 12:01:48 +02001#
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
Geert Uytterhoevene5a58372015-09-04 14:44:12 +020023 depends on OF && HAS_DMA
Lars Persson077742d2015-07-28 12:01:48 +020024 ---help---
25 This driver supports the DWC Ethernet QoS from Synopsys
26
27endif # NET_VENDOR_SYNOPSYS