linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] driver/memory:Add Kconfig help description for IFC
@ 2014-04-16  5:47 Prabhakar Kushwaha
  2014-04-16 16:35 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2014-04-16  5:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: scottwood, Prabhakar Kushwaha

Freescale's Integrated Flash controller(IFC) module is used to handle
devices such as NOR, NAND, FPGA and ASIC.

Update same in Help section of Kconfig for IFC.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 drivers/memory/Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index c59e9c9..9a59581 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -64,5 +64,9 @@ config TEGRA30_MC
 config FSL_IFC
 	bool
 	depends on FSL_SOC
+	help
+	  This driver is for the Integrated Flash Controller(IFC) module
+	  available in Freescale SoCs. This controller allows to handle
+	  devices such as NOR, NAND, FPGA and ASIC etc.
 
 endif
-- 
1.7.9.5




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

* Re: [PATCH] driver/memory:Add Kconfig help description for IFC
  2014-04-16  5:47 [PATCH] driver/memory:Add Kconfig help description for IFC Prabhakar Kushwaha
@ 2014-04-16 16:35 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2014-04-16 16:35 UTC (permalink / raw)
  To: Prabhakar Kushwaha, linux-kernel; +Cc: scottwood

On 04/15/2014 10:47 PM, Prabhakar Kushwaha wrote:
> Freescale's Integrated Flash controller(IFC) module is used to handle
> devices such as NOR, NAND, FPGA and ASIC.
> 
> Update same in Help section of Kconfig for IFC.
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
>  drivers/memory/Kconfig |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
> index c59e9c9..9a59581 100644
> --- a/drivers/memory/Kconfig
> +++ b/drivers/memory/Kconfig
> @@ -64,5 +64,9 @@ config TEGRA30_MC
>  config FSL_IFC
>  	bool
>  	depends on FSL_SOC
> +	help
> +	  This driver is for the Integrated Flash Controller(IFC) module
> +	  available in Freescale SoCs. This controller allows to handle

	                               This controller handles

> +	  devices such as NOR, NAND, FPGA and ASIC etc.

	                             FPGA, ASIC, etc.

>  
>  endif
> 


-- 
~Randy

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

end of thread, other threads:[~2014-04-16 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-16  5:47 [PATCH] driver/memory:Add Kconfig help description for IFC Prabhakar Kushwaha
2014-04-16 16:35 ` Randy Dunlap

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).