kconfig: remove redundant IEEE 802.15.4 defaults or selections

All IEEE 802.15.4 drivers are now automatically enabled if they are
'okay' in DT and all of its dependencies are 'y', including
CONFIG_IEEE802154. This means individual driver enablement is not
necessary anymore in Kconfig.defconfig files or samples/tests. Boards
need to still make sure any dependencies are enabled, e.g. SPI bus in
some cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-07-18 16:30:50 +02:00 committed by Carles Cufí
commit 61361e870b
23 changed files with 2 additions and 80 deletions

View file

@ -32,13 +32,11 @@ config ENTROPY_CC13XX_CC26XX_RNG
if IEEE802154
config IEEE802154_CC13XX_CC26XX
default y
# required for linking with PowerCC26X2_config in
# soc/arm/ti_simplelink/cc13x2_cc26x2/power.c
select PM
config IEEE802154_CC13XX_CC26XX_SUB_GHZ
default y
# required for linking with PowerCC26X2_config in
# soc/arm/ti_simplelink/cc13x2_cc26x2/power.c
select PM