commit | d5d59bd99a17876cf80550299d14279cc77b8f3b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Aug 19 10:44:20 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:26:58 2020 -0400 |
tree | 0fedf356bb2a2313baecc19a7769626a318eab75 | |
parent | 463c3867a67ae66baad8bdc957e22f429ad54976 [diff] |
arc: Kconfig: Add missing DM dependency 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>