diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-03-14 09:44:04 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-04-23 04:16:50 +0200 |
commit | 1e627317919066386d089aaca1aab77bc5200c02 (patch) | |
tree | d6748d04bb08a8c37058659550419b443e2a3bf4 /drivers/clk/Kconfig | |
parent | dt-bindings: Add en7523-scu device tree binding documentation (diff) | |
download | linux-1e627317919066386d089aaca1aab77bc5200c02.tar.xz linux-1e627317919066386d089aaca1aab77bc5200c02.zip |
clk: en7523: Add clock driver for Airoha EN7523 SoC
This driver only registers fixed rate clocks, since the clocks are fully
initialized by the boot loader and should not be changed later, according
to Airoha.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20220314084409.84394-3-nbd@nbd.name
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 5d596e778ff4..3148d14702df 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -210,6 +210,15 @@ config COMMON_CLK_CS2000_CP help If you say yes here you get support for the CS2000 clock multiplier. +config COMMON_CLK_EN7523 + bool "Clock driver for Airoha EN7523 SoC system clocks" + depends on OF + depends on ARCH_AIROHA || COMPILE_TEST + default ARCH_AIROHA + help + This driver provides the fixed clocks and gates present on Airoha + ARM silicon. + config COMMON_CLK_FSL_FLEXSPI tristate "Clock driver for FlexSPI on Layerscape SoCs" depends on ARCH_LAYERSCAPE || COMPILE_TEST |