forked from luck/tmp_suning_uos_patched
35ef1c20fd
QE has module to support TDM, some other protocols supported by QE are based on TDM. add a qe-tdm lib, this lib provides functions to the protocols using TDM to configurate QE-TDM. Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
345 B
Makefile
12 lines
345 B
Makefile
#
|
|
# Makefile for the linux ppc-specific parts of QE
|
|
#
|
|
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_common.o qe_ic.o qe_io.o
|
|
obj-$(CONFIG_CPM) += qe_common.o
|
|
obj-$(CONFIG_UCC) += ucc.o
|
|
obj-$(CONFIG_UCC_SLOW) += ucc_slow.o
|
|
obj-$(CONFIG_UCC_FAST) += ucc_fast.o
|
|
obj-$(CONFIG_QE_TDM) += qe_tdm.o
|
|
obj-$(CONFIG_QE_USB) += usb.o
|
|
obj-$(CONFIG_QE_GPIO) += gpio.o
|