commit | 3174e4e812b77f9707b358927a5ddf24228c2ae8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sun Sep 14 03:01:48 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Sat Sep 13 16:43:50 2014 -0400 |
tree | 1df7b2facf373021047899071dd70d3ec04d47d9 | |
parent | 8d028d404fa117a4b1f425d7cfc8affe1d8df6d5 [diff] |
kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig 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>