From: Marc Kleine-Budde Date: Sat, 13 Feb 2021 11:48:28 +0000 (+0100) Subject: can: grcan: add missing Kconfig dependency to HAS_IOMEM X-Git-Tag: v5.13-rc1~94^2~297^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51894cbae49e8c8dba01ee9f7f5030d1f81f4fa9;p=thirdparty%2Fkernel%2Flinux.git can: grcan: add missing Kconfig dependency to HAS_IOMEM On ARCHs without IOMEM support the grcan driver fails to link due to missing iomem functionality. This patch adds the missing Kconfig dependency to HAS_IOMEM. Link: https://lore.kernel.org/r/20210309140424.3331010-1-mkl@pengutronix.de Reported-by: kernel test robot Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index 1c28eade6becc..e355d3974977d 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig @@ -103,7 +103,7 @@ config CAN_FLEXCAN config CAN_GRCAN tristate "Aeroflex Gaisler GRCAN and GRHCAN CAN devices" - depends on OF && HAS_DMA + depends on OF && HAS_DMA && HAS_IOMEM help Say Y here if you want to use Aeroflex Gaisler GRCAN or GRHCAN. Note that the driver supports little endian, even though little