Skip to content

Commit

Permalink
nrf52/Kconfig: NRF52_SDC_LE_CODED_PHY not available for nrf52832
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl authored and xiaoxiang781216 committed Dec 18, 2021
1 parent f3fdd5a commit 87a8b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/src/nrf52/Kconfig
Expand Up @@ -711,7 +711,8 @@ config NRF52_SDC_LE_2M_PHY

config NRF52_SDC_LE_CODED_PHY
bool "Support LE Coded PHY"
default y
default n if ARCH_CHIP_NRF52832
default y if ARCH_CHIP_NRF52840

config NRF52_SDC_DLE
bool "Support Data Length Extension (DLE)"
Expand Down

0 comments on commit 87a8b1b

Please sign in to comment.