diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-12-17 23:04:30 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-18 20:17:22 +0100 |
commit | 7bd6969acce763a7117b33a6647b8c5dbbf2b0aa (patch) | |
tree | 206b55aae42d94b9723e15cbee4dfad8e05fe5fe | |
parent | 11945174cf182a526158f0831b7153fff4d3ec6b (diff) | |
download | upstream-7bd6969acce763a7117b33a6647b8c5dbbf2b0aa.tar.gz upstream-7bd6969acce763a7117b33a6647b8c5dbbf2b0aa.tar.bz2 upstream-7bd6969acce763a7117b33a6647b8c5dbbf2b0aa.zip |
kernel: Add missing symbols to 4.19
While building 4.19 for ath79 with CONFIG_ALL_KMODS=y with verbose mode
enabled I was asked by kernel config about few symbols/modules so I'm
adding those missing symbols to the generic config.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | target/linux/generic/config-4.19 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 4a956a9b14..dc3d80b57f 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -3661,7 +3661,10 @@ CONFIG_PCI_SYSCALL=y # CONFIG_PHY_PXA_28NM_HSIC is not set # CONFIG_PHY_PXA_28NM_USB2 is not set # CONFIG_PHY_QCOM_DWC3 is not set +# CONFIG_PHY_QCOM_USB_HS is not set +# CONFIG_PHY_QCOM_USB_HSIC is not set # CONFIG_PHY_SAMSUNG_USB2 is not set +# CONFIG_PHY_TUSB1210 is not set # CONFIG_PHY_XGENE is not set # CONFIG_PI433 is not set # CONFIG_PID_IN_CONTEXTIDR is not set @@ -5326,6 +5329,7 @@ CONFIG_USB_DEFAULT_PERSIST=y # CONFIG_USB_DWC3_OF_SIMPLE is not set # CONFIG_USB_DWC3_PCI is not set # CONFIG_USB_DWC3_QCOM is not set +# CONFIG_USB_DWC3_ULPI is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EG20T is not set # CONFIG_USB_EHCI_ATH79 is not set |