]> git.sur5r.net Git - u-boot/commit
ARM: uniphier: enable CONFIG_SNI_AVE and disable CONFIG_SMC911X
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Jun 2018 07:11:42 +0000 (16:11 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Jun 2018 16:28:08 +0000 (01:28 +0900)
commitb0e8bb4d01ddf3cfb38ab060e46ca991b04714be
tree0c8a2e7a811579ae932a1f23509912fde7faea01
parentdc7df68f21093039b3ab1a1702f5b7cd3e621431
ARM: uniphier: enable CONFIG_SNI_AVE and disable CONFIG_SMC911X

Enable the on-chip ethernet driver for uniphier_{v7,v8}_defconfig.
Disable the on-board SMC911x because it has not migrated to the
driver model yet - it is not possible to enable DM and non-DM
drivers at the same time.

The CONFIG_SMC911X for uniphier_ld4_sld8_defconfig is still kept
because the on-chip ethernet driver for LD4, sLD8 is not supported
yet.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
configs/uniphier_v7_defconfig
configs/uniphier_v8_defconfig