forked from Minki/linux
1f0e21a0c0
In [1] Geert noted that the autodetect compatible for the mcp25xxfd driver, which is "microchip,mcp25xxfd" might be too generic and overlap with upcoming, but incompatible chips. In the previous patch the autodetect DT compatbile has been renamed to "microchip,mcp251xfd", this patch changes the name of the driver subdir and the individual files accordinly. [1] http://lore.kernel.org/r/CAMuHMdVkwGjr6dJuMyhQNqFoJqbh6Ec5V2b5LenCshwpM2SDsQ@mail.gmail.com Link: https://lore.kernel.org/r/20200930091424.792165-8-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "CAN SPI interfaces"
|
|
depends on SPI
|
|
|
|
config CAN_HI311X
|
|
tristate "Holt HI311x SPI CAN controllers"
|
|
help
|
|
Driver for the Holt HI311x SPI CAN controllers.
|
|
|
|
config CAN_MCP251X
|
|
tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
|
|
help
|
|
Driver for the Microchip MCP251x and MCP25625 SPI CAN
|
|
controllers.
|
|
|
|
source "drivers/net/can/spi/mcp251xfd/Kconfig"
|
|
|
|
endmenu
|