projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d77507
)
can: grcan: add missing Kconfig dependency to HAS_IOMEM
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Sat, 13 Feb 2021 11:48:28 +0000
(12:48 +0100)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 30 Mar 2021 09:14:45 +0000
(11:14 +0200)
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 <lkp@intel.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/can/Kconfig
b/drivers/net/can/Kconfig
index 1c28eade6becc3d7378c6d2d17c3658a93fe22c5..e355d3974977da83a57fedfd65698e603c94ee0f 100644
(file)
--- 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