[openwrt/openwrt] kernel: config: add missing symbol for kenrel 6.6

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 12 08:58:07 PDT 2024


981213 pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4468cae502b5155f2bd4e1d8aac307acbb56800e

commit 4468cae502b5155f2bd4e1d8aac307acbb56800e
Author: Weijie Gao <hackpascal at gmail.com>
AuthorDate: Tue Mar 12 22:44:37 2024 +0800

    kernel: config: add missing symbol for kenrel 6.6
    
    CONFIG_HID_SUPPORT:
    Set default value for kmod-hid
    
    CONFIG_USB_CDNS3_IMX:
    CONFIG_USB_CDNS3_PCI_WRAP:
    CONFIG_USB_CDNSP_PCI:
    Introduced by db0d7cf6a1 (usb: add cdns3 support)
    
    Signed-off-by: Weijie Gao <hackpascal at gmail.com>
---
 target/linux/generic/config-6.6 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index 319f56fe01..4f3d7f2e23 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -2539,6 +2539,7 @@ CONFIG_HARDEN_EL2_VECTORS=y
 # CONFIG_HID_STEAM is not set
 # CONFIG_HID_STEELSERIES is not set
 # CONFIG_HID_SUNPLUS is not set
+# CONFIG_HID_SUPPORT is not set
 # CONFIG_HID_THINGM is not set
 # CONFIG_HID_THRUSTMASTER is not set
 # CONFIG_HID_TIVO is not set
@@ -7289,7 +7290,10 @@ CONFIG_USB_BELKIN=y
 # CONFIG_USB_CATC is not set
 # CONFIG_USB_CDC_COMPOSITE is not set
 # CONFIG_USB_CDNS3 is not set
+# CONFIG_USB_CDNS3_IMX is not set
+# CONFIG_USB_CDNS3_PCI_WRAP is not set
 # CONFIG_USB_CDNS_SUPPORT is not set
+# CONFIG_USB_CDNSP_PCI is not set
 # CONFIG_USB_CHAOSKEY is not set
 # CONFIG_USB_CHIPIDEA is not set
 # CONFIG_USB_CHIPIDEA_GENERIC is not set




More information about the lede-commits mailing list