]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arc: Kconfig: Add missing DM dependency
authorMichal Simek <michal.simek@xilinx.com>
Wed, 19 Aug 2020 08:44:20 +0000 (10:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Aug 2020 15:26:58 +0000 (11:26 -0400)
ARC is selecting TIMER which depends on DM but DM is not selected and
doesn't need to be enabled. Fix it by selecting DM for ARC architecture.

Kconfig is showing this missing dependency by:
WARNING: unmet direct dependencies detected for TIMER
  Depends on [n]: DM [=n]
  Selected by [y]:
  - ARC [=y] && <choice>

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index e4a0a0230c1f932c6c1c7e7514383e241c00db95..683e38431906f27449ae0299b8a508d935a0b36e 100644 (file)
@@ -12,6 +12,7 @@ config ARC
        bool "ARC architecture"
        select ARC_TIMER
        select CLK
+       select DM
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
        select TIMER