On 20/09/2021 21:03, Will McVicker wrote: > COMMON_CLK_SAMSUNG is selected by ARCH_EXYNOS which forces this config > to be built-in when ARCH_EXYNOS is enabled. Switch the logic to use a > "default y if ARCH_EXYNOS" to provide flexibilty for vendors to disable > or modularize this driver. The clock drivers are essential, you cannot disable them for a generic kernel supporting ARCH_EXYNOS. Such kernel won't work properly on platforms. > > I verified the .config is identical with and without this change. > > Signed-off-by: Will McVicker <willmcvicker@xxxxxxxxxx> > --- > arch/arm64/Kconfig.platforms | 1 - > drivers/clk/samsung/Kconfig | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > NAK, please use get_maintainers.pl to Cc necessary folks. Best regards, Krzysztof