Hi folks,

I noticed while playing with my new and shiny rockpro64 that Debian kernels
(at least in Bullseye) seem [1] to avoid building kernel modules for USB
type-C ports on arm64.

USB Type-C ports are already pretty common on arm64 devices, and only
getting more so. Is there any chance the relevant modules could be
configured to build on arm64, like they do on amd64?

Kind regards,
Justin KIng-Lacroix


[1] From the binary packages in testing:

$ grep -i typec config-5.9.0-5-amd64
CONFIG_TYPEC=m
CONFIG_TYPEC_TCPM=m
# CONFIG_TYPEC_TCPCI is not set
CONFIG_TYPEC_FUSB302=m
# CONFIG_TYPEC_WCOVE is not set
CONFIG_TYPEC_UCSI=m
# CONFIG_TYPEC_HD3SS3220 is not set
CONFIG_TYPEC_TPS6598X=m
CONFIG_TYPEC_MUX_PI3USB30532=m
# CONFIG_TYPEC_MUX_INTEL_PMC is not set
CONFIG_TYPEC_DP_ALTMODE=m
CONFIG_TYPEC_NVIDIA_ALTMODE=m
$ grep -i typec config-5.9.0-5-arm64
# CONFIG_TYPEC is not set
CONFIG_PHY_ROCKCHIP_TYPEC=m
$

Reply via email to