Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | -0/+1 |
| | | | | | Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com> | |||
* | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | -0/+1 |
| | | | | | Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com> | |||
* | mmc: complete unfinished move of CONFIG_MMC | Masahiro Yamada | 2016-12-29 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created a Kconfig entry for this option without any actual moves, then commit 44c798799f66 ("sunxi: Use Kconfig CONFIG_MMC") moved instances only for SUNXI. We generally do not like such partial moves. This kind of work is automated by tools/moveconfig.py, so it is pretty easy to complete this move. I am adding "default ARM || PPC || SANDBOX" (suggested by Tom). This shortens the configs and will ease new board porting. This commit was created as follows: [1] Edit Kconfig (remove the "depends on", add the "default", copy the prompt and help message from Linux) [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> | |||
* | arm: kirkwood: add support for Synology DS109 board | Walter Schweizer | 2016-10-09 | -0/+16 |
Synology DS109 is based on MV88F6281. The code is based on Dreamplug code with modificatons from Synologys open source repository. Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net> Signed-off-by: Stefan Roese <sr@denx.de> |