mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 22:11:22 +00:00

Since commit 0166dc11be
("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 <jdelvare@suse.de>
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://patch.msgid.link/20241022130439.70d016e9@endymion.delvare
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
10 lines
265 B
Text
10 lines
265 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config CAN_ROCKCHIP_CANFD
|
|
tristate "Rockchip CAN-FD controller"
|
|
depends on OF
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
|
select CAN_RX_OFFLOAD
|
|
help
|
|
Say Y here if you want to use CAN-FD controller found on
|
|
Rockchip SoCs.
|