fs: Rework filesystem guards for xPL phases
authorTom Rini <trini@konsulko.com>
Wed, 1 Oct 2025 20:31:03 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 20:25:35 +0000 (14:25 -0600)
commit42b353412517ecfc9ba93dcd7f31e0e3557af413
treeda5a49bf83f38a75045781fb7998641672341305
parentdde1515be5e2f6fdf3429b0d6d5ad6fa80e7715e
fs: Rework filesystem guards for xPL phases

When adding filesystems to the table in fs/fs.c we need to use
CONFIG_IS_ENABLED(FS_xxx) so that we only include references to a given
filesystem when CONFIG_FS_xxx or CONFIG_SPL_FS_xxx or similar are
enabled. Update the filesystems which weren't doing this to follow that
pattern.

Signed-off-by: Tom Rini <trini@konsulko.com>
fs/fs.c