
On 27 June 2015 at 23:43, Jagan Teki jteki@openedev.com wrote:
Kconfig additions for spi/sf related drivers.
thanks! Jagan.
Jagan Teki (20): sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASH README: Add CONFIG_SPI_FLASH_DATAFLASH description sf: Add Kconfig menu entry common: Add CMD_SF Kconfig entry sf: Kconfig: Update SPI_FLASH entry sf: Kconfig: Add SPI_FLASH_MTD entry sf: Kconfig: Add SPI_FLASH_DATAFLASH entry spi: Add Kconfig menu entry spi: Kconfig: Add XILINX_SPI entry spi: Kconfig: Add TI_QSPI entry spi: Makefile: Use object file alphabetic order spi: Kconfig: Show dm-spi drivers if DM_SPI set spi: Kconfig: Add FSL_DSPI entry spi: Kconfig: Add FSL_ESPI entry spi: Kconfig: Add FSL_QSPI entry spi: Kconfig: Add EXYNOS_SPI entry spi: Kconfig: Add ICH_SPI entry spi: Kconfig: Add TEGRA114_SPI entry spi: Kconfig: Add TEGRA20_SFLASH entry spi: Kconfig: Add TEGRA20_SLINK entry
README | 5 ++ common/Kconfig | 5 ++ drivers/mtd/spi/Kconfig | 41 +++++++++++++---- drivers/mtd/spi/Makefile | 2 +- drivers/spi/Kconfig | 106 +++++++++++++++++++++++++++++++++++++------ drivers/spi/Makefile | 10 ++-- include/configs/ls1021aqds.h | 2 +- 7 files changed, 143 insertions(+), 28 deletions(-)
Applied to u-boot-spi/master
thanks!