2b49e0c567
The HSU DMA is developed to support High Speed UART controllers found in particular on Intel MID platforms such as Intel Medfield. The existing implementation is tighten to the drivers/tty/serial/mfd.c driver and has a lot of disadvantages. Besides that we would like to get rid of the old HS UART driver in regarding to extending the 8250 which supports generic DMAEngine API. That's why the current driver has been developed. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 lines
129 B
Makefile
6 lines
129 B
Makefile
obj-$(CONFIG_HSU_DMA) += hsu_dma.o
|
|
hsu_dma-objs := hsu.o
|
|
|
|
obj-$(CONFIG_HSU_DMA_PCI) += hsu_dma_pci.o
|
|
hsu_dma_pci-objs := pci.o
|