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:
parent
c0e39711ac
commit
616342d58b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue