On 01.07.2021 01:00:15, Angelo Dureghello wrote: > Update flexcan to support coldfire architecture. > > Any new platform should use OF, but coldfire architecture is > actually not supporting devicetrees. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > none > Changes for v3: > - change to just remove OF > Changes for v4: > - readjust options with coldfire and compile test additions > --- > drivers/net/can/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig > index e355d3974977..3d6f319f6c91 100644 > --- a/drivers/net/can/Kconfig > +++ b/drivers/net/can/Kconfig > @@ -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 This adds a trailing whitespace, fixed while applying. > + depends on HAS_IOMEM > help > Say Y here if you want to support for Freescale FlexCAN. > > -- > 2.31.1 > > Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phone: +49-231-2826-924 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |