diff options
| -rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 9b4f29e595a4..133ecff6664e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -738,7 +738,7 @@ config CPU_ICACHE_DISABLE | |||
| 738 | 738 | ||
| 739 | config CPU_DCACHE_DISABLE | 739 | config CPU_DCACHE_DISABLE |
| 740 | bool "Disable D-Cache (C-bit)" | 740 | bool "Disable D-Cache (C-bit)" |
| 741 | depends on CPU_CP15 | 741 | depends on CPU_CP15 && !SMP |
| 742 | help | 742 | help |
| 743 | Say Y here to disable the processor data cache. Unless | 743 | Say Y here to disable the processor data cache. Unless |
| 744 | you have a reason not to or are unsure, say N. | 744 | you have a reason not to or are unsure, say N. |
