projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cae4d0
)
can: ti_hecc: Kconfig: add COMPILE_TEST
author
Vincent Mailhol
<mailhol.vincent@wanadoo.fr>
Tue, 15 Jul 2025 11:28:12 +0000
(20:28 +0900)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 15 Jul 2025 11:32:02 +0000
(13:32 +0200)
ti_hecc depends on ARM. Add COMPILE_TEST to the dependency list so
that this driver can also be built on other platforms.
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link:
https://patch.msgid.link/20250715-can-compile-test-v2-2-f7fd566db86f@wanadoo.fr
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/can/Kconfig
b/drivers/net/can/Kconfig
index cf989bea9aa33356a94a9bb495d4c22ae907d436..d58fab0161b3ea6e12047c3fa0f884d0142002e7 100644
(file)
--- a/
drivers/net/can/Kconfig
+++ b/
drivers/net/can/Kconfig
@@
-201,7
+201,7
@@
config CAN_SUN4I
be called sun4i_can.
config CAN_TI_HECC
- depends on ARM
+ depends on ARM
|| COMPILE_TEST
tristate "TI High End CAN Controller"
select CAN_RX_OFFLOAD
help