diff options
| author | Adam Ford <[email protected]> | 2022-02-21 12:41:07 -0600 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2022-04-21 15:00:49 +0300 |
| commit | 5c81cfb6a60a7abbfe7520fa13cabdad094d3d39 (patch) | |
| tree | 9c6f582a21caa92e1e1464b2164c7dc2c06e47cb | |
| parent | 76e26d985c548fb01ea8852c84f83fb3eb1fea8e (diff) | |
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -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 |