[U-Boot] [PATCH 17/20] spi: Kconfig: Add ICH_SPI entry
    Bin Meng 
    bmeng.cn at gmail.com
       
    Mon Jun 29 17:08:51 CEST 2015
    
    
  
On Sun, Jun 28, 2015 at 2:14 AM, Jagan Teki <jteki at openedev.com> wrote:
> Added ICH_SPI entry on Kconfig with help description.
>
> Signed-off-by: Jagan Teki <jteki at openedev.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  drivers/spi/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index d5e6881..43f9fac 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -51,6 +51,13 @@ config FSL_QSPI
>           used to access the SPI NOR flash on platforms embedding this
>           Freescale IP core.
>
> +config ICH_SPI
> +       bool "Intel ICH SPI driver"
> +       help
> +         Enable the Intel ICH SPI driver. This driver can be used to
> +         access the SPI NOR flash on platforms embedding this Intel
> +         ICH IP core.
> +
>  config SANDBOX_SPI
>         bool "Sandbox SPI driver"
>         depends on SANDBOX && DM
> --
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
    
    
More information about the U-Boot
mailing list