mbox series

[U-Boot,0/9] net: Clean up the menus and dependencies among commands and options

Message ID 1522270276-28631-1-git-send-email-joe.hershberger@ni.com
Headers show
Series net: Clean up the menus and dependencies among commands and options | expand

Message

Joe Hershberger March 28, 2018, 8:51 p.m. UTC
There have been a few issues persisting in the net menus and a recent
change that went in (Kconfig: cmd: Make networking command dependent on NET)
caused a few new issues. Clean up these things and further move to separate
CMD_NET from NET along appropriate boundaries.


Joe Hershberger (9):
  net: Make CMD_NET a menuconfig
  net: Move net command options to the cmd menu
  net: Move the DHCP command below the BOOTP command
  net: Improve menu options and help for BOOTP options
  net: Add the BOOTP_DNS2 option to Kconfig
  net: Improve BOOTP PXE config option
  net: Make the BOOTP options default
  net: Make core net code depend on NET instead of CMD_NET
  Revert "Kconfig: cmd: Make networking command dependent on NET"

 Kconfig                          |   8 +--
 cmd/Kconfig                      | 113 ++++++++++++++++++++++++++++++++++-----
 cmd/bootefi.c                    |   4 +-
 cmd/net.c                        |   4 ++
 lib/efi_loader/Makefile          |   2 +-
 lib/efi_loader/efi_device_path.c |   2 +-
 net/Kconfig                      |  51 ------------------
 net/Makefile                     |  14 ++---
 8 files changed, 116 insertions(+), 82 deletions(-)

Comments

Duncan Hare March 29, 2018, 4:18 p.m. UTC | #1
From: Joe Hershberger <joe.hershberger@ni.com>


 To: u-boot@lists.denx.de 
Cc: Heinrich <Schuchardt.xypron.debian@gmx.de>; Michal Simek <michal.simek@xilinx.com>; Simon Glass <sjg@chromium.org>; Duncan Hare <dh@synoia.com>; Tom Rini <trini@konsulko.com>; Maxime Ripard <maxime.ripard@bootlin.com>; Joe Hershberger <joe.hershberger@ni.com>
 Sent: Wednesday, March 28, 2018 1:53 PM
 Subject: [PATCH 0/9] net: Clean up the menus and dependencies among commands and options
   
There have been a few issues persisting in the net menus and a recent
change that went in (Kconfig: cmd: Make networking command dependent on NET)
caused a few new issues. Clean up these things and further move to separate
CMD_NET from NET along appropriate boundaries.


Joe Hershberger (9):
  net: Make CMD_NET a menuconfig
  net: Move net command options to the cmd menu
  net: Move the DHCP command below the BOOTP command
  net: Improve menu options and help for BOOTP options
  net: Add the BOOTP_DNS2 option to Kconfig
  net: Improve BOOTP PXE config option
  net: Make the BOOTP options default
  net: Make core net code depend on NET instead of CMD_NET
  Revert "Kconfig: cmd: Make networking command dependent on NET"

 Kconfig                          |  8 +--
 cmd/Kconfig                      | 113 ++++++++++++++++++++++++++++++++++-----
 cmd/bootefi.c                    |  4 +-
 cmd/net.c                        |  4 ++
 lib/efi_loader/Makefile          |  2 +-
 lib/efi_loader/efi_device_path.c |  2 +-
 net/Kconfig                      |  51 ------------------
 net/Makefile                    |  14 ++---
 8 files changed, 116 insertions(+), 82 deletions(-)