Kconfig 592 B

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