Skip to content

Commit

Permalink
drivers: ieee802154: mcr20a: Specify the dependency on HAL_MCUX
Browse files Browse the repository at this point in the history
The mcr20a driver referencing `MCR20Overwrites.h` whichi is under
`hal/nxp/mcux`.

So, put `depends HAS_MCUX` for clarify the dependency.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 17, 2024
1 parent 0bca195 commit 9dd071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ieee802154/Kconfig.mcr20a
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd071d

Please sign in to comment.