Re: [PATCH v3 19/32] video: Dont require the font command

2023-10-18 Thread Tom Rini
On Tue, Oct 17, 2023 at 09:31:29PM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 17 Oct 2023 at 08:07, Tom Rini wrote: > > > > On Mon, Oct 16, 2023 at 04:28:10PM -0600, Simon Glass wrote: > > > While it is nice to have the font command, using 'select' makes it > > > impossible to build the cons

Re: [PATCH v3 19/32] video: Dont require the font command

2023-10-17 Thread Simon Glass
Hi Tom, On Tue, 17 Oct 2023 at 08:07, Tom Rini wrote: > > On Mon, Oct 16, 2023 at 04:28:10PM -0600, Simon Glass wrote: > > While it is nice to have the font command, using 'select' makes it > > impossible to build the console code without it. Change this to use > > 'imply' instead. > > > > Signed

Re: [PATCH v3 19/32] video: Dont require the font command

2023-10-17 Thread Tom Rini
On Mon, Oct 16, 2023 at 04:28:10PM -0600, Simon Glass wrote: > While it is nice to have the font command, using 'select' makes it > impossible to build the console code without it. Change this to use > 'imply' instead. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/

[PATCH v3 19/32] video: Dont require the font command

2023-10-16 Thread Simon Glass
While it is nice to have the font command, using 'select' makes it impossible to build the console code without it. Change this to use 'imply' instead. Signed-off-by: Simon Glass --- (no changes since v1) drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a