7c7e92a926
This is Palmchip BK3710 IDE controller support. The IDE controller logic supports PIO, MultiWord-DMA and Ultra-DMA modes. Supports interface to Compact Flash (CF) configured in True-IDE mode. Bart: - remove dead code - fix ide_hwif_setup_dma() build problem Signed-off-by: Anton Salnikov <asalnikov@ru.mvista.com> Reviewed-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Reviewed-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
12 lines
278 B
Makefile
12 lines
278 B
Makefile
|
|
obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o
|
|
obj-$(CONFIG_BLK_DEV_IDE_RAPIDE) += rapide.o
|
|
obj-$(CONFIG_BLK_DEV_IDE_BAST) += bast-ide.o
|
|
obj-$(CONFIG_BLK_DEV_PALMCHIP_BK3710) += palm_bk3710.o
|
|
|
|
ifeq ($(CONFIG_IDE_ARM), m)
|
|
obj-m += ide_arm.o
|
|
endif
|
|
|
|
EXTRA_CFLAGS := -Idrivers/ide
|