cmd: mdio/mii: add Kconfig help and allow break dependency
authorRamon Fried <rfried.dev@gmail.com>
Fri, 13 Sep 2019 15:25:03 +0000 (18:25 +0300)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 9 Dec 2019 15:47:42 +0000 (09:47 -0600)
commit7d9701db40895ff5271220ae852d3631b4500219
treea550bc3d7037320f6492fe28d503ebb5ce26882a
parent945dd965ddd8b27bda6817d3972d8c00a88b8a01
cmd: mdio/mii: add Kconfig help and allow break dependency

* Add Kconfig help describing the purpose of each command.
* Add CONFIG_CMD_MDIO so it could be selected individually, as
  it doesn't depend on the mii command.
* Add Kconfig imply to mii to automatically select the mdio
  command.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
cmd/Kconfig
cmd/Makefile