drivers: ieee802154: mcr20a: Specify the dependency on HAL_MCUX
The mcr20a driver referencing `MCR20Overwrites.h` which is under `hal/nxp/mcux`. So, put `depends HAS_MCUX` for clarify the dependency. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
3d2b18a5ff
commit
a88ee692b9
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ menuconfig IEEE802154_MCR20A
|
||||||
bool "NXP MCR20A Driver support"
|
bool "NXP MCR20A Driver support"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_NXP_MCR20A_ENABLED
|
depends on DT_HAS_NXP_MCR20A_ENABLED
|
||||||
|
depends on HAS_MCUX
|
||||||
select SPI
|
select SPI
|
||||||
|
|
||||||
if IEEE802154_MCR20A
|
if IEEE802154_MCR20A
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue