summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-05-28 15:30:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-31 09:20:12 +0200
commit47edadb956dd22f8afbd714dc22343d0021552c0 (patch)
tree9b1a1a31ecdd25888c60f7411d4a38e4f065473b /arch/arm/configs
parent20e6d94ed3eef078726d8452b623b5cdb98f247b (diff)
downloadbarebox-47edadb956dd22f8afbd714dc22343d0021552c0.tar.gz
barebox-47edadb956dd22f8afbd714dc22343d0021552c0.tar.xz
ARM: imx_v8_defconfig: enable EHCI
The i.MX8MM USB host controller uses the standard EHCI interface. Enable support in the defconfig to make this work out of the box. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Link: https://lore.barebox.org/20210528133041.1109923-4-l.stach@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx_v8_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v8_defconfig b/arch/arm/configs/imx_v8_defconfig
index db097d1675..e1e7b0f91e 100644
--- a/arch/arm/configs/imx_v8_defconfig
+++ b/arch/arm/configs/imx_v8_defconfig
@@ -105,6 +105,7 @@ CONFIG_MTD_DATAFLASH=y
CONFIG_MTD_M25P80=y
CONFIG_USB_HOST=y
CONFIG_USB_IMX_CHIPIDEA=y
+CONFIG_USB_EHCI=y
CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_SERIAL=y