1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

drivers/mcp2515: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:06:32 +01:00
parent 482bbc3056
commit c4e4bc2122
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -15,3 +15,8 @@ config MODULE_MCP2515
select MODULE_PERIPH_GPIO_IRQ
select MODULE_PERIPH_SPI
select MODULE_XTIMER
config HAVE_MCP2515
bool
help
Indicates that a MCP2515 CAN controller is present.