diff options
Diffstat (limited to 'arch/arm/Kconfig-nommu')
-rw-r--r-- | arch/arm/Kconfig-nommu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig-nommu b/arch/arm/Kconfig-nommu index 2cef8e13f9f8..c859495da480 100644 --- a/arch/arm/Kconfig-nommu +++ b/arch/arm/Kconfig-nommu | |||
@@ -28,7 +28,7 @@ config FLASH_SIZE | |||
28 | config PROCESSOR_ID | 28 | config PROCESSOR_ID |
29 | hex 'Hard wire the processor ID' | 29 | hex 'Hard wire the processor ID' |
30 | default 0x00007700 | 30 | default 0x00007700 |
31 | depends on !CPU_CP15 | 31 | depends on !(CPU_CP15 || CPU_V7M) |
32 | help | 32 | help |
33 | If processor has no CP15 register, this processor ID is | 33 | If processor has no CP15 register, this processor ID is |
34 | used instead of the auto-probing which utilizes the register. | 34 | used instead of the auto-probing which utilizes the register. |