Skip to content

Commit 43c1061

Browse files
arndbDamien Le Moal
authored andcommitted
ata: remove palmchip pata_bk3710 driver
This device was used only on the davinci dm644x platform that is now gone, and no references to the device remain in the kernel. Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Marc Zyngier <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Sergey Shtylyov <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent 90c313d commit 43c1061

File tree

3 files changed

+0
-391
lines changed

3 files changed

+0
-391
lines changed

drivers/ata/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -609,16 +609,6 @@ config PATA_ATP867X
609609

610610
If unsure, say N.
611611

612-
config PATA_BK3710
613-
tristate "Palmchip BK3710 PATA support"
614-
depends on ARCH_DAVINCI || COMPILE_TEST
615-
select PATA_TIMINGS
616-
help
617-
This option enables support for the integrated IDE controller on
618-
the TI DaVinci SoC.
619-
620-
If unsure, say N.
621-
622612
config PATA_CMD64X
623613
tristate "CMD64x PATA support"
624614
depends on PCI

drivers/ata/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ obj-$(CONFIG_PATA_AMD) += pata_amd.o
5454
obj-$(CONFIG_PATA_ARTOP) += pata_artop.o
5555
obj-$(CONFIG_PATA_ATIIXP) += pata_atiixp.o
5656
obj-$(CONFIG_PATA_ATP867X) += pata_atp867x.o
57-
obj-$(CONFIG_PATA_BK3710) += pata_bk3710.o
5857
obj-$(CONFIG_PATA_CMD64X) += pata_cmd64x.o
5958
obj-$(CONFIG_PATA_CS5520) += pata_cs5520.o
6059
obj-$(CONFIG_PATA_CS5530) += pata_cs5530.o

0 commit comments

Comments
 (0)