x86: Correct usage of FSP_VERSION2
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:28:45 +0000 (19:28 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 18:57:32 +0000 (12:57 -0600)
commit06782314308424c80c666f42a460e05ac4419f95
tree432c28573612f4ef4ee7db0282edb3844de63092
parentc73acdb392a581ea489001f8da09c43c730b7b98
x86: Correct usage of FSP_VERSION2

As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. In this case, we move to having a
"default FSP_VERSION2 if INTEL_APOLLOLAKE" in order to get the desired
outcome.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/x86/Kconfig
arch/x86/cpu/apollolake/Kconfig
configs/chromebook_coral_defconfig