Hi,

On Tue, Sep 15, 2020 at 01:37:50PM +0300, Necip Fazil Yildiran wrote:
> When CLK_BCM2711_DVP is enabled and RESET_CONTROLLER is disabled, it
> results in the following Kbuild warning:
> 
> WARNING: unmet direct dependencies detected for RESET_SIMPLE
>   Depends on [n]: RESET_CONTROLLER [=n]
>   Selected by [y]:
>   - CLK_BCM2711_DVP [=y] && (ARCH_BCM2835 [=n] || COMPILE_TEST [=y]) && 
> COMMON_CLK [=y]
> 
> The reason is that CLK_BCM2711_DVP selects RESET_SIMPLE without depending
> on or selecting RESET_CONTROLLER while RESET_SIMPLE is subordinate to
> RESET_CONTROLLER.
> 
> Honor the kconfig menu hierarchy to remove kconfig dependency warnings.
> 
> Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver")
> Signed-off-by: Necip Fazil Yildiran <fazilyildi...@gmail.com>

A similar patch has already been sent (and merged):
https://lore.kernel.org/linux-clk/20200903082636.3844629-1-max...@cerno.tech/

Maxime

Attachment: signature.asc
Description: PGP signature

Reply via email to