8ee9d85779
pasemi: DMA engine management library Introduce a DMA management library to manage the various DMA resources on the PA Semi SoCs. Since several drivers need to allocate these shared resources, provide some abstractions as well as allocation/free functions for channels, etc. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
4 lines
201 B
Makefile
4 lines
201 B
Makefile
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o
|
|
obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o
|
|
obj-$(CONFIG_ELECTRA_IDE) += electra_ide.o
|
|
obj-$(CONFIG_PPC_PASEMI_CPUFREQ) += cpufreq.o
|