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

