[U-Boot] [PATCH v2 4/6] defconfig: lynx: enable CONFIG_DM_ALLOW_MULTIPLE_DRIVERS

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Wed Feb 22 20:47:30 UTC 2017


Now that we have the new functionality to allow multiple drivers to
bind for a single node, we want to enable it for the A64-uQ7.

Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
---
 configs/lynx_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/lynx_defconfig b/configs/lynx_defconfig
index 7b773f1..0fba279 100644
--- a/configs/lynx_defconfig
+++ b/configs/lynx_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
 CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_MACH_SUN50I=y
+CONFIG_DM_ALLOW_MULTIPLE_DRIVERS=y
 CONFIG_PINCTRL=y
 CONFIG_SUNXI_PINCTRL=y
 CONFIG_CLK=y
-- 
1.9.1



More information about the U-Boot mailing list