commit | deb6c50e1863d173cdf3e98f9049999799a1d98e | [log] [tgz] |
---|---|---|
author | Ramon Fried <rfried.dev@gmail.com> | Fri Sep 13 18:25:03 2019 +0300 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 09 09:47:42 2019 -0600 |
tree | a550bc3d7037320f6492fe28d503ebb5ce26882a | |
parent | 64c5e231a186f694c73a9b1c3be57b5dfbfb9ef1 [diff] |
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>