Skip to content

Commit

Permalink
ata: remove pata_at32
Browse files Browse the repository at this point in the history
Since AVR32 was removed, pata_at32 is unselectable/uncompilable.
Remove this driver.

Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
montjoie authored and htejun committed Jan 18, 2018
1 parent 7b7c176 commit 6590425
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 410 deletions.
9 changes: 0 additions & 9 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -944,15 +944,6 @@ endif # ATA_BMDMA

comment "PIO-only SFF controllers"

config PATA_AT32
tristate "Atmel AVR32 PATA support (Experimental)"
depends on AVR32 && PLATFORM_AT32AP
help
This option enables support for the IDE devices on the
Atmel AT32AP platform.

If unsure, say N.

config PATA_CMD640_PCI
tristate "CMD640 PCI PATA support (Experimental)"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ obj-$(CONFIG_PATA_VIA) += pata_via.o
obj-$(CONFIG_PATA_WINBOND) += pata_sl82c105.o

# SFF PIO only
obj-$(CONFIG_PATA_AT32) += pata_at32.o
obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o
obj-$(CONFIG_PATA_FALCON) += pata_falcon.o
obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o
Expand Down
Loading

0 comments on commit 6590425

Please sign in to comment.