404-mtd-bcm53xxspiflash-new-driver-for-SPI-flahes-on-Bro.patch 671 B

12345678910111213141516171819
  1. --- a/drivers/mtd/spi-nor/Kconfig
  2. +++ b/drivers/mtd/spi-nor/Kconfig
  3. @@ -28,4 +28,10 @@ config SPI_FSL_QUADSPI
  4. This enables support for the Quad SPI controller in master mode.
  5. We only connect the NOR to this controller now.
  6. +config MTD_SPI_BCM53XXSPIFLASH
  7. + tristate "SPI-NOR flashes connected to the Broadcom ARM SoC"
  8. + depends on MTD_SPI_NOR
  9. + help
  10. + SPI driver for flashes used on Broadcom ARM SoCs.
  11. +
  12. endif # MTD_SPI_NOR
  13. --- a/drivers/mtd/spi-nor/Makefile
  14. +++ b/drivers/mtd/spi-nor/Makefile
  15. @@ -1,2 +1,3 @@
  16. obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
  17. obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o
  18. +obj-$(CONFIG_MTD_SPI_BCM53XXSPIFLASH) += bcm53xxspiflash.o