We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b7a40 + b9e379b commit cb2bad8Copy full SHA for cb2bad8
drivers/net/can/Kconfig
@@ -58,9 +58,10 @@ config CAN_CALC_BITTIMING
58
59
config CAN_AT91
60
tristate "Atmel AT91 onchip CAN controller"
61
- depends on CAN_DEV && ARCH_AT91SAM9263
+ depends on CAN_DEV && (ARCH_AT91SAM9263 || ARCH_AT91SAM9X5)
62
---help---
63
- This is a driver for the SoC CAN controller in Atmel's AT91SAM9263.
+ This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
64
+ and AT91SAM9X5 processors.
65
66
config CAN_TI_HECC
67
depends on CAN_DEV && ARCH_OMAP3
0 commit comments