Re: [PATCH] clk: bcm: Make COMMON_CLK_IPROC into a library

From: Florian Fainelli
Date: Wed Nov 23 2016 - 18:13:53 EST


Le 23/11/2016 Ã 14:55, Scott Branden a Ãcrit :
>> config COMMON_CLK_IPROC
>> - bool "Broadcom iProc clock support"
>> - depends on ARCH_BCM_IPROC || ARCH_BCM_63XX || COMPILE_TEST
>> - depends on COMMON_CLK
> I think the depends on COMMON_CLK needs to remain?

That's not necessary; the options are not visible if COMMON_CLK is not
already defined, see drivers/clk/Kconfig:

menu "Common Clock Framework"
depends on COMMON_CLK

...
source "drivers/clk/bcm/Kconfig"

endmenu.
--
Florian