OSDN Git Service

powerpc: allow NOT_COHERENT_CACHE for amigaone
authorChristoph Hellwig <hch@lst.de>
Sun, 16 Dec 2018 17:19:44 +0000 (18:19 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000 (22:21 +1100)
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>
arch/powerpc/platforms/Kconfig.cputype

index 7e13003..ab176fd 100644 (file)
@@ -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