On 13.01.2024 06:42, Dmitry Baryshkov wrote: > The USB-C PHYs on the msm8998, QCM2290 and SM6115 platforms use special > register to control which lanes of the Type-C port are used for the > SuperSpeed USB connection. Mimic the qmp-combo driver and handle this > register. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- [...] > +#if IS_ENABLED(CONFIG_TYPEC) I understand some people may want their USB to work without TC compiled in, but it looks funky to have a "USB-C PHY" with optional USB-C support.. Should we just depend on it in kconfig? Konrad