]> git.baikalelectronics.ru Git - uboot.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)
commit961b42014e55adca5d4f17fd554ca0aa916adeba
treebd304c0e2009509fb73547c37bf6d42a81357425
parentbeb65c5ff8efe423492a65f07b45b818f09d3465
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