1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-04 07:27:08 +01:00

Kernel config tweaks for Bluetooth and OverlayFS (#2067)

* Move Bluetooth protocol configuration to hassos.config

Enable a couple of potential useful Bluetooth protocol drivers.
Also enable Bluetooth Network Encapsulation Protocol since the BlueZ
plug-in seems to be enabled.

* Drop OverlayFS configuration not liked by Docker
This commit is contained in:
Stefan Agner
2022-08-16 22:26:39 +02:00
committed by GitHub
parent fe8332eb90
commit c3bfa2e64a
3 changed files with 12 additions and 4 deletions

View File

@@ -35,9 +35,6 @@ CONFIG_USB_NET_SMSC95XX=m
CONFIG_MEDIA_CEC_SUPPORT=y
CONFIG_BT=y
CONFIG_BT_BREDR=y
CONFIG_BT_LE=y
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m