brintos

brintos / linux-shallow public Read only

0
0
Text · 911 B · f630cac Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config NET_VENDOR_ACTIONS4	bool "Actions Semi devices"5	depends on ARCH_ACTIONS || COMPILE_TEST6	default ARCH_ACTIONS7	help8	  If you have a network (Ethernet) card belonging to this class, say Y.9 10	  Note that the answer to this question doesn't directly affect the11	  kernel: saying N will just cause the configurator to skip all the12	  questions about Actions Semi devices.  If you say Y, you will be13	  asked for your specific card in the following questions.14 15if NET_VENDOR_ACTIONS16 17config OWL_EMAC18	tristate "Actions Semi Owl Ethernet MAC support"19	select PHYLIB20	help21	  This driver supports the Actions Semi Ethernet Media Access22	  Controller (EMAC) found on the S500 and S900 SoCs.  The controller23	  is compliant with the IEEE 802.3 CSMA/CD standard and supports24	  both half-duplex and full-duplex operation modes at 10/100 Mb/s.25 26endif # NET_VENDOR_ACTIONS27