commit | 690485e01b303ed716681c0dee840c2a78448530 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Apr 27 15:43:58 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:36 2017 -0400 |
tree | bd304c0e2009509fb73547c37bf6d42a81357425 | |
parent | 8776350d87c6aa02644a345f2fad04f3f952e48a [diff] |
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>