From: Marek Vasut Date: Wed, 13 Apr 2022 02:15:38 +0000 (+0200) Subject: net: dm9000: Add Kconfig entry X-Git-Tag: v2022.07~100^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=f478da938f5e0687a1bc975543155d108483286a;p=platform%2Fkernel%2Fu-boot.git net: dm9000: Add Kconfig entry Add Kconfig entry for the DM9000 MAC. Reviewed-by: Ramon Fried Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Ramon Fried --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a6171a7..347fe8a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -191,6 +191,11 @@ config CALXEDA_XGMAC This driver supports the XGMAC in Calxeda Highbank and Midway machines. +config DRIVER_DM9000 + bool "Davicom DM9000 controller driver" + help + The Davicom DM9000 parallel bus external ethernet interface chip. + config DWC_ETH_QOS bool "Synopsys DWC Ethernet QOS device support" depends on DM_ETH