Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs: Kconfig: Add a separate option for FS_JFFS2 | Simon Glass | 2017-05-22 | 1 | -0/+7 |
| | | | | | | | | | Rather than using CMD_JFFS2 for both the filesystem and its command, we should have a separate option for each. This allows us to enable JFFS2 support without the command, if desired, which reduces U-Boot's size slightly. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | 1 | -0/+0 |
This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> |