From 47e43c86e44c471973d367b230ddc29aa2dc8888 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Tue, 18 Apr 2023 10:28:33 +0200 Subject: [PATCH] generic: kernel: add missing symbol Add missing symbol while adding layerscape support Signed-off-by: Pawel Dembicki [ add commit description ] Signed-off-by: Christian Marangi --- target/linux/generic/config-6.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 20b57ccbb3..f8c0e9f939 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -116,7 +116,9 @@ CONFIG_64BIT_TIME=y # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_ADMV1013 is not set +# CONFIG_ADMV1014 is not set # CONFIG_ADMV4420 is not set +# CONFIG_ADMV8818 is not set # CONFIG_ADRF6780 is not set # CONFIG_ADT7316 is not set # CONFIG_ADUX1020 is not set @@ -7341,6 +7343,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set +# CONFIG_USB_XEN_HCD is not set # CONFIG_USB_XHCI_DBGCAP is not set # CONFIG_USB_XHCI_HCD is not set # CONFIG_USB_XHCI_MVEBU is not set -- 2.30.2