• A
    remoteproc: qcom_adsp_pil: select qcom_scm · e2a32b6b
    Arnd Bergmann 提交于
    The adsp-pil driver relies on SCM and causes a build error without it:
    
    ERROR: "qcom_scm_pas_supported" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    ERROR: "qcom_scm_is_available" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    ERROR: "qcom_scm_pas_auth_and_reset" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    ERROR: "qcom_scm_pas_shutdown" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    ERROR: "qcom_scm_pas_mem_setup" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    ERROR: "qcom_scm_pas_init_image" [drivers/remoteproc/qcom_adsp_pil.ko] undefined!
    
    This adds a 'select', as SCM is a silent Kconfig symbol that gets
    enabled implicitly by all its users.
    
    Fixes: b9e718e9 ("remoteproc: Introduce Qualcomm ADSP PIL")
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
    e2a32b6b
Kconfig 3.4 KB