clk: stm32: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 4 Apr 2025 11:56:59 +0000 (13:56 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 20 Jun 2025 07:21:28 +0000 (00:21 -0700)
commit742014ae01001ebec2496370a36646ef1c870b62
tree362fadb7f1476bf1f22889f811bd85175d2ec58c
parente813fc758c842d65cac348a6b62cfc389a6ec0ea
clk: stm32: Do not enable by default during compile testing

Enabling the compile test should not cause automatic enabling of all
drivers.  Restrict the default to ARCH also for individual driver, even
though its choice is not visible without selecting parent Kconfig
symbol, because otherwise selecting parent would select the child during
compile testing.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250404-kconfig-defaults-clk-v1-3-4d2df5603332@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/stm32/Kconfig