doc: migration-guide-3.7 & release-notes-3.7: Rename the Kconfig symbol
Rename the Kconfig symbol for all ITE SoC variants. Rename the SOC_SERITES_ITE_IT8XXX2 to SOC_SERIES_IT8XXX2. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
3a9b253491
commit
130ead6f20
2 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,11 @@ Boards
|
|||
|
||||
* Reordered D1 and D0 in the `pro_micro` connector gpio-map for SparkFun Pro Micro RP2040 to match
|
||||
original Pro Micro definition. Out-of-tree shields must be updated to reflect this change.
|
||||
* ITE: Rename all SoC variant Kconfig options, e.g., ``CONFIG_SOC_IT82202_AX`` is renamed to
|
||||
``CONFIG_SOC_IT82202AX``.
|
||||
All symbols are renamed as follows: ``SOC_IT81202BX``, ``SOC_IT81202CX``, ``SOC_IT81302BX``,
|
||||
``SOC_IT81302CX``, ``SOC_IT82002AW``, ``SOC_IT82202AX``, ``SOC_IT82302AX``.
|
||||
And, rename the ``SOC_SERIES_ITE_IT8XXX2`` to ``SOC_SERIES_IT8XXX2``.
|
||||
|
||||
Modules
|
||||
*******
|
||||
|
|
|
@ -78,6 +78,8 @@ Boards & SoC Support
|
|||
|
||||
* Made these changes in other SoC series:
|
||||
|
||||
* ITE: Rename the Kconfig symbol for all ITE SoC variants.
|
||||
|
||||
* Added support for these ARM boards:
|
||||
|
||||
* Added support for these Xtensa boards:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue