Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-15 | kconfig: remove meaningless prefixes in defconfig files | Masahiro Yamada | |
Since commit e02ee2548afe (kconfig: switch to single .config configuration), the prefixes in defconfig files such as "+S:", "+ST:", etc., are meaningless. This commit was generated by the following command: find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2015-01-23 | arm: ls102xa: Add LPUART support for LS1021ATWR board | Alison Wang | |
This patch adds LPUART support for LS1021ATWR board. For ls1021atwr_nor_lpuart_defconfig, LPUART is used as the console. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com> |