summaryrefslogtreecommitdiff
path: root/arch/arm/core/cortex_m/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/core/cortex_m/Kconfig')
-rw-r--r--arch/arm/core/cortex_m/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/core/cortex_m/Kconfig b/arch/arm/core/cortex_m/Kconfig
index 6278b7939..eaff1e52f 100644
--- a/arch/arm/core/cortex_m/Kconfig
+++ b/arch/arm/core/cortex_m/Kconfig
@@ -69,7 +69,7 @@ config ARMV6_M
help
This option signifies the use of an ARMv6-M processor implementation.
-config CPU_CORTEX_M3_M4
+config ARMV7_M
bool
# Omit prompt to signify "hidden" option
default n
@@ -78,7 +78,7 @@ config CPU_CORTEX_M3_M4
select CPU_CORTEX_M_HAS_BASEPRI
select CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS
help
- This option signifies the use of either a Cortex-M3 or Cortex-M4 CPU.
+ This option signifies the use of an ARMv7-M processor implementation.
config CPU_CORTEX_M0
bool
@@ -97,14 +97,14 @@ config CPU_CORTEX_M0PLUS
config CPU_CORTEX_M3
bool
# Omit prompt to signify "hidden" option
- select CPU_CORTEX_M3_M4
+ select ARMV7_M
help
This option signifies the use of a Cortex-M3 CPU
config CPU_CORTEX_M4
bool
# Omit prompt to signify "hidden" option
- select CPU_CORTEX_M3_M4
+ select ARMV7_M
help
This option signifies the use of a Cortex-M4 CPU
@@ -211,7 +211,7 @@ config FLASH_BASE_ADDRESS
endmenu
menu "ARM Cortex-M0/M0+/M3/M4/M7 options"
- depends on ARMV6_M || CPU_CORTEX_M3_M4 || CPU_CORTEX_M7
+ depends on ARMV6_M || ARMV7_M || CPU_CORTEX_M7
config IRQ_OFFLOAD
bool "Enable IRQ offload"