
22 Aug
2020
22 Aug
'20
1:41 a.m.
On Wed, 19 Aug 2020 at 02:44, Michal Simek michal.simek@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@xilinx.com
arch/Kconfig | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org