Skip to content

Commit

Permalink
remove bluetooth kconfig overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Jan 31, 2024
1 parent 0bf7a3a commit 5012d45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions app/boards/arm/glove80/glove80_lh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ CONFIG_BT_DIS_MODEL="Glove80"
# Use higher radio transmit power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Use non-legacy LLCP (required for compatibility with recent Linux kernel)
CONFIG_BT_LL_SW_LLCP=y
CONFIG_BT_LL_SW_LLCP_LEGACY=n

# Disable 2M PHY (required for compatibility with recent Intel chipset drivers
# on Windows)
CONFIG_BT_CTLR_PHY_2M=n

# Work-around for Windows bug with battery notifications
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n

Expand Down
8 changes: 0 additions & 8 deletions app/boards/arm/glove80/glove80_rh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ CONFIG_BT_DIS_MODEL="Glove80 Right"
# Use higher radio transmit power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Use non-legacy LLCP (required for compatibility with recent Linux kernel)
CONFIG_BT_LL_SW_LLCP=y
CONFIG_BT_LL_SW_LLCP_LEGACY=n

# Disable 2M PHY (required for compatibility with recent Intel chipset drivers
# on Windows)
CONFIG_BT_CTLR_PHY_2M=n

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down

0 comments on commit 5012d45

Please sign in to comment.