]> Git Repo - J-u-boot.git/commitdiff
net: Kconfig: FEC: Add dependency on i.MX8M
authorPeng Fan <[email protected]>
Tue, 22 Oct 2019 03:29:58 +0000 (03:29 +0000)
committerStefano Babic <[email protected]>
Tue, 5 Nov 2019 09:27:18 +0000 (10:27 +0100)
Make FEC driver could be used by i.MX8M when CONFIG_FEC_MXC defined
in defconfig.

Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Tested-by: Frieder Schrempf <[email protected]>
drivers/net/Kconfig

index eb3d7ed45f09ba52c00562e34e7325aef786090b..4182897d898578f218b74b296b95678002a34de1 100644 (file)
@@ -236,7 +236,7 @@ config FEC_MXC_MDIO_BASE
 
 config FEC_MXC
        bool "FEC Ethernet controller"
-       depends on MX28 || MX5 || MX6 || MX7 || IMX8 || VF610
+       depends on MX28 || MX5 || MX6 || MX7 || IMX8 || IMX8M || VF610
        help
          This driver supports the 10/100 Fast Ethernet controller for
          NXP i.MX processors.
This page took 0.036441 seconds and 4 git commands to generate.