From 7d9701db40895ff5271220ae852d3631b4500219 Mon Sep 17 00:00:00 2001 From: Ramon Fried Date: Fri, 13 Sep 2019 18:25:03 +0300 Subject: 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 Acked-by: Joe Hershberger --- cmd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd/Makefile') diff --git a/cmd/Makefile b/cmd/Makefile index e87c2f16259..3ac71045465 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -89,9 +89,7 @@ obj-$(CONFIG_CMD_MEMORY) += mem.o obj-$(CONFIG_CMD_IO) += io.o obj-$(CONFIG_CMD_MFSL) += mfsl.o obj-$(CONFIG_CMD_MII) += mii.o -ifdef CONFIG_PHYLIB -obj-$(CONFIG_CMD_MII) += mdio.o -endif +obj-$(CONFIG_CMD_MDIO) += mdio.o obj-$(CONFIG_CMD_MISC) += misc.o obj-$(CONFIG_CMD_MMC) += mmc.o obj-$(CONFIG_MP) += mp.o -- cgit v1.2.3