mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
clk: mediatek: Allow building most MT6765 clock drivers as modules
Most of the MT6765 clock drivers can be built as modules: change them to tristate to allow that. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20230306140543.1813621-45-angelogioacchino.delregno@collabora.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
95ffe65437
commit
cfe2c864f0
@ -133,79 +133,79 @@ config COMMON_CLK_MT6765
|
||||
This driver supports MediaTek MT6765 basic clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_AUDIOSYS
|
||||
bool "Clock driver for MediaTek MT6765 audiosys"
|
||||
tristate "Clock driver for MediaTek MT6765 audiosys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 audiosys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_CAMSYS
|
||||
bool "Clock driver for MediaTek MT6765 camsys"
|
||||
tristate "Clock driver for MediaTek MT6765 camsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 camsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_GCESYS
|
||||
bool "Clock driver for MediaTek MT6765 gcesys"
|
||||
tristate "Clock driver for MediaTek MT6765 gcesys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 gcesys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MMSYS
|
||||
bool "Clock driver for MediaTek MT6765 mmsys"
|
||||
tristate "Clock driver for MediaTek MT6765 mmsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mmsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_IMGSYS
|
||||
bool "Clock driver for MediaTek MT6765 imgsys"
|
||||
tristate "Clock driver for MediaTek MT6765 imgsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 imgsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_VCODECSYS
|
||||
bool "Clock driver for MediaTek MT6765 vcodecsys"
|
||||
tristate "Clock driver for MediaTek MT6765 vcodecsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 vcodecsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MFGSYS
|
||||
bool "Clock driver for MediaTek MT6765 mfgsys"
|
||||
tristate "Clock driver for MediaTek MT6765 mfgsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mfgsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI0ASYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi0asys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi0asys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi0asys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI0BSYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi0bsys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi0bsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi0bsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI1ASYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi1asys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi1asys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi1asys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI1BSYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi1bsys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi1bsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi1bsys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI2ASYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi2asys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi2asys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi2asys clocks.
|
||||
|
||||
config COMMON_CLK_MT6765_MIPI2BSYS
|
||||
bool "Clock driver for MediaTek MT6765 mipi2bsys"
|
||||
tristate "Clock driver for MediaTek MT6765 mipi2bsys"
|
||||
depends on COMMON_CLK_MT6765
|
||||
help
|
||||
This driver supports MediaTek MT6765 mipi2bsys clocks.
|
||||
|
Loading…
Reference in New Issue
Block a user