[PATCH 6/9] arc: Kconfig: Add missing DM dependency
Simon Glass
sjg at chromium.org
Sat Aug 22 01:41:18 CEST 2020
On Wed, 19 Aug 2020 at 02:44, Michal Simek <michal.simek at xilinx.com> wrote:
>
> 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 at xilinx.com>
> ---
>
> arch/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list