summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
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/linux/linux-toradex-mainline-git/toradex_imx_v8.config
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/linux/linux-toradex-mainline-git/toradex_imx_v8.config')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config12
1 files changed, 12 insertions, 0 deletions
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