Kconfig 409 B

12345678910111213141516171819202122232425
  1. #
  2. # Amlogic Ethernet Driver configuration
  3. #
  4. menu "Amlogic Ethernet Support"
  5. config AM_ETHERNET
  6. tristate "Amloigc Ethetnet support"
  7. select NET
  8. help
  9. Depends on NET
  10. config AM_ETHERNET_DEBUG_LEVEL
  11. int "Amloigc Ethetnet support"
  12. default 1
  13. depends on NET && AM_ETHERNET
  14. help
  15. debug level:
  16. // >0 for basic init and remove debug;
  17. // >1 further setting debug;
  18. // >2 for tx
  19. // >3 for rx
  20. endmenu