diff options
author | Christophe JAILLET | 2020-05-03 21:03:27 +0200 |
---|---|---|
committer | Stephen Boyd | 2020-05-05 12:28:19 -0700 |
commit | 4fe02fefe7a6ca8914d73dfafaad5053aa5d1ef9 (patch) | |
tree | edbc3b6cc75f167b852ca0e87a16b2ec69585234 /drivers/clk/Kconfig | |
parent | 782fe98b9350fd64b4d1a651a1da1d303e03b32c (diff) |
clk: clk-xgene: Fix a typo in Kconfig
s/Sypport/Support
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lkml.kernel.org/r/20200503190327.153249-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index bcb257baed06..99ddc1478493 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -252,7 +252,7 @@ config COMMON_CLK_XGENE default ARCH_XGENE depends on ARM64 || COMPILE_TEST ---help--- - Sypport for the APM X-Gene SoC reference, PLL, and device clocks. + Support for the APM X-Gene SoC reference, PLL, and device clocks. config COMMON_CLK_LOCHNAGAR tristate "Cirrus Logic Lochnagar clock driver" |