diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 08:56:54 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-08-20 18:13:16 -0700 |
commit | 1ebda87ad906b732af5660c3ee2e896a13292545 (patch) | |
tree | f8bee630f611723db07eba478eee476846d6b090 /arch/arm64 | |
parent | 3b574ea2f89321d0a428286be0057340f0313323 (diff) | |
download | linux-1ebda87ad906b732af5660c3ee2e896a13292545.tar.gz linux-1ebda87ad906b732af5660c3ee2e896a13292545.tar.bz2 linux-1ebda87ad906b732af5660c3ee2e896a13292545.zip |
arm64: defconfig: Enable ptn5150 extcon driver
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).
Link: https://lore.kernel.org/r/20200817065654.4419-2-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0b0b30efc0f5..6d04b9577b0b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -925,6 +925,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=m CONFIG_EXTCON_USB_GPIO=y CONFIG_EXTCON_USBC_CROS_EC=y CONFIG_IIO=y |