summaryrefslogtreecommitdiff
path: root/configs/uniphier_pro4_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2016-03-22defconfig: Reorder boards' defconfig filesBin Meng1-1/+0
Some boards' defconfig files are out of order. Clean this up. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-03-14Correct defconfig orderingSimon Glass1-1/+0
Various boards have the wrong Kconfig ordering now. To avoid a misleading diff in the next patch, reorder the configuration correctly. Signed-off-by: Simon Glass <sjg@chromium.org>
2016-02-28ARM: uniphier: enable UniPhier SD/MMC host driverMasahiro Yamada1-0/+1
Enable the driver in all UniPhier defconfig files and add some needed defines to the common files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-02-28ARM: uniphier: enable GPIO command and driver for UniPhier SoCsMasahiro Yamada1-0/+2
This allows to use the "gpio" command. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
2015-12-22ARM: uniphier: rename rest of defconfig filesMasahiro Yamada1-0/+30
Rename rest of defconfig files of UniPhier SoC family to have the prefix uniphier_. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>