162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciconfig NET_VENDOR_ACTIONS 462306a36Sopenharmony_ci bool "Actions Semi devices" 562306a36Sopenharmony_ci depends on ARCH_ACTIONS || COMPILE_TEST 662306a36Sopenharmony_ci default ARCH_ACTIONS 762306a36Sopenharmony_ci help 862306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1162306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all the 1262306a36Sopenharmony_ci questions about Actions Semi devices. If you say Y, you will be 1362306a36Sopenharmony_ci asked for your specific card in the following questions. 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciif NET_VENDOR_ACTIONS 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciconfig OWL_EMAC 1862306a36Sopenharmony_ci tristate "Actions Semi Owl Ethernet MAC support" 1962306a36Sopenharmony_ci select PHYLIB 2062306a36Sopenharmony_ci help 2162306a36Sopenharmony_ci This driver supports the Actions Semi Ethernet Media Access 2262306a36Sopenharmony_ci Controller (EMAC) found on the S500 and S900 SoCs. The controller 2362306a36Sopenharmony_ci is compliant with the IEEE 802.3 CSMA/CD standard and supports 2462306a36Sopenharmony_ci both half-duplex and full-duplex operation modes at 10/100 Mb/s. 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ciendif # NET_VENDOR_ACTIONS 27