Skip to content

Commit

Permalink
ARM: mm: Remove Kconfig symbol CACHE_PL310
Browse files Browse the repository at this point in the history
Commit 20e783e ("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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
pebolle authored and arndb committed Feb 18, 2015
1 parent f495fe8 commit d88d6cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ config SOC_SAMA5D4
select SOC_SAMA5
select CLKSRC_MMIO
select CACHE_L2X0
select CACHE_PL310
select HAVE_FB_ATMEL
select HAVE_AT91_UTMI
select HAVE_AT91_SMD
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -892,13 +892,6 @@ config CACHE_L2X0

if CACHE_L2X0

config CACHE_PL310
bool
default y if CPU_V7 && !(CPU_V6 || CPU_V6K)
help
This option enables optimisations for the PL310 cache
controller.

config PL310_ERRATA_588369
bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines"
help
Expand Down

0 comments on commit d88d6cf

Please sign in to comment.