Skip to content

Commit

Permalink
Merge pull request #96 from Radxa-Alvin/main
Browse files Browse the repository at this point in the history
rk2312: disable Rockchip CAN drivers on linux6.1
  • Loading branch information
RadxaYuntian authored May 16, 2024
2 parents 8ee7c8a + 4a96ab8 commit e7f57d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions linux/rk2312/kconfig.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Disable outdated pwm-gpio driver
# Could be replaced with:
# https://patchwork.ozlabs.org/project/linux-gpio/list/?series=393553
# CONFIG_PWM_GPIO is not set

# enum dw_pcie_as_type is declared in pcie-dw-rockchip.c,
# but not in pcie-dw-ep-rockchip.c
# CONFIG_PCIE_DW_ROCKCHIP_EP is not set
Expand All @@ -24,3 +19,7 @@ CONFIG_SND_SOC=y
CONFIG_SND_SOC_ROCKCHIP=y
CONFIG_SND_SOC_ROCKCHIP_I2S=y
CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=y

## Rockchip no longer supports CAN on RK3588 & Linux 6.1 SDK
# CONFIG_CANFD_ROCKCHIP is not set
# CONFIG_CAN_ROCKCHIP is not set

0 comments on commit e7f57d7

Please sign in to comment.