Kconfig 911 B

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