diff options
author | Brian Masney <masneyb@onstation.org> | 2019-06-02 21:04:55 -0400 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-06-16 14:31:50 -0400 |
commit | 817bbbb7749decb99262dc3bb1569a579eea5ba8 (patch) | |
tree | 833f67dc1ce926112a3a1906b319df442e705b35 | |
parent | ef7a5baf64ce83c04b2ced044ded31528820fef7 (diff) |
ARM: qcom_defconfig: add support for USB networking
Add support for USB networking as a module to qcom_defconfig since its
a useful feature to have for development purposes.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 4f02636f832e..f26103eae564 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig | |||
@@ -186,6 +186,7 @@ CONFIG_USB_CONFIGFS_NCM=y | |||
186 | CONFIG_USB_CONFIGFS_ECM=y | 186 | CONFIG_USB_CONFIGFS_ECM=y |
187 | CONFIG_USB_CONFIGFS_F_FS=y | 187 | CONFIG_USB_CONFIGFS_F_FS=y |
188 | CONFIG_USB_ULPI_BUS=y | 188 | CONFIG_USB_ULPI_BUS=y |
189 | CONFIG_USB_ETH=m | ||
189 | CONFIG_MMC=y | 190 | CONFIG_MMC=y |
190 | CONFIG_MMC_BLOCK_MINORS=32 | 191 | CONFIG_MMC_BLOCK_MINORS=32 |
191 | CONFIG_MMC_ARMMMCI=y | 192 | CONFIG_MMC_ARMMMCI=y |