]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: ti: Define Kconfig symbol for common cmd options
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 27 Apr 2017 10:13:58 +0000 (15:43 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:36 +0000 (11:57 -0400)
commit690485e01b303ed716681c0dee840c2a78448530
treebd304c0e2009509fb73547c37bf6d42a81357425
parent8776350d87c6aa02644a345f2fad04f3f952e48a
board: ti: Define Kconfig symbol for common cmd options

Instead of defining command options in every defconfig,
define a common Kconfig symbol that consolidates all command
options that are supported by any TI platform. Also use imply
keyword so that that specific option can be disabled if
not required.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/ti/common/Kconfig