Skip to content

Commit

Permalink
fix: enable nvme and 2.5gbit ethernet on nanopi-r5s
Browse files Browse the repository at this point in the history
Fix arm64 kernel config to enable pcie on nanopi-r5s.

Signed-off-by: Remko Molier <remko.molier@googlemail.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit c92e123)
  • Loading branch information
RemkoMolier authored and smira committed Nov 12, 2024
1 parent 435b574 commit f38b811
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ CONFIG_PCIE_TEGRA194_HOST=y
# CONFIG_PCIE_DW_PLAT_EP is not set
CONFIG_PCIE_QCOM=y
# CONFIG_PCIE_QCOM_EP is not set
# CONFIG_PCIE_ROCKCHIP_DW_HOST is not set
CONFIG_PCIE_ROCKCHIP_DW_HOST=y
# CONFIG_PCI_KEYSTONE_HOST is not set
# CONFIG_PCI_KEYSTONE_EP is not set
# end of DesignWare-based PCIe controllers
Expand Down Expand Up @@ -3933,7 +3933,7 @@ CONFIG_PINCTRL_MAX77620=y
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set
# CONFIG_PINCTRL_OCELOT is not set
# CONFIG_PINCTRL_RK805 is not set
CONFIG_PINCTRL_RK805=y
CONFIG_PINCTRL_ROCKCHIP=y
CONFIG_PINCTRL_SINGLE=y
# CONFIG_PINCTRL_STMFX is not set
Expand Down Expand Up @@ -5192,7 +5192,7 @@ CONFIG_DRM_GEM_SHMEM_HELPER=y
# CONFIG_DRM_VKMS is not set
CONFIG_DRM_ROCKCHIP=y
CONFIG_ROCKCHIP_VOP=y
# CONFIG_ROCKCHIP_VOP2 is not set
CONFIG_ROCKCHIP_VOP2=y
CONFIG_ROCKCHIP_ANALOGIX_DP=y
CONFIG_ROCKCHIP_CDN_DP=y
CONFIG_ROCKCHIP_DW_HDMI=y
Expand Down Expand Up @@ -6547,7 +6547,7 @@ CONFIG_COMMON_CLK=y
# CONFIG_COMMON_CLK_MAX9485 is not set
CONFIG_COMMON_CLK_RK808=y
CONFIG_COMMON_CLK_HI655X=y
# CONFIG_COMMON_CLK_SCMI is not set
CONFIG_COMMON_CLK_SCMI=y
CONFIG_COMMON_CLK_SCPI=y
# CONFIG_COMMON_CLK_SI5341 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
Expand Down Expand Up @@ -7942,7 +7942,7 @@ CONFIG_PHY_ROCKCHIP_INNO_USB2=y
CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=y
# CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY is not set
CONFIG_PHY_ROCKCHIP_PCIE=y
# CONFIG_PHY_ROCKCHIP_SNPS_PCIE3 is not set
CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=y
CONFIG_PHY_ROCKCHIP_TYPEC=y
CONFIG_PHY_ROCKCHIP_USB=y
# CONFIG_PHY_SAMSUNG_USB2 is not set
Expand Down

0 comments on commit f38b811

Please sign in to comment.