Re: [PATCH v2] net: Add Qualcomm IPC router

From: David Miller
Date: Wed Apr 27 2016 - 14:55:46 EST


From: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
Date: Wed, 27 Apr 2016 10:14:45 -0700

> On Wed 27 Apr 09:22 PDT 2016, David Miller wrote:
>
>> This code can now only be build tested on ARCH_QCOM architectures, and
>> that's a serious negative downside.
>
> For normal usage the QRTR_SMD doesn't make much sense to be selectable
> unless QCOM_SMD is compiled in, but I can fix up the QCOM_SMD exports
> and slap a COMPILE_TEST on it.
>
>
> Looking at it again, we already have the conditional for QRTR and the OF
> code in the driver went away a while back, so we're down to something
> like:
>
> depends on QCOM_SMD || COMPILE_TEST

If that's enough to make it work, feel free to spin as a series a patch that
does the Kconfig bits and then the patch that adds the IPC protocol.