drivers: ieee802154: rf2xx: Enable sub-GHz L2 conditionally
Enable the sub-GHz L2 only if the main L2 is enabled too. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
afd1db6c9a
commit
1a37baf24a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ menuconfig IEEE802154_RF2XX
|
|||
depends on NETWORKING
|
||||
select SPI
|
||||
select GPIO
|
||||
select NET_L2_IEEE802154_SUB_GHZ
|
||||
select NET_L2_IEEE802154_SUB_GHZ if NET_L2_IEEE802154
|
||||
|
||||
if IEEE802154_RF2XX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue