Kconfig 265 B

12345678910111213141516
  1. #
  2. # Ethernet LAN device configuration
  3. #
  4. menuconfig ETHERNET
  5. bool "Ethernet driver support"
  6. depends on NET
  7. default y
  8. ---help---
  9. This section contains all the Ethernet device drivers.
  10. if ETHERNET
  11. source "drivers/net/ethernet/3com/Kconfig"
  12. endif # ETHERNET