]> git.ipfire.org Git - thirdparty/linux.git/commit
can: tscan1: Kconfig: add COMPILE_TEST
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>
Tue, 15 Jul 2025 11:28:13 +0000 (20:28 +0900)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 15 Jul 2025 11:32:02 +0000 (13:32 +0200)
commit5323af351e7524497930b7793153ff68ee5c0ec1
tree22c51c4a6fc924e0f44dd40f3c5dafdbc20c8902
parent0e7896b95f2bd7deb0e66074f6acc1de4f69da1e
can: tscan1: Kconfig: add COMPILE_TEST

tscan1 depends on ISA. It also has a hidden dependency on HAS_IOPORT
as reported by the kernel test bot [1]. That dependency is implied by
ISA which explains why this was not an issue so far.

Add both COMPILE_TEST and HAS_IOPORT to the dependency list so that
this driver can also be built on other platforms.

[1] https://lore.kernel.org/linux-can/202507141417.qAMrchyV-lkp@intel.com/

Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://patch.msgid.link/20250715-can-compile-test-v2-3-f7fd566db86f@wanadoo.fr
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/sja1000/Kconfig