Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: mediatek: drop two dead config options

Commit 0f471d31e5e8 ("clk: mediatek: Split MT8195 clock drivers and allow
module build") adds a number of new COMMON_CLK_MT8195_* config options.
Among those, the config options COMMON_CLK_MT8195_AUDSYS and
COMMON_CLK_MT8195_MSDC have no reference in the source tree and are not
used in the Makefile to include a specific file.

Drop the dead config options COMMON_CLK_MT8195_AUDSYS and
COMMON_CLK_MT8195_MSDC.

Fixes: 0f471d31e5e8 ("clk: mediatek: Split MT8195 clock drivers and allow module build")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20240927092232.386511-1-lukas.bulwahn@redhat.com
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Lukas Bulwahn and committed by
Stephen Boyd
98619dc3 9852d85e

-15
-15
drivers/clk/mediatek/Kconfig
··· 887 887 help 888 888 This driver supports MediaTek MT8195 AI Processor Unit System clocks. 889 889 890 - config COMMON_CLK_MT8195_AUDSYS 891 - tristate "Clock driver for MediaTek MT8195 audsys" 892 - depends on COMMON_CLK_MT8195 893 - default COMMON_CLK_MT8195 894 - help 895 - This driver supports MediaTek MT8195 audsys clocks. 896 - 897 890 config COMMON_CLK_MT8195_IMP_IIC_WRAP 898 891 tristate "Clock driver for MediaTek MT8195 imp_iic_wrap" 899 892 depends on COMMON_CLK_MT8195 ··· 900 907 default COMMON_CLK_MT8195 901 908 help 902 909 This driver supports MediaTek MT8195 mfgcfg clocks. 903 - 904 - config COMMON_CLK_MT8195_MSDC 905 - tristate "Clock driver for MediaTek MT8195 msdc" 906 - depends on COMMON_CLK_MT8195 907 - default COMMON_CLK_MT8195 908 - help 909 - This driver supports MediaTek MT8195 MMC and SD Controller's 910 - msdc and msdc_top clocks. 911 910 912 911 config COMMON_CLK_MT8195_SCP_ADSP 913 912 tristate "Clock driver for MediaTek MT8195 scp_adsp"