Skip to content

Commit 345aed2

Browse files
committed
kconfig: arm: Remove 'if CPU_CORTEX_R' within 'if CPU_CORTEX_R'
Flagged by zephyrproject-rtos/ci-tools#128. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent a4b448e commit 345aed2

File tree

1 file changed

+0
-4
lines changed
  • arch/arm/core/aarch32/cortex_r

1 file changed

+0
-4
lines changed

arch/arm/core/aarch32/cortex_r/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ config ARMV7_SYS_STACK_SIZE
7575
help
7676
This option specifies the size of the stack used by the system mode.
7777

78-
if CPU_CORTEX_R
79-
8078
config RUNTIME_NMI
8179
default y
8280

@@ -87,5 +85,3 @@ config GEN_IRQ_VECTOR_TABLE
8785
default n
8886

8987
endif # CPU_CORTEX_R
90-
91-
endif # CPU_CORTEX_R

0 commit comments

Comments
 (0)