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