This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/12.7 by this push:
     new a8ffa96b65 arch/arm/Kconfig: fix copy-paste error
a8ffa96b65 is described below

commit a8ffa96b6597b512df6fec38fb3f20736c3346b6
Author: raiden00pl <[email protected]>
AuthorDate: Mon Oct 7 17:38:11 2024 +0200

    arch/arm/Kconfig: fix copy-paste error
    
    ARCH_CHIP_CSK6 has nothing to do with ST chips:
    fix option string and move below ST related options
---
 arch/arm/Kconfig | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 846ce91063..192edc4bb5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -103,6 +103,23 @@ config ARCH_CHIP_C5471
        ---help---
                TI TMS320 C5471, A180, or DA180 (ARM7TDMI)
 
+config ARCH_CHIP_CSK6
+       bool "LISTEANAI CSK6 6001A/6011B/6012"
+       select ARCH_HAVE_MPU
+       select ARCH_HAVE_FETCHADD
+       select ARCH_HAVE_I2CRESET
+       select ARCH_HAVE_HEAPCHECK
+       select ARCH_HAVE_PROGMEM
+       select ARCH_HAVE_SPI_BITORDER
+       select ARCH_HAVE_TICKLESS
+       select ARCH_HAVE_TIMEKEEPING
+       select ARM_HAVE_MPU_UNIFIED
+       select ARMV8M_HAVE_STACKCHECK
+       select ARCH_HAVE_ADJTIME
+       select ARCH_CORTEXM33
+       ---help---
+               LISTEANAI CSK6 architectures (ARM Cortex-M33).
+
 config ARCH_CHIP_DM320
        bool "TMS320 DM320"
        select ARCH_ARM926EJS
@@ -441,23 +458,6 @@ config ARCH_CHIP_STM32
        ---help---
                STMicro STM32 architectures (ARM Cortex-M3/4).
 
-config ARCH_CHIP_CSK6
-       bool "STMicro STM6 6001A/6011B/6012"
-       select ARCH_HAVE_MPU
-       select ARCH_HAVE_FETCHADD
-       select ARCH_HAVE_I2CRESET
-       select ARCH_HAVE_HEAPCHECK
-       select ARCH_HAVE_PROGMEM
-       select ARCH_HAVE_SPI_BITORDER
-       select ARCH_HAVE_TICKLESS
-       select ARCH_HAVE_TIMEKEEPING
-       select ARM_HAVE_MPU_UNIFIED
-       select ARMV8M_HAVE_STACKCHECK
-       select ARCH_HAVE_ADJTIME
-       select ARCH_CORTEXM33
-       ---help---
-               LISTEANAI CSK6architectures (ARM Cortex-M33).           
-
 config ARCH_CHIP_STM32F0
        bool "STMicro STM32 F0"
        select ARCH_CORTEXM0

Reply via email to