drivers: can: 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:32:46 -05:00 committed by Carles Cufí
commit 9e9aab3bcf

View file

@ -7,7 +7,7 @@ config CAN_MCP2515
bool "MCP2515 CAN Driver" bool "MCP2515 CAN Driver"
default y default y
depends on DT_HAS_MICROCHIP_MCP2515_ENABLED depends on DT_HAS_MICROCHIP_MCP2515_ENABLED
depends on SPI select SPI
help help
Enable MCP2515 CAN Driver Enable MCP2515 CAN Driver