RobertCNelson / armv7-multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing iMX6 USB host controller in 4.18 defconfig

sarnold opened this issue · comments

Building for cubox, no keyboard due to missing module:

# zcat /proc/config.gz | grep -i ehci
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_EHCI_MXC is not set
CONFIG_USB_EHCI_HCD_OMAP=y
CONFIG_USB_EHCI_HCD_PLATFORM=y

@sarnold let me look at this again, i had a regression on an old imx51 board and that was one of the config changes that made it work..

94010d5

Regards,