diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2024-01-15 15:05:56 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2024-01-19 14:38:59 +0100 |
commit | 49de864a2514bb6c9a7df253bf78b711699f07f3 (patch) | |
tree | af92db951e7a5c5e5289cd6706338df8dfabcd22 /drivers | |
parent | eff29f0a6092dee3c5cf5b759cf14ef1f3c4dab8 (diff) | |
download | u-boot-49de864a2514bb6c9a7df253bf78b711699f07f3.tar.gz u-boot-49de864a2514bb6c9a7df253bf78b711699f07f3.tar.bz2 u-boot-49de864a2514bb6c9a7df253bf78b711699f07f3.zip |
arm: Rename STM32MP13x
CONFIG options must not use lower-case letter. Convert this and related
ones to upper case.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
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 7a34ea23c3..7dbddd032b 100644 --- a/drivers/clk/stm32/Kconfig +++ b/drivers/clk/stm32/Kconfig @@ -31,7 +31,7 @@ config CLK_STM32MP1 config CLK_STM32MP13 bool "Enable RCC clock driver for STM32MP13" depends on ARCH_STM32MP && CLK - default y if STM32MP13x + default y if STM32MP13X select CLK_STM32_CORE help Enable the STM32 clock (RCC) driver. Enable support for |