Skip to content

Commit 98619dc

Browse files
bulwahnbebarino
authored andcommitted
clk: mediatek: drop two dead config options
Commit 0f471d3 ("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: 0f471d3 ("clk: mediatek: Split MT8195 clock drivers and allow module build") Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 9852d85 commit 98619dc

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

drivers/clk/mediatek/Kconfig

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -887,13 +887,6 @@ config COMMON_CLK_MT8195_APUSYS
887887
help
888888
This driver supports MediaTek MT8195 AI Processor Unit System clocks.
889889

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-
897890
config COMMON_CLK_MT8195_IMP_IIC_WRAP
898891
tristate "Clock driver for MediaTek MT8195 imp_iic_wrap"
899892
depends on COMMON_CLK_MT8195
@@ -908,14 +901,6 @@ config COMMON_CLK_MT8195_MFGCFG
908901
help
909902
This driver supports MediaTek MT8195 mfgcfg clocks.
910903

911-
config COMMON_CLK_MT8195_MSDC
912-
tristate "Clock driver for MediaTek MT8195 msdc"
913-
depends on COMMON_CLK_MT8195
914-
default COMMON_CLK_MT8195
915-
help
916-
This driver supports MediaTek MT8195 MMC and SD Controller's
917-
msdc and msdc_top clocks.
918-
919904
config COMMON_CLK_MT8195_SCP_ADSP
920905
tristate "Clock driver for MediaTek MT8195 scp_adsp"
921906
depends on COMMON_CLK_MT8195

0 commit comments

Comments
 (0)