Kconfig 581 B

123456789101112131415161718192021
  1. config NET_VENDOR_AURORA
  2. bool "Aurora VLSI devices"
  3. help
  4. If you have a network (Ethernet) device belonging to this class,
  5. say Y.
  6. Note that the answer to this question doesn't directly affect the
  7. kernel: saying N will just cause the configurator to skip all
  8. questions about Aurora devices. If you say Y, you will be asked
  9. for your specific device in the following questions.
  10. if NET_VENDOR_AURORA
  11. config AURORA_NB8800
  12. tristate "Aurora AU-NB8800 support"
  13. depends on HAS_DMA
  14. select PHYLIB
  15. help
  16. Support for the AU-NB8800 gigabit Ethernet controller.
  17. endif