From ab03240630a2481a4b499cd0568b5bc80d1b6e26 Mon Sep 17 00:00:00 2001 From: August Date: Sun, 29 Jul 2018 00:13:02 +0800 Subject: [PATCH] android: enable gmac kernel config Signed-off-by: August --- .../configs/sun50iw1p1smp_android_defconfig | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/lichee/linux-4.9/arch/arm64/configs/sun50iw1p1smp_android_defconfig b/lichee/linux-4.9/arch/arm64/configs/sun50iw1p1smp_android_defconfig index 11961cf40e..992458da5e 100644 --- a/lichee/linux-4.9/arch/arm64/configs/sun50iw1p1smp_android_defconfig +++ b/lichee/linux-4.9/arch/arm64/configs/sun50iw1p1smp_android_defconfig @@ -1348,7 +1348,8 @@ CONFIG_TUN=y CONFIG_ETHERNET=y CONFIG_NET_VENDOR_ALLWINNER=y # CONFIG_SUN4I_EMAC is not set -# CONFIG_SUNXI_GMAC is not set +CONFIG_SUNXI_GMAC=y +CONFIG_SUNXI_EXT_PHY=y # CONFIG_ALTERA_TSE is not set CONFIG_NET_VENDOR_AMAZON=y CONFIG_NET_VENDOR_AMD=y @@ -3094,6 +3095,22 @@ CONFIG_USB_CONFIGFS_F_MIDI=y # CONFIG_USB_CONFIGFS_F_HID is not set # CONFIG_USB_CONFIGFS_F_UVC is not set # CONFIG_USB_CONFIGFS_F_PRINTER is not set +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set CONFIG_USB_SUNXI_USB=y CONFIG_USB_SUNXI_USB_MANAGER=y CONFIG_USB_SUNXI_USB_DEBUG=y