Since commit cab673583d96 ("soc: Unconditionally include qcom Makefile"), we unconditionally include the soc/qcom/Makefile.
This opens up the possibility to compile test the code even when building for other architectures.
This patch series prepares and enables all but two Kconfigs to be compile tested even when building for other architectures.
Changes since v1: Added two new patches, "ASoC: qdsp6: Add depends on OF" and "soc: qcom: Remove bogus depends on OF". Patch "soc: qcom: Allow COMPILE_TEST of all drivers" now adds "depends on ARCH_QCOM || COMPILE_TEST" to the menu entry.
Niklas Cassel (7): rpmsg: smd: Add missing include of sizes.h soc: qcom: smem: Add missing include of sizes.h soc: qcom: smp2p: Add select IRQ_DOMAIN soc: qcom: smsm: Add select IRQ_DOMAIN ASoC: qdsp6: Add depends on OF soc: qcom: Remove bogus depends on OF soc: qcom: Allow COMPILE_TEST of all drivers
drivers/rpmsg/qcom_smd.c | 1 + drivers/soc/qcom/Kconfig | 14 +++++--------- drivers/soc/qcom/smem.c | 1 + sound/soc/qcom/Kconfig | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-)