diff options
author | Pali Rohár <pali@kernel.org> | 2020-08-17 17:13:19 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-31 14:45:53 +0200 |
commit | a68676535f2fdb279d0510ed4a202b940da9ca48 (patch) | |
tree | dfa6f434fb12f220bab25382e11ac0ff7ace4052 /configs/mvebu_espressobin-88f3720_defconfig | |
parent | 48f2c8a37f700859a7004dce5adb116597a45700 (diff) | |
download | u-boot-a68676535f2fdb279d0510ed4a202b940da9ca48.tar.gz |
arm: mvebu: Espressobin: Enable CONFIG_MVNETA
Espressobin uses mvneta ethernet driver.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 5136f02806..495faf43a3 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -80,3 +80,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SHA1=y CONFIG_SHA256=y +CONFIG_MVNETA=y |