diff options
author | Adam Ford <aford173@gmail.com> | 2022-02-21 19:41:07 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-21 14:00:49 +0200 |
commit | 5c81cfb6a60a7abbfe7520fa13cabdad094d3d39 (patch) | |
tree | 9c6f582a21caa92e1e1464b2164c7dc2c06e47cb /arch/arm/configs/omap2plus_defconfig | |
parent | ARM: omap2plus_defconfig: enable TLV320AIC3X (diff) | |
download | linux-5c81cfb6a60a7abbfe7520fa13cabdad094d3d39.tar.xz linux-5c81cfb6a60a7abbfe7520fa13cabdad094d3d39.zip |
ARM: omap2plus_defconfig: Enable ISP176x USB driver
The Logic PD Torpedo baseboard has an ISP1763 USB controller attached
to the GPMC bus. Enable the driver as a module.
Signed-off-by: Adam Ford <aford173@gmail.com>
Message-Id: <20220221184107.2321951-1-aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d3cfc74b3b0b..9380df6b530f 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -578,6 +578,7 @@ CONFIG_USB_INVENTRA_DMA=y CONFIG_USB_TI_CPPI41_DMA=y CONFIG_USB_TUSB_OMAP_DMA=y CONFIG_USB_DWC3=m +CONFIG_USB_ISP1760=m CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_SIMPLE=m |