Skip to content

Commit

Permalink
spi: Drop CONFIG_ATMEL_DATAFLASH_SPI
Browse files Browse the repository at this point in the history
Last user of this option went away in commit:

fdc7718 ("board: usb_a9263: Update to support DT and DM")

Signed-off-by: Tuomas Tynkkynen <[email protected]>
Acked-by: Wenyou Yang <[email protected]>
  • Loading branch information
dezgeg authored and trini committed Oct 16, 2017
1 parent 7b7341d commit 95688de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 185 deletions.
1 change: 0 additions & 1 deletion drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ endif

obj-$(CONFIG_ALTERA_SPI) += altera_spi.o
obj-$(CONFIG_ATH79_SPI) += ath79_spi.o
obj-$(CONFIG_ATMEL_DATAFLASH_SPI) += atmel_dataflash_spi.o
obj-$(CONFIG_ATMEL_SPI) += atmel_spi.o
obj-$(CONFIG_CADENCE_QSPI) += cadence_qspi.o cadence_qspi_apb.o
obj-$(CONFIG_CF_SPI) += cf_spi.o
Expand Down
184 changes: 0 additions & 184 deletions drivers/spi/atmel_dataflash_spi.c

This file was deleted.

0 comments on commit 95688de

Please sign in to comment.