global: Disable xPL phases when we have enabled COMPILE_TEST
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:34 +0000 (14:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000 (14:54 -0600)
commitee7d07f9d00eeecab6671d8db2c8d22cd8b13d89
tree0d6115f87e8e87697e42e28c3d528d207a49b3f6
parent16b0482a7430554f150dfc8134e130d40fc72ba2
global: Disable xPL phases when we have enabled COMPILE_TEST

Due to how we implement the logic for selecting what should/shouldn't be
built in a given phase it becomes extremely cumbersome to make these
phases link when configured by "allyesconfig". As a starting point for
being able to enable "allyesconfig" and expand our static coverage,
disable all other phases in this case.

Future work can be done to enable other phases as time and interest
permit.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig