This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-26 12:52:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
47d37d6f94
linux
/
arch
/
arm
/
mach-mxs
/
devices
/
Kconfig
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ARM: mxs: Change duart device to use amba-pl011 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>
2011-01-04 06:20:52 +00:00
config MXS_HAVE_AMBA_DUART
ARM: mxs: Add build configuration for mxs Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-12-13 12:55:03 +00:00
bool
ARM: mxs: Change duart device to use amba-pl011 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>
2011-01-04 06:20:52 +00:00
select ARM_AMBA
ARM: mxs: Add build configuration for mxs Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-12-13 12:55:03 +00:00
config MXS_HAVE_PLATFORM_FEC
bool
Reference in New Issue
Copy Permalink