Skip to content

Commit 0e7896b

Browse files
vincent-mailholmarckleinebudde
authored andcommitted
can: ti_hecc: Kconfig: add COMPILE_TEST
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>
1 parent 7cae4d0 commit 0e7896b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/can/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ config CAN_SUN4I
201201
be called sun4i_can.
202202

203203
config CAN_TI_HECC
204-
depends on ARM
204+
depends on ARM || COMPILE_TEST
205205
tristate "TI High End CAN Controller"
206206
select CAN_RX_OFFLOAD
207207
help

0 commit comments

Comments
 (0)