diff options
| author | Weijie Gao | 2024-03-12 14:44:37 +0000 |
|---|---|---|
| committer | Weijie Gao | 2024-03-12 14:52:28 +0000 |
| commit | 4468cae502b5155f2bd4e1d8aac307acbb56800e (patch) | |
| tree | 1499d1dd03efdcc3e2716de79fe13d909b1fdbcc | |
| parent | 645b44d8ff06115602bdccdf2ef14b0fe0e410d4 (diff) | |
| download | openwrt-4468cae502b5155f2bd4e1d8aac307acbb56800e.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |