clk: mediatek: Select all the MT8183 clocks by default
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 3 Feb 2021 10:54:23 +0000 (11:54 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 07:47:04 +0000 (23:47 -0800)
commit8c18e927b10d4c6abdfd5b0bb60603df5b9ac56e
tree01b59f58db45db49f5dc05c73b246d88469ff785
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
clk: mediatek: Select all the MT8183 clocks by default

If MT8183 SoC support is enabled, almost all machines will use topckgen,
apmixedsys, infracfg, mcucfg and subsystem clocks, so it feels wrong to
require each one to select that symbols manually.

Instead, enable it whenever COMMON_CLK_MT8183_* is disabled as
a simplification. This would add few KB in the kernel image size but
will make the life a bit easier to the users, anyway you'll need to probably
enable all of them if you want to have proper support for that SoC.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210203105423.682960-1-enric.balletbo@collabora.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/Kconfig