Re: [PATCH v3 16/32] net: Depend on CONFIG_CMDLINE

2023-10-17 Thread Simon Glass
Hi Tom, On Tue, 17 Oct 2023 at 08:04, Tom Rini wrote: > > On Mon, Oct 16, 2023 at 04:28:07PM -0600, Simon Glass wrote: > > > At present it isn't possible to use networking without the command line > > enabled. Add this as a condition. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Ramon Fri

Re: [PATCH v3 16/32] net: Depend on CONFIG_CMDLINE

2023-10-17 Thread Tom Rini
On Mon, Oct 16, 2023 at 04:28:07PM -0600, Simon Glass wrote: > At present it isn't possible to use networking without the command line > enabled. Add this as a condition. > > Signed-off-by: Simon Glass > Reviewed-by: Ramon Fried > --- > > (no changes since v1) > > cmd/Kconfig | 1 + > net/Kc

[PATCH v3 16/32] net: Depend on CONFIG_CMDLINE

2023-10-16 Thread Simon Glass
At present it isn't possible to use networking without the command line enabled. Add this as a condition. Signed-off-by: Simon Glass Reviewed-by: Ramon Fried --- (no changes since v1) cmd/Kconfig | 1 + net/Kconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/Kconfig b/cmd/Kconfi