board: ti: Kconfig: Correct invalid Kconfig syntax
authorNeha Malcom Francis <n-francis@ti.com>
Fri, 3 Mar 2023 08:21:24 +0000 (13:51 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 15:58:26 +0000 (11:58 -0400)
commit54ff4eeb59dd7f1b4141cdfdc1126d85fb03751f
tree9bbdc24bd9ba293768b4b700449829d4277454f5
parent352ed65df7be1c28a94d895f83429f16b858efe0
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>
board/ti/am62ax/Kconfig
board/ti/am62x/Kconfig
board/ti/am64x/Kconfig
board/ti/am65x/Kconfig
board/ti/j721e/Kconfig
board/ti/j721s2/Kconfig