162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Allwinner device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_ALLWINNER 762306a36Sopenharmony_ci bool "Allwinner devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci depends on ARCH_SUNXI 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this 1362306a36Sopenharmony_ci class, say Y here. 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci Note that the answer to this question doesn't directly 1662306a36Sopenharmony_ci affect the kernel: saying N will just cause the configurator 1762306a36Sopenharmony_ci to skip all the questions about Allwinner cards. If you say Y, 1862306a36Sopenharmony_ci you will be asked for your specific card in the following 1962306a36Sopenharmony_ci questions. 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ciif NET_VENDOR_ALLWINNER 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ciconfig SUN4I_EMAC 2462306a36Sopenharmony_ci tristate "Allwinner A10 EMAC support" 2562306a36Sopenharmony_ci depends on ARCH_SUNXI 2662306a36Sopenharmony_ci depends on OF 2762306a36Sopenharmony_ci select CRC32 2862306a36Sopenharmony_ci select MII 2962306a36Sopenharmony_ci select PHYLIB 3062306a36Sopenharmony_ci select MDIO_SUN4I 3162306a36Sopenharmony_ci help 3262306a36Sopenharmony_ci Support for Allwinner A10 EMAC ethernet driver. 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci To compile this driver as a module, choose M here. The module 3562306a36Sopenharmony_ci will be called sun4i-emac. 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ciendif # NET_VENDOR_ALLWINNER 38