1de6e0b19SCristian Ciocaltea# SPDX-License-Identifier: GPL-2.0-only 2de6e0b19SCristian Ciocaltea 3de6e0b19SCristian Ciocalteaconfig NET_VENDOR_ACTIONS 4de6e0b19SCristian Ciocaltea bool "Actions Semi devices" 5*fbcf8a34SCai Huoqing depends on ARCH_ACTIONS || COMPILE_TEST 6*fbcf8a34SCai Huoqing default ARCH_ACTIONS 7de6e0b19SCristian Ciocaltea help 8de6e0b19SCristian Ciocaltea If you have a network (Ethernet) card belonging to this class, say Y. 9de6e0b19SCristian Ciocaltea 10de6e0b19SCristian Ciocaltea Note that the answer to this question doesn't directly affect the 11de6e0b19SCristian Ciocaltea kernel: saying N will just cause the configurator to skip all the 12de6e0b19SCristian Ciocaltea questions about Actions Semi devices. If you say Y, you will be 13de6e0b19SCristian Ciocaltea asked for your specific card in the following questions. 14de6e0b19SCristian Ciocaltea 15de6e0b19SCristian Ciocalteaif NET_VENDOR_ACTIONS 16de6e0b19SCristian Ciocaltea 17de6e0b19SCristian Ciocalteaconfig OWL_EMAC 18de6e0b19SCristian Ciocaltea tristate "Actions Semi Owl Ethernet MAC support" 19de6e0b19SCristian Ciocaltea select PHYLIB 20de6e0b19SCristian Ciocaltea help 21de6e0b19SCristian Ciocaltea This driver supports the Actions Semi Ethernet Media Access 22de6e0b19SCristian Ciocaltea Controller (EMAC) found on the S500 and S900 SoCs. The controller 23de6e0b19SCristian Ciocaltea is compliant with the IEEE 802.3 CSMA/CD standard and supports 24de6e0b19SCristian Ciocaltea both half-duplex and full-duplex operation modes at 10/100 Mb/s. 25de6e0b19SCristian Ciocaltea 26de6e0b19SCristian Ciocalteaendif # NET_VENDOR_ACTIONS 27