From 43a528eb968985d4d76f6ab7a5639de3b1795f87 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jan 2017 12:36:48 +0100 Subject: [PATCH] kernel: add missing config symbol Signed-off-by: Felix Fietkau --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.1 | 1 + target/linux/generic/config-4.4 | 1 + 3 files changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 3734416dfd..1f7cd5ca59 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -4216,6 +4216,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MXS_PHY is not set # CONFIG_USB_NET2272 is not set # CONFIG_USB_NET2280 is not set # CONFIG_USB_NET_AX88179_178A is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 222ba260d9..980e5139af 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -4388,6 +4388,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MXS_PHY is not set # CONFIG_USB_NET2272 is not set # CONFIG_USB_NET2280 is not set # CONFIG_USB_NET_AX88179_178A is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index a654878753..bcb77f041d 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -4422,6 +4422,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_MV_U3D is not set # CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MXS_PHY is not set # CONFIG_USB_NET2272 is not set # CONFIG_USB_NET2280 is not set # CONFIG_USB_NET_AX88179_178A is not set -- 2.30.2