All other Glymur driver use "Glymur" and not all caps "GLYMUR". Align the prompt and help text.
Signed-off-by: Luca Weiss <[email protected]> --- drivers/clk/qcom/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 7d84c2f1d911..4169ecd95ef3 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -65,11 +65,11 @@ config CLK_GLYMUR_GCC I2C, USB, UFS, SDCC, etc. config CLK_GLYMUR_GPUCC - tristate "GLYMUR Graphics Clock Controller" + tristate "Glymur Graphics Clock Controller" depends on ARM64 || COMPILE_TEST select CLK_GLYMUR_GCC help - Support for the graphics clock controller on GLYMUR devices. + Support for the graphics clock controller on Glymur devices. Say Y if you want to support graphics controller devices and functionality such as 3D graphics. --- base-commit: 7de6ae9e12207ec146f2f3f1e58d1a99317e88bc change-id: 20260701-glymur-uncaps-9b538645f0b8 Best regards, -- Luca Weiss <[email protected]>

