diff options
author | 2020-01-10 22:18:11 -0800 | |
---|---|---|
committer | 2020-01-10 22:18:12 -0800 | |
commit | 8f1be72b33ec517a51d0a701f29f7d1063894d9b (patch) | |
tree | 77106dfad50c3019135269dfa02e9bea2b35a41d | |
parent | Merge tag 'renesas-arm-defconfig-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/defconfig (diff) | |
parent | arm64: defconfig: enable FUSB302 as module (diff) | |
download | wireguard-linux-8f1be72b33ec517a51d0a701f29f7d1063894d9b.tar.xz wireguard-linux-8f1be72b33ec517a51d0a701f29f7d1063894d9b.zip |
Merge tag 'amlogic-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/defconfig
arm64: defconfig updates for v5.6
- enable FUSB302 as module
* tag 'amlogic-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
arm64: defconfig: enable FUSB302 as module
Link: https://lore.kernel.org/r/7hftgoeaad.fsf@baylibre.com
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6a83ba2aea3e..33147f54efe6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -603,6 +603,8 @@ CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=m CONFIG_USB_RENESAS_USB3=m CONFIG_TYPEC=m +CONFIG_TYPEC_TCPM=m +CONFIG_TYPEC_FUSB302=m CONFIG_TYPEC_HD3SS3220=m CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=32 |