[U-Boot] [PATCH v3 4/9] Kconfig: sunxi: Select new option for allow multiple drivers to bind
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Wed Mar 1 21:20:03 UTC 2017
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 <philipp.tomsich at theobroma-systems.com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0229800..c62d61b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -644,6 +644,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
--
1.9.1
More information about the U-Boot
mailing list