Commit 8dad5561 authored by Angelo Dureghello's avatar Angelo Dureghello Committed by Marc Kleine-Budde
Browse files

can: flexcan: update Kconfig to enable coldfire

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: default avatarAngelo Dureghello <angelo@kernel-space.org>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent d9cead75
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.