2014-04-16 05:47:20

by Prabhakar Kushwaha

[permalink] [raw]
Subject: [PATCH] driver/memory:Add Kconfig help description for IFC

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 <[email protected]>
---
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



2014-04-16 16:35:51

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] driver/memory:Add Kconfig help description for IFC

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 <[email protected]>
> ---
> 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