summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-07-21 18:15:06 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-07-25 13:14:29 +0200
commit8fd3df2a376878387949b23d3c3551788ffe4abb (patch)
treebb2761c730c74a67459ff26626481b7e8fd23985 /recipes-kernel
parentae92364a9b734509b80f42d64525354fade45f58 (diff)
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 <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig4
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config12
2 files changed, 16 insertions, 0 deletions
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