Skip to content

Commit

Permalink
can: flexcan: update Kconfig to enable coldfire
Browse files Browse the repository at this point in the history
Update flexcan to support coldfire architecture.

Any new platform should use OF, but coldfire architecture is
actually not supporting devicetrees.

Link: https://lore.kernel.org/r/20210702094841.327679-4-angelo@kernel-space.org
Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Angelo Dureghello authored and Marc Kleine-Budde committed Jul 25, 2021
1 parent d9cead7 commit 8dad556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ config CAN_AT91

config CAN_FLEXCAN
tristate "Support for Freescale FLEXCAN based chips"
depends on OF && HAS_IOMEM
depends on OF || COLDFIRE || COMPILE_TEST
depends on HAS_IOMEM
help
Say Y here if you want to support for Freescale FlexCAN.

Expand Down

0 comments on commit 8dad556

Please sign in to comment.