diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2015-02-10 05:00:53 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-02-18 06:24:29 -0500 |
commit | d88d6cfc912e9e54f9ec0337a84691436c654077 (patch) | |
tree | 3f3fc6f61a7a4627228ec6795a1c5db22a218ff8 /arch/arm/mm | |
parent | f495fe8998b31d113d6041c105fd5652ec2cf5ee (diff) |
ARM: mm: Remove Kconfig symbol CACHE_PL310
Commit 20e783e39e55 ("ARM: 8296/1: cache-l2x0: clean up aurora cache
handling") removed the only user of the Kconfig symbol CACHE_PL310.
Setting CACHE_PL310 is now pointless. Remove its Kconfig entry, and one
select of this symbol.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
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 | ||
893 | if CACHE_L2X0 | 893 | if CACHE_L2X0 |
894 | 894 | ||
895 | config 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 | |||
902 | config PL310_ERRATA_588369 | 895 | config 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 |