diff mbox

[U-Boot,v3,4/9] Kconfig: sunxi: Select new option for allow multiple drivers to bind

Message ID 1488403208-55963-5-git-send-email-philipp.tomsich@theobroma-systems.com
State Rejected
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Philipp Tomsich March 1, 2017, 9:20 p.m. UTC
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@theobroma-systems.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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