aboutsummaryrefslogtreecommitdiff
path: root/configs/uniphier_v8_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-19 16:11:42 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-23 01:28:08 +0900
commitb0e8bb4d01ddf3cfb38ab060e46ca991b04714be (patch)
tree0c8a2e7a811579ae932a1f23509912fde7faea01 /configs/uniphier_v8_defconfig
parentdc7df68f21093039b3ab1a1702f5b7cd3e621431 (diff)
downloadu-boot-b0e8bb4d01ddf3cfb38ab060e46ca991b04714be.zip
u-boot-b0e8bb4d01ddf3cfb38ab060e46ca991b04714be.tar.gz
u-boot-b0e8bb4d01ddf3cfb38ab060e46ca991b04714be.tar.bz2
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>
Diffstat (limited to 'configs/uniphier_v8_defconfig')
-rw-r--r--configs/uniphier_v8_defconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
index cb7680a..93df2f6 100644
--- a/configs/uniphier_v8_defconfig
+++ b/configs/uniphier_v8_defconfig
@@ -39,10 +39,8 @@ CONFIG_MMC_SDHCI_CADENCE=y
CONFIG_NAND=y
CONFIG_NAND_DENALI_DT=y
CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
-CONFIG_NETDEVICES=y
-CONFIG_SMC911X=y
-CONFIG_SMC911X_BASE=0x0
-CONFIG_SMC911X_32_BIT=y
+CONFIG_DM_ETH=y
+CONFIG_SNI_AVE=y
CONFIG_PINCONF=y
CONFIG_SYSRESET=y
CONFIG_SYSRESET_PSCI=y