Re: [PATCH] remoteproc: scp: add COMPILE_TEST dependency

2020-08-30 Thread Mauro Carvalho Chehab
Em Fri, 21 Aug 2020 20:58:32 +0900 Alexandre Courbot escreveu: > This will improve this driver's build coverage. There is a pending pull request for media which seems to depend on this patch. Without it, COMPILE_TEST breaks at linux-media git tree, if I pick it. See: https://lore.kerne

[PATCH] remoteproc: scp: add COMPILE_TEST dependency

2020-08-21 Thread Alexandre Courbot
This will improve this driver's build coverage. Reported-by: Ezequiel Garcia Signed-off-by: Alexandre Courbot --- drivers/remoteproc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index c6659dfea7c7..d1fcada710