arm: socfpga: gen5 enable designware_socfpga
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Sun, 13 Jan 2019 18:58:41 +0000 (19:58 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 18 Feb 2019 12:00:53 +0000 (13:00 +0100)
Enable the socfpga specific designware ethernet driver by default for
socfpga by implying it when enabling CONFIG_ETH_DESIGNWARE for a
MACH_SOCFPGA config.

This is required to remove the hacky reset and phy mode handling in
arch/arm/mach-socfpga.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
drivers/net/Kconfig

index 1715023be6f15c394601342149f7ef86d84a6c72..77d0b3a01f433dd10e678a387caa4dda7dd9d7ad 100644 (file)
@@ -156,6 +156,7 @@ config ETH_SANDBOX_RAW
 config ETH_DESIGNWARE
        bool "Synopsys Designware Ethernet MAC"
        select PHYLIB
+       imply ETH_DESIGNWARE_SOCFPGA if ARCH_SOCFPGA
        help
          This MAC is present in SoCs from various vendors. It supports
          100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to