linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/Kconfig: Make FSL_85XX_CACHE_SRAM configurable
@ 2020-01-20 14:43 wangwenhu
  2020-01-21  3:25 ` Scott Wood
  0 siblings, 1 reply; 9+ messages in thread
From: wangwenhu @ 2020-01-20 14:43 UTC (permalink / raw)
  To: Scott Wood, Kumar Gala, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, linuxppc-dev, linux-kernel
  Cc: wenhu.wang, trivial

From: wangwenhu <wenhu.wang@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.wang@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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-02  9:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 14:43 [PATCH] powerpc/Kconfig: Make FSL_85XX_CACHE_SRAM configurable wangwenhu
2020-01-21  3:25 ` Scott Wood
2020-01-21  5:20   ` 王文虎
2020-01-21  5:49     ` [PATCH] " Scott Wood
2020-01-21  6:38       ` 王文虎
2020-02-29 23:12         ` Scott Wood
2020-03-02  4:42           ` 王文虎
2020-03-02  8:58             ` Scott Wood
2020-03-02  9:51               ` 王文虎

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).