dbc4245bb5
The mxs duart is actually an amba-pl011 device. This commit changes the duart device code to dynamically allocate amba-pl011 device, so that drivers/serial/amba-pl011.c can be used on mxs. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3 lines
104 B
Makefile
3 lines
104 B
Makefile
obj-$(CONFIG_MXS_HAVE_AMBA_DUART) += amba-duart.o
|
|
obj-$(CONFIG_MXS_HAVE_PLATFORM_FEC) += platform-fec.o
|