From: wangwenhu <wenhu.w...@vivo.com> When generating .config file with menuconfig on Freescale BOOKE SOC, FSL_85XX_CACHE_SRAM is not configurable for the lack of description in the Kconfig field, which makes it impossible to support L2Cache-Sram driver. Add a description to make it configurable.
Signed-off-by: wangwenhu <wenhu.w...@vivo.com> --- arch/powerpc/platforms/85xx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index fa3d29dcb57e..ee5ba10b98cb 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -17,7 +17,7 @@ if FSL_SOC_BOOKE if PPC32 config FSL_85XX_CACHE_SRAM - bool + bool "Freescale Cache-Sram" select PPC_LIB_RHEAP help When selected, this option enables cache-sram support -- 2.23.0