diff options
| author | Patrick Delaunay <[email protected]> | 2024-01-15 15:05:57 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2024-01-19 14:38:59 +0100 |
| commit | 9f1dc110cccaf635e6b637b246e20a2a95acde8d (patch) | |
| tree | 3fcb4a4c422d91d46cad26d2cfa906f435993922 /drivers | |
| parent | 49de864a2514bb6c9a7df253bf78b711699f07f3 (diff) | |
arm: Rename STM32MP15x
CONFIG options must not use lower-case letter. Convert this and related
ones to upper case.
Signed-off-by: Simon Glass <[email protected]
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/stm32/Kconfig b/drivers/clk/stm32/Kconfig index 7dbddd032b8..c05015efe8b 100644 --- a/drivers/clk/stm32/Kconfig +++ b/drivers/clk/stm32/Kconfig @@ -23,7 +23,7 @@ config CLK_STM32_CORE config CLK_STM32MP1 bool "Enable RCC clock driver for STM32MP15" depends on ARCH_STM32MP && CLK - default y if STM32MP15x + default y if STM32MP15X help Enable the STM32 clock (RCC) driver. Enable support for manipulating STM32MP15's on-SoC clocks. |
