aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-at91/Kconfig1
-rw-r--r--arch/arm/mm/Kconfig7
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index c6740e359a44..c74a44324e5b 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -64,7 +64,6 @@ config SOC_SAMA5D4
64 select SOC_SAMA5 64 select SOC_SAMA5
65 select CLKSRC_MMIO 65 select CLKSRC_MMIO
66 select CACHE_L2X0 66 select CACHE_L2X0
67 select CACHE_PL310
68 select HAVE_FB_ATMEL 67 select HAVE_FB_ATMEL
69 select HAVE_AT91_UTMI 68 select HAVE_AT91_UTMI
70 select HAVE_AT91_SMD 69 select HAVE_AT91_SMD
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index c43c71455566..9b4f29e595a4 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -892,13 +892,6 @@ config CACHE_L2X0
892 892
893if CACHE_L2X0 893if CACHE_L2X0
894 894
895config CACHE_PL310
896 bool
897 default y if CPU_V7 && !(CPU_V6 || CPU_V6K)
898 help
899 This option enables optimisations for the PL310 cache
900 controller.
901
902config PL310_ERRATA_588369 895config PL310_ERRATA_588369
903 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines" 896 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines"
904 help 897 help