summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-02-22 13:12:00 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:20 +0100
commit0b587a836bb3ec7c27619c29d9e6fd15a9e4b56b (patch)
treea3df2f1efa17fdb64bb42548a9efb09c54a97166
parent0b9e768348acd3dff74a0c402e63936053d84280 (diff)
defconfig: lynx: enable CONFIG_DM_ALLOW_MULTIPLE_DRIVERS
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@theobroma-systems.com>
-rw-r--r--configs/lynx_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lynx_defconfig b/configs/lynx_defconfig
index 7b773f1472..0fba279b7c 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