commit | 54ff4eeb59dd7f1b4141cdfdc1126d85fb03751f | [log] [tgz] |
---|---|---|
author | Neha Malcom Francis <n-francis@ti.com> | Fri Mar 03 13:51:24 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 29 11:58:26 2023 -0400 |
tree | 9bbdc24bd9ba293768b4b700449829d4277454f5 | |
parent | 352ed65df7be1c28a94d895f83429f16b858efe0 [diff] |
board: ti: Kconfig: Correct invalid Kconfig syntax 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/*_defconfig file. So remove selecting it. Signed-off-by: Neha Malcom Francis <n-francis@ti.com>