I'd like to see that be the only thing there, and have
various SpacemiT modules define default values that
depend on ARCH_SPACEMIT (or _K1) in their Kconfig
file. Like:
config SPACEMIT_K1_CCU
tristate "Support for SpacemiT K1 SoC"
depends on ARCH_SPACEMIT || COMPILE_TEST
default m if ARCH_SPACEMIT
I *think* Haylen said that's what he's going to do. You
could make it "default ARCH_SPACEMIT" too, though that
builds it in to the kernel.