On Tuesday, June 28, 2016 1:58:26 PM CEST Bjorn Andersson wrote:
> 
> +config QCOM_WCNSS_PIL
> +       tristate "Qualcomm WCNSS Peripheral Image Loader"
> +       depends on OF && ARCH_QCOM
> +       select QCOM_MDT_LOADER
> +       select QCOM_SCM
> +       select REMOTEPROC
> +       help
> +         Say y here to support the Peripherial Image Loader for the Qualcomm
> +         Wireless Connectivity Subsystem.
> +
> 

        "depends on QCOM_SMEM"

This showed up in Linux-next today and caused a build error:

drivers/remoteproc/built-in.o: In function `q6v5_fatal_interrupt':
qcom_q6v5_pil.c:(.text+0x2428): undefined reference to `qcom_smem_get'
drivers/remoteproc/built-in.o: In function `q6v5_wdog_interrupt':
qcom_q6v5_pil.c:(.text+0x2498): undefined reference to `qcom_smem_get'


        Arnd

Reply via email to