powerpc: allow NOT_COHERENT_CACHE for amigaone
AMIGAONE selects NOT_COHERENT_CACHE, so we better allow it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
b18f0ae92b
commit
9286356907
|
@ -400,7 +400,8 @@ config NR_CPUS
|
|||
|
||||
config NOT_COHERENT_CACHE
|
||||
bool
|
||||
depends on 4xx || PPC_8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON
|
||||
depends on 4xx || PPC_8xx || E200 || PPC_MPC512x || \
|
||||
GAMECUBE_COMMON || AMIGAONE
|
||||
default n if PPC_47x
|
||||
default y
|
||||
|
||||
|
|
Loading…
Reference in New Issue