diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 23:49:37 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 23:53:04 +0200 |
commit | da6c09eff4d353f3c64e815fb3a556261111f0ca (patch) | |
tree | 4cd4ea1aa09b6b90f32ee628ee4f8bfcc1c65d18 /target/linux/mediatek/mt7622 | |
parent | 29fa9ac559ef9f181523a068119c842c72ae5770 (diff) | |
download | upstream-da6c09eff4d353f3c64e815fb3a556261111f0ca.tar.gz upstream-da6c09eff4d353f3c64e815fb3a556261111f0ca.tar.bz2 upstream-da6c09eff4d353f3c64e815fb3a556261111f0ca.zip |
kernel: move CONFIG_USB_MTU3 to generic config
CONFIG_USB_MTU3 is not visible for the mediatek target by default, but
only when CONFIG_USB_GADGET is set. This will config option will be
remove with when running "make kernel_oldconfig", move this option to
the generic config to prevent this.
This fixes the build of the mt7623 subtarget of the mediatek target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mediatek/mt7622')
-rw-r--r-- | target/linux/mediatek/mt7622/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7622/config-4.14 b/target/linux/mediatek/mt7622/config-4.14 index e76b8c4ab8..ce705e58f5 100644 --- a/target/linux/mediatek/mt7622/config-4.14 +++ b/target/linux/mediatek/mt7622/config-4.14 @@ -444,7 +444,6 @@ CONFIG_TREE_SRCU=y CONFIG_USB=y CONFIG_USB_COMMON=y # CONFIG_USB_EHCI_HCD is not set -# CONFIG_USB_MTU3 is not set CONFIG_USB_SUPPORT=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MTK=y |