From 0add4f5d31f2838912c2273a88f6287cd2e1bf6f Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Wed, 1 Mar 2017 21:30:50 +0100 Subject: Kconfig: sunxi: Select new option for allow multiple drivers to bind For pinctrl & gpio and reset & clk, the sunxi (Allwinner SoC) board support needs to bind multiple drivers to a single DT node. Select the necessary config-option when selecting ARCH_SUNXI. Signed-off-by: Philipp Tomsich --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e84b74efb6..4ce642cf34 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -645,6 +645,7 @@ config ARCH_SUNXI select CMD_MMC if MMC select CMD_USB if DISTRO_DEFAULTS select DM + select DM_ALLOW_MULTIPLE_DRIVERS select DM_ETH select DM_GPIO select DM_KEYBOARD -- cgit v1.2.3