summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-01 21:30:50 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:19 +0100
commit0add4f5d31f2838912c2273a88f6287cd2e1bf6f (patch)
treeb2427d916e12369dd84cce7c23e350e4ab1299a9
parentb67e899ff11d64732dafede691cefcf368f8f877 (diff)
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 <philipp.tomsich@theobroma-systems.com>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
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