diff options
author | Álvaro Fernández Rojas | 2018-12-01 19:00:32 +0100 |
---|---|---|
committer | Daniel Schwierzeck | 2018-12-19 15:23:01 +0100 |
commit | 9622972af47a05bc8d801625ee2ae3aaff416dbf (patch) | |
tree | 4c66467b31a76b387be1092a9d1171b999c618ec /drivers/net/Kconfig | |
parent | 9c0c7e8487b7b37d8b30aa790cbc5314011b2796 (diff) |
net: add support for bcm6368-enet
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2b7cec8804b..7044c6adf32 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -82,6 +82,14 @@ config BCM6348_ETH help This driver supports the BCM6348 Ethernet MAC. +config BCM6368_ETH + bool "BCM6368 EMAC support" + depends on DM_ETH && ARCH_BMIPS + select DMA + select MII + help + This driver supports the BCM6368 Ethernet MAC. + config DWC_ETH_QOS bool "Synopsys DWC Ethernet QOS device support" depends on DM_ETH |