SPL: Make SPL_OS depend on supported architectures
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:17 +0000 (14:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000 (14:54 -0600)
commit66873b9ef0b447d9b0f9da81eb9867e1f19b99cf
tree630bd275f317dec5bfeae542d87f9ce8dfc6d699
parent768b5167bd5bd8bf93698dbc94895ec3b195ffe0
SPL: Make SPL_OS depend on supported architectures

We can only enable Falcon Mode (aka SPL_OS) on architectures which
implement certain hooks. Express these dependencies in Kconfig.

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