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
|
@ -7,6 +7,7 @@ menuconfig IEEE802154_MCR20A
|
|||
bool "NXP MCR20A Driver support"
|
||||
default y
|
||||
depends on DT_HAS_NXP_MCR20A_ENABLED
|
||||
depends on HAS_MCUX
|
||||
select SPI
|
||||
|
||||
if IEEE802154_MCR20A
|
||||
|
|
Loading…
Reference in New Issue