summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2024-04-26 09:35:08 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2024-04-26 09:54:49 +0200
commit94979392529c0eb4196b489ebee0ce64b94bd2f1 (patch)
tree227c141046f687c22b976c4663d403ba079cf47b
parent016e5108e8f8d726d8d115e084c8214f5a087f73 (diff)
toradex_defconfig: enable user-space i/o driver for hid subsystemtoradex_5.15-2.2.x-imx
Enable user-space I/O driver support for HID subsystem (CONFIG_UHID=m) as e.g. required for Bluetooth keyboards. Related-to: ELB-5738 Upstream-Status: Inappropriate [Configuration] Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm64/configs/toradex_defconfig1
-rw-r--r--arch/arm64/configs/toradex_imx_v8.config3
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/toradex_defconfig b/arch/arm64/configs/toradex_defconfig
index 037899722ae7..f441c0b62c11 100644
--- a/arch/arm64/configs/toradex_defconfig
+++ b/arch/arm64/configs/toradex_defconfig
@@ -700,6 +700,7 @@ CONFIG_SND_SOC_LPASS_WSA_MACRO=m
CONFIG_SND_SOC_LPASS_VA_MACRO=m
CONFIG_SND_SIMPLE_CARD=y
CONFIG_SND_AUDIO_GRAPH_CARD=y
+CONFIG_UHID=m
CONFIG_HID_MULTITOUCH=m
CONFIG_USB_HIDDEV=y
CONFIG_I2C_HID_ACPI=m
diff --git a/arch/arm64/configs/toradex_imx_v8.config b/arch/arm64/configs/toradex_imx_v8.config
index 0d34c92f59e9..5f18a2cdb934 100644
--- a/arch/arm64/configs/toradex_imx_v8.config
+++ b/arch/arm64/configs/toradex_imx_v8.config
@@ -53,6 +53,9 @@ CONFIG_CAN_MCP251XFD=m
# USB hub used on modules and or eval-boards
CONFIG_USB_HUB_USB251XB=y
+# Support Bluetooth HID devices
+CONFIG_UHID=m
+
# Support HID devices
# This suppresses also the warning "hid-generic: device has no listeners, quitting"
CONFIG_USB_HIDDEV=y