OSDN Git Service

f_qc_rndis: Compile rndis.c if CONFIG_USB_F_QCRNDIS is enabled
authorVijayavardhan Vennapusa <vvreddy@codeaurora.org>
Tue, 21 Mar 2017 08:01:41 +0000 (13:31 +0530)
committerVijayavardhan Vennapusa <vvreddy@codeaurora.org>
Wed, 22 Mar 2017 07:59:06 +0000 (13:29 +0530)
commit7c9990241e1309b5cdf28c5e6ee48c11524a3242
tree6ccf296e5cccb9202b118c2b89842c7ee79eb429
parent783427f7ad16090b68801d1142c20df47bced74b
f_qc_rndis: Compile rndis.c if CONFIG_USB_F_QCRNDIS is enabled

When CONFIG_USB_F_QCRNDIS is enabled to support RNDIS over BAM2BAM
to IPA, it needs to compile rndis.c driver as well. Otherwise
will see compilation error. Hence compile rndis.c along with f_qc_rndis.c
when CONFIG_USB_F_QCRNDIS is enabled. Disable CONFIG_USB_F_GSI as both
configs can't be enabled at a time as that would cause compilation errors
and warnings seen due to same misc device name registration.

Change-Id: Ie11fba25be53e158811b05c7054bbdf126689c36
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
arch/arm/configs/sdm660-perf_defconfig
arch/arm/configs/sdm660_defconfig
arch/arm64/configs/msm-perf_defconfig
arch/arm64/configs/msm_defconfig
arch/arm64/configs/sdm660-perf_defconfig
arch/arm64/configs/sdm660_defconfig
drivers/usb/gadget/function/Makefile