diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-02-07 09:44:16 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:07:06 +0800 |
commit | 0137915ed40e2da5a6de4d30574d08e2bf3a0363 (patch) | |
tree | cf30dbb90c717ba65fc3c7d47957376aec4f9b32 /configs | |
parent | 32cf4a9c937c762bfbcff1144cc0cb0af8ba91e5 (diff) |
MLK-14418-7 imx: mx7dsabresd: add FEC DM support
Add FEC2 and convert to use FEC DM driver.
Add board rev check.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 2998c0b..585af36 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -69,3 +69,4 @@ CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 CONFIG_ERRNO_STR=y +CONFIG_DM_ETH=y |