summaryrefslogtreecommitdiff
path: root/configs/MCR3000_defconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-11-21 08:51:43 +0000
committerTom Rini <trini@konsulko.com>2018-12-03 10:44:10 -0500
commitf55db0afa23de5beedb63c011a879ebbe0f61613 (patch)
tree5e30079f954ebdde427b7bf6d3f91de07dc6b57c /configs/MCR3000_defconfig
parent71c743c5f787a9babcb2712965fe7d1ddf6ed9f6 (diff)
board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL
Add mcr3000 device tree and activate CONFIG_DM and CONFIG_OF_CONTROL Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'configs/MCR3000_defconfig')
-rw-r--r--configs/MCR3000_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig
index 29a60e3a98..6d7dda82a2 100644
--- a/configs/MCR3000_defconfig
+++ b/configs/MCR3000_defconfig
@@ -73,3 +73,6 @@ CONFIG_MPC8XX_FEC=y
CONFIG_SHA256=y
CONFIG_LZMA=y
CONFIG_OF_LIBFDT=y
+CONFIG_DM=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="mcr3000"