dm: Change CMD_DM enabling
CMD_DM is used for debug purpose and it shouldn't be enabled by default via Kconfig. Unfortunately this is in the tree for quite a long time that's why solution is to use imply DM for all targets which are enabling DM. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -640,7 +640,6 @@ config CMD_DFU
|
||||
config CMD_DM
|
||||
bool "dm - Access to driver model information"
|
||||
depends on DM
|
||||
default y
|
||||
help
|
||||
Provides access to driver model data structures and information,
|
||||
such as a list of devices, list of uclasses and the state of each
|
||||
|
||||
Reference in New Issue
Block a user