mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00: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:
parent
fe8332eb90
commit
c3bfa2e64a
@ -35,9 +35,6 @@ CONFIG_USB_NET_SMSC95XX=m
|
|||||||
|
|
||||||
CONFIG_MEDIA_CEC_SUPPORT=y
|
CONFIG_MEDIA_CEC_SUPPORT=y
|
||||||
|
|
||||||
CONFIG_BT=y
|
|
||||||
CONFIG_BT_BREDR=y
|
|
||||||
CONFIG_BT_LE=y
|
|
||||||
CONFIG_BT_INTEL=m
|
CONFIG_BT_INTEL=m
|
||||||
CONFIG_BT_BCM=m
|
CONFIG_BT_BCM=m
|
||||||
CONFIG_BT_RTL=m
|
CONFIG_BT_RTL=m
|
||||||
|
@ -71,7 +71,6 @@ CONFIG_EXT4_FS=y
|
|||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
CONFIG_EXT4_FS_SECURITY=y
|
||||||
CONFIG_OVERLAY_FS=y
|
CONFIG_OVERLAY_FS=y
|
||||||
CONFIG_OVERLAY_FS_REDIRECT_DIR=y
|
|
||||||
CONFIG_OVERLAY_FS_METACOPY=y
|
CONFIG_OVERLAY_FS_METACOPY=y
|
||||||
|
|
||||||
CONFIG_CRYPTO_CCM=m
|
CONFIG_CRYPTO_CCM=m
|
||||||
|
@ -32,6 +32,18 @@ CONFIG_MSDOS_PARTITION=y
|
|||||||
# CONFIG_LOGO is not set
|
# CONFIG_LOGO is not set
|
||||||
# CONFIG_DEBUG_STACK_USAGE is not set
|
# CONFIG_DEBUG_STACK_USAGE is not set
|
||||||
|
|
||||||
|
CONFIG_BT=y
|
||||||
|
CONFIG_BT_BREDR=y
|
||||||
|
CONFIG_BT_RFCOMM=m
|
||||||
|
CONFIG_BT_RFCOMM_TTY=y
|
||||||
|
CONFIG_BT_LE=y
|
||||||
|
CONFIG_BT_BNEP=m
|
||||||
|
CONFIG_BT_BNEP_MC_FILTER=y
|
||||||
|
CONFIG_BT_BNEP_PROTO_FILTER=y
|
||||||
|
CONFIG_BT_CMTP=m
|
||||||
|
CONFIG_BT_HIDP=m
|
||||||
|
CONFIG_BT_LEDS=y
|
||||||
|
|
||||||
CONFIG_IPV6=y
|
CONFIG_IPV6=y
|
||||||
CONFIG_IPV6_MROUTE=y
|
CONFIG_IPV6_MROUTE=y
|
||||||
CONFIG_IPV6_SIT=m
|
CONFIG_IPV6_SIT=m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user