summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14ARM: LPC32xx: DT conversion of Standard UARTsRoland Stigge1-32/+0
This patch switches from static serial driver initialization to devicetree configuration. This way, the Standard UARTs of the LPC32xx SoC can be enabled individually via DT. E.g., instead of Kconfig configuration, the phy3250.dts activates UARTs 3 and 5. Signed-off-by: Roland Stigge <stigge@antcom.de> Tested-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
2012-04-22ARM: LPC32xx: Remove obsolete platform KconfigRoland Stigge1-26/+0
This patch removes two Kconfig options now unused (the network driver is configured via DT now). Signed-off-by: Roland Stigge <stigge@antcom.de>
2012-03-13ARM: LPC32xx: Ethernet supportRoland Stigge1-0/+25
This patch adds ethernet support to the LPC32xx ARM architecture. The actual driver in drivers/net is contained in a separate patch. Signed-off-by: Roland Stigge <stigge@antcom.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
2010-07-27ARM: LPC32XX: Arch config menu supoport and makefilesKevin Wells1-0/+33
Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>