Skip to content

Commit 51e102e

Browse files
jdelvaremarckleinebudde
authored andcommitted
can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("of: make CONFIG_OF user selectable"), OF can be enabled on all architectures. Therefore depending on COMPILE_TEST as an alternative is no longer needed. Signed-off-by: Jean Delvare <[email protected]> Reviewed-by: Vincent Mailhol <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 4384b8b commit 51e102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/rockchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
config CAN_ROCKCHIP_CANFD
44
tristate "Rockchip CAN-FD controller"
5-
depends on OF || COMPILE_TEST
5+
depends on OF
66
depends on ARCH_ROCKCHIP || COMPILE_TEST
77
select CAN_RX_OFFLOAD
88
help

0 commit comments

Comments
 (0)