diff mbox

[U-Boot,3/4] comment: net: Add CMD_MII in Kconfig

Message ID 1438596380-4632-3-git-send-email-Peng.Fan@freescale.com
State Changes Requested
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan Aug. 3, 2015, 10:06 a.m. UTC
Add CMD_MII Kconfig entry.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
---
 common/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Joe Hershberger Aug. 11, 2015, 3:59 p.m. UTC | #1
Hi Peng Fan,

On Mon, Aug 3, 2015 at 5:06 AM, Peng Fan <Peng.Fan@freescale.com> wrote:
> Add CMD_MII Kconfig entry.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Joe Hershberger <joe.hershberger@ni.com>
> ---
>  common/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 40cd69e..2ae5080 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -433,6 +433,10 @@ config CMD_LINK_LOCAL
>         help
>           Acquire a network IP address using the link-local protocol
>
> +config CMD_MII
> +       bool "mii"
> +       help
> +         MII utility commands

I suspect this will break boards that use / enable this. You should
use the moveconfig tool to also remove it from include/configs and add
it to defconfigs.

>  endmenu
>
>  menu "Misc commands"
> --
> 1.8.4
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/common/Kconfig b/common/Kconfig
index 40cd69e..2ae5080 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -433,6 +433,10 @@  config CMD_LINK_LOCAL
 	help
 	  Acquire a network IP address using the link-local protocol
 
+config CMD_MII
+	bool "mii"
+	help
+	  MII utility commands
 endmenu
 
 menu "Misc commands"