On Wed, Aug 12, 2020 at 06:33:42PM +0200, Krzysztof Kozlowski wrote: > Enable the extcon driver for NXP PTN5150A chips (CC logic for USB Type-C > applications) present on some of i.MX8 evaluation boards (e.g. Variscite > Symphony board). > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 2b02a5a179d7..e2346ad6ba90 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -926,6 +926,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y > CONFIG_ARCH_K3_AM6_SOC=y > CONFIG_ARCH_K3_J721E_SOC=y > CONFIG_TI_SCI_PM_DOMAINS=y > +CONFIG_EXTCON_PTN5150=y Ah, this should be a module. Works as =m as well, so either this could be fixed while applying or I can send a v2. Best regards, Krzysztof > CONFIG_EXTCON_USB_GPIO=y > CONFIG_EXTCON_USBC_CROS_EC=y > CONFIG_IIO=y > -- > 2.17.1 >