From 3ea0803cf0dcc38d9a61222860fa4cd3efec79ab Mon Sep 17 00:00:00 2001 From: Michal Dzik Date: Mon, 31 May 2021 10:22:32 +0200 Subject: [PATCH] S195xCONFIG: add Bluetooth debugfs entries for stream195x [STREAMEIGHT-4746] Files: /sys/kernel/debug/bluetooth/hcix/adv_min_interval /sys/kernel/debug/bluetooth/hcix/adv_max_interval are used by StreamSDK to set LE advertisement interval. Signed-off-by: Michal Dzik --- arch/arm64/configs/stream195x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/stream195x_defconfig b/arch/arm64/configs/stream195x_defconfig index 736b3926ea21c7..9647d4cce01c2a 100644 --- a/arch/arm64/configs/stream195x_defconfig +++ b/arch/arm64/configs/stream195x_defconfig @@ -106,7 +106,7 @@ CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=y # CONFIG_BT_LE is not set -# CONFIG_BT_DEBUGFS is not set +CONFIG_BT_DEBUGFS=y CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_H4=y CONFIG_CFG80211=y