diff options
author | Heiko Schocher | 2019-12-01 11:23:18 +0100 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:55 +0100 |
commit | 5e65496d8059377f0abb1d0d52cf4bd1ab3a0aff (patch) | |
tree | 4ed600573e678bca07f6e59e7b0febaa420e0d9f /configs/aristainetos2_defconfig | |
parent | cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e (diff) |
imx6: aristainetos: enable DM_ETH
enable DM_ETH and remove unneeded board code.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2_defconfig')
-rw-r--r-- | configs/aristainetos2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index 0fa6bfb423c..92771555fa6 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -76,7 +76,9 @@ CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT=1 CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y +CONFIG_DM_ETH=y CONFIG_MII=y +CONFIG_PHY=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y |