Enable UHID to support Bluetooth input devices (#2623)

* Add UHID config to hassos.config
This commit is contained in:
Adam Duff 2023-07-03 17:18:08 +01:00 committed by GitHub
parent b10bf134c0
commit 642b8a132f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ CONFIG_WIREGUARD=m
CONFIG_HID=m
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"