!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI#19069
Open
raiden00pl wants to merge 1 commit into
Open
!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI#19069raiden00pl wants to merge 1 commit into
raiden00pl wants to merge 1 commit into
Conversation
xiaoxiang781216
previously approved these changes
Jun 9, 2026
jerpelea
previously approved these changes
Jun 9, 2026
acassis
previously approved these changes
Jun 9, 2026
44945b2
723df83 to
44945b2
Compare
Contributor
|
@raiden00pl do you push the wrong patch? the change isn't related to QSPI anymore. |
44945b2 to
336ea40
Compare
Member
Author
|
thanks, I mixed up the branches |
linguini1
previously approved these changes
Jun 9, 2026
xiaoxiang781216
previously approved these changes
Jun 9, 2026
BREAKING CHANGE: CONFIG_STM32F7_QUADSPI and CONFIG_STM32H7_QUADSPI are renamed to CONFIG_STM32F7_QSPI and CONFIG_STM32H7_QSPI. Out-of-tree F7/H7 board configurations must update the symbol name. Standardize the F7/H7 QSPI enable symbol on the QSPI name (the QUADSPI and QSPI peripherals are the same IP block). Only the Kconfig enable symbol and its CONFIG_ references are renamed; the QUADSPI hardware register/pin/DMA macros are unchanged. Signed-off-by: raiden00pl <raiden00@railab.me>
811e461
336ea40 to
811e461
Compare
xiaoxiang781216
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI
Standardize the F7/H7 QSPI enable symbol on the QSPI name (the QUADSPI and QSPI peripherals are the same IP block). Only the Kconfig enable symbol and its CONFIG_ references are renamed; the QUADSPI hardware register/pin/DMA macros are unchanged.
Impact
BREAKING CHANGE: CONFIG_STM32F7_QUADSPI and CONFIG_STM32H7_QUADSPI are renamed to CONFIG_STM32F7_QSPI and CONFIG_STM32H7_QSPI. Out-of-tree F7/H7 board configurations must update the symbol name.
Testing
CI