From: Vincent Mailhol Date: Tue, 15 Jul 2025 11:28:12 +0000 (+0900) Subject: can: ti_hecc: Kconfig: add COMPILE_TEST X-Git-Tag: io_uring-6.17-20250815~128^2~12^2~4^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0e7896b95f2bd7deb0e66074f6acc1de4f69da1e;p=linux-block.git 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 Link: https://patch.msgid.link/20250715-can-compile-test-v2-2-f7fd566db86f@wanadoo.fr Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index cf989bea9aa3..d58fab0161b3 100644 --- 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