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:
parent
a6058dc4b1
commit
61361e870b
23 changed files with 2 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue