drivers: ieee802154: Move to using select in Kconfig for SPI bus

* Move to using 'select SPI' instead of 'depends on'
  (see commit df81fef944 for
   more details)

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-11 23:31:14 -05:00 committed by Carles Cufí
parent c0e39711ac
commit 616342d58b
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@
menuconfig IEEE802154_DW1000
bool "Decawave DW1000 Driver support"
default y
depends on SPI && DT_HAS_DECAWAVE_DW1000_ENABLED
depends on DT_HAS_DECAWAVE_DW1000_ENABLED
select SPI
if IEEE802154_DW1000

View file

@ -6,7 +6,8 @@
menuconfig IEEE802154_MCR20A
bool "NXP MCR20A Driver support"
default y
depends on SPI && DT_HAS_NXP_MCR20A_ENABLED
depends on DT_HAS_NXP_MCR20A_ENABLED
select SPI
if IEEE802154_MCR20A