Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433319
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader |
| Date | 2016-06-28 23:10 +0200 |
| Message-ID | <rP8qB-3Jw-7@gated-at.bofh.it> (permalink) |
| References | <rP8qB-3Jw-5@gated-at.bofh.it> <rP8qB-3Jw-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 1/2] dt-binding: remoteproc: Introduce Qualcomm WCNSS loader binding Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-06-28 23:10 +0200
[PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-06-28 23:10 +0200
Re: [PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader Arnd Bergmann <arnd@arndb.de> - 2016-06-28 23:10 +0200
Re: [PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-06-28 23:30 +0200
Re: [PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-29 18:30 +0200
Re: [PATCH v3 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-06-30 08:00 +0200
csiph-web