Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-13 | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig | Masahiro Yamada | |
This commit adds the type definitions (+ help messages) of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME} to arch/Kconfig, which would save lots of type defs for taget boards. (See also the next commit.) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | |||
2014-07-30 | kconfig: add basic Kconfig files | Masahiro Yamada | |
This commit adds more Kconfig files, which were written by hand. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> |