On Thu, 31 Mar 2022 12:03:06 +0200, Christophe Leroy wrote: > CONFIG_FSL_85XX_CACHE_SRAM is an option that is not > user selectable and which is not selected by any driver > nor any defconfig. > > Remove it and all associated code. > > Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx> > --- > .../bindings/powerpc/fsl/cache_sram.txt | 20 -- > .../powerpc/include/asm/fsl_85xx_cache_sram.h | 35 --- > arch/powerpc/platforms/85xx/Kconfig | 9 - > arch/powerpc/sysdev/Makefile | 1 - > arch/powerpc/sysdev/fsl_85xx_cache_ctlr.h | 88 ------- > arch/powerpc/sysdev/fsl_85xx_cache_sram.c | 147 ------------ > arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | 216 ------------------ > 7 files changed, 516 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/powerpc/fsl/cache_sram.txt > delete mode 100644 arch/powerpc/include/asm/fsl_85xx_cache_sram.h > delete mode 100644 arch/powerpc/sysdev/fsl_85xx_cache_ctlr.h > delete mode 100644 arch/powerpc/sysdev/fsl_85xx_cache_sram.c > delete mode 100644 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c > Acked-by: Rob Herring <robh@xxxxxxxxxx>