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:
parent
996e0a74b7
commit
9e9aab3bcf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ config CAN_MCP2515
|
|||
bool "MCP2515 CAN Driver"
|
||||
default y
|
||||
depends on DT_HAS_MICROCHIP_MCP2515_ENABLED
|
||||
depends on SPI
|
||||
select SPI
|
||||
help
|
||||
Enable MCP2515 CAN Driver
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue