]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: add CONFIG_SUPPORT_TPL
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 20 Oct 2014 08:45:57 +0000 (17:45 +0900)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 21:54:10 +0000 (17:54 -0400)
commitcf6bbe4c6114126eaab215ea84267c7aa7ab08a1
treeb1c9630f4c65c60f9ac4923e78f9f5d4aad67da7
parent02627356b6ec5512f68d2eabaac6ff325111542e
kconfig: add CONFIG_SUPPORT_TPL

CONFIG_TPL should not be enabled for boards that do not have TPL.
CONFIG_SUPPORT_TPL introduced by this commit should be "select"ed
by boards with TPL support and CONFIG_TPL should depend on it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Kconfig
arch/powerpc/cpu/mpc85xx/Kconfig