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

1234567891011121314151617181920
  1. --- a/drivers/mtd/spi-nor/Kconfig
  2. +++ b/drivers/mtd/spi-nor/Kconfig
  3. @@ -40,4 +40,10 @@ config SPI_NXP_SPIFI
  4. Flash. Enable this option if you have a device with a SPIFI
  5. controller and want to access the Flash as a mtd device.
  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,3 +1,4 @@
  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
  19. obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi.o