Re: [PATCH] board: ti: Kconfig: Correct invalid Kconfig syntax

2023-03-29 Thread Tom Rini
On Fri, Mar 03, 2023 at 01:51:24PM +0530, Neha Malcom Francis wrote: > Kconfig does not support using 'select' to select a 'choice'. A choice > can be configured by either setting the choice symbol to 'y' in a > configuration file or by setting a 'default' of the choice. > > In board/ti/*/Kconfig

[PATCH] board: ti: Kconfig: Correct invalid Kconfig syntax

2023-03-03 Thread Neha Malcom Francis
Kconfig does not support using 'select' to select a 'choice'. A choice can be configured by either setting the choice symbol to 'y' in a configuration file or by setting a 'default' of the choice. In board/ti/*/Kconfig the SOC_K3_* choice is already set to 'y' in their corresponding configs/*_defc