On 5 March 2015 at 13:51, Marek Vasut <ma...@denx.de> wrote:
> Add Cadence QSPI controller Kconfig entry.
>
> Signed-off-by: Marek Vasut <ma...@denx.de>
> Cc: Chin Liang See <cl...@opensource.altera.com>
> Cc: Dinh Nguyen <dingu...@opensource.altera.com>
> Cc: Jagannadha Sutradharudu Teki <jagannadh.t...@gmail.com>
> Cc: Pavel Machek <pa...@denx.de>
> Cc: Simon Glass <s...@chromium.org>
> Cc: Stefan Roese <s...@denx.de>
> Cc: Tom Rini <tr...@konsulko.com>
> Cc: Vince Bridgers <vbrid...@opensource.altera.com>
> ---
>  drivers/spi/Kconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> V2: Improve the help text.
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 0f1d740..5a415be 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -18,3 +18,11 @@ config DESIGNWARE_SPI
>           Enable the Designware SPI driver. This driver can be used to
>           access the SPI NOR flash on platforms embedding this Designware
>           IP core.
> +
> +config CADENCE_QSPI
> +       bool "Cadence QSPI driver"
> +       depends on DM_SPI
> +       help
> +         Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
> +         used to access the SPI NOR flash on platforms embedding this
> +         Cadence IP core.
> --
> 2.1.3
>
Acked-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to