| # SPDX-License-Identifier: GPL-2.0 | |
| config NET_VENDOR_ASR | |
| bool "ASR ethernet devices" | |
| default n | |
| ---help--- | |
| If you have a ASR SoC with ethernet, say Y. | |
| if NET_VENDOR_ASR | |
| config ASR_EMAC | |
| tristate "ASR SoC Ethernet support" | |
| depends on NET_VENDOR_ASR | |
| select PHYLIB | |
| ---help--- | |
| This driver supports ethernet MACs in the | |
| ASR SoC family. | |
| endif #NET_VENDOR_ASR |