]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 13 Sep 2014 18:01:48 +0000 (03:01 +0900)
committerTom Rini <trini@ti.com>
Sat, 13 Sep 2014 20:43:50 +0000 (16:43 -0400)
commit3174e4e812b77f9707b358927a5ddf24228c2ae8
tree1df7b2facf373021047899071dd70d3ec04d47d9
parent8d028d404fa117a4b1f425d7cfc8affe1d8df6d5
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>
arch/Kconfig