Enable the CAN transceiver PHY driver, which is needed for the NXP TJR1443AT CAN transceiver on CAN-FD channel zero on the White-Hawk development board. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Not intended for upstream merge. To be applied to the topic/renesas-defconfig branch. --- arch/arm64/configs/renesas_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 25916da25b7a9a9f..d11d890647013c5c 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -386,6 +386,7 @@ CONFIG_PWM=y CONFIG_PWM_RCAR=y CONFIG_PWM_RENESAS_TPU=y CONFIG_RESET_RZG2L_USBPHY_CTRL=y +CONFIG_PHY_CAN_TRANSCEIVER=y CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y -- 2.34.1