diff options
| author | Patrice Chotard <[email protected]> | 2025-06-26 10:08:45 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-07-29 17:02:31 +0200 |
| commit | fdd30ee308a29e3dcfbadb1587c2ad01c45e6530 (patch) | |
| tree | bef64b472f66e0d6f942925cbcc5b2b080334af9 /drivers | |
| parent | 998da69da6780c0a953e08549c0de0aafeb4f0bc (diff) | |
ARM: stm32mp: Add STM32MP23 support
Add STM32MP23 support which is a cost optimized of STM32MP25.
More details available at:
https://www.st.com/en/microcontrollers-microprocessors/stm32mp2-series.html
Signed-off-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/reset/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/stm32/Kconfig b/drivers/reset/stm32/Kconfig index 39dcfa0a9ca..fdd88a6bfae 100644 --- a/drivers/reset/stm32/Kconfig +++ b/drivers/reset/stm32/Kconfig @@ -16,7 +16,7 @@ config RESET_STM32MP1 config RESET_STM32MP25 bool "Enable the STM32MP25 reset" - depends on STM32MP25X + depends on STM32MP23X || STM32MP25X default y help Support for reset controllers on STMicroelectronics STM32MP2 family SoCs. |
