• Arnd Bergmann's avatar
    qcom: spm: allow compile-testing · 4f22aa45
    Arnd Bergmann authored
    ARM_QCOM_SPM_CPUIDLE can be selected when compile-testing on
    other architectures, but this causes a Kconfig warning
    for QCOM_SPM:
    
    WARNING: unmet direct dependencies detected for QCOM_SPM
      Depends on [n]: ARCH_QCOM [=n]
      Selected by [y]:
      - ARM_QCOM_SPM_CPUIDLE [=y] && CPU_IDLE [=y] && (ARM [=y] || ARM64) && (ARCH_QCOM [=n] || COMPILE_TEST [=y]) && !ARM64 && MMU [=y]
    
    Make it possible to also compile-test this one, which can
    be done now that v5.15-rc5 lets you select QCOM_SCM everywhere.
    
    Fixes: a871be6b ("cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driver")
    Fixes: 498ba2a8 ("cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration")
    Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    4f22aa45
Kconfig 7.33 KB