From 8fd3df2a376878387949b23d3c3551788ffe4abb Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 21 Jul 2023 18:15:06 +0200 Subject: linux-toradex-mainline: aarch64: enable more useful configs Enable new NXP Bluetooth UART driver (CONFIG_BT_NXPUART), TI SN65DSI84 DSI to LVDS bridge driver (CONFIG_DRM_TI_SN65DSI83), new LCDIF driver for i.MX 8M series SoCs (CONFIG_DRM_IMX_LCDIF and usbmon which allows capturing USB traffic using tcpdump (CONFIG_USB_MON) all to be build as loadable kernel modules. Signed-off-by: Marcel Ziswiler --- .../linux/linux-toradex-mainline-git/aarch64/defconfig | 4 ++++ .../linux/linux-toradex-mainline-git/toradex_imx_v8.config | 12 ++++++++++++ 2 files changed, 16 insertions(+) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig b/recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig index 2a8a1ed..c731446 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig +++ b/recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig @@ -189,6 +189,7 @@ CONFIG_BT_HCIUART_MRVL=y CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m CONFIG_BT_QCOMSMD=m +CONFIG_BT_NXPUART=m CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_MAC80211_LEDS=y @@ -772,6 +773,7 @@ CONFIG_DRM_SII902X=m CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m CONFIG_DRM_TI_TFP410=m +CONFIG_DRM_TI_SN65DSI83=m CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_ANALOGIX_ANX7625=m CONFIG_DRM_I2C_ADV7511=m @@ -788,6 +790,7 @@ CONFIG_DRM_HISI_KIRIN=m CONFIG_DRM_MEDIATEK=m CONFIG_DRM_MEDIATEK_HDMI=m CONFIG_DRM_MXSFB=m +CONFIG_DRM_IMX_LCDIF=m CONFIG_DRM_MESON=m CONFIG_DRM_PL111=m CONFIG_DRM_LIMA=m @@ -889,6 +892,7 @@ CONFIG_I2C_HID_ACPI=m CONFIG_I2C_HID_OF=m CONFIG_USB=y CONFIG_USB_OTG=y +CONFIG_USB_MON=m CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PCI_RENESAS=m CONFIG_USB_XHCI_TEGRA=y diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config index f7d3902..32eb5ff 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config +++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config @@ -57,3 +57,15 @@ CONFIG_REMOTEPROC_CDEV=y CONFIG_MEDIA_ANALOG_TV_SUPPORT=n CONFIG_MEDIA_DIGITAL_TV_SUPPORT=n CONFIG_MEDIA_SDR_SUPPORT=n + +# Enable new NXP Bluetooth UART driver +CONFIG_BT_NXPUART=m + +# Enable TI SN65DSI84 DSI to LVDS bridge driver +CONFIG_DRM_TI_SN65DSI83=m + +# Enable new LCDIF driver for i.MX 8M series SoCs +CONFIG_DRM_IMX_LCDIF=m + +# Enable usbmon which allows capturing USB traffic using tcpdump +CONFIG_USB_MON=m -- cgit v1.2.3