armv7-multiplatform
armv7-multiplatform copied to clipboard
Missing iMX6 USB host controller in 4.18 defconfig
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..
https://github.com/RobertCNelson/armv7-multiplatform/commit/94010d50a4a1786e461744fee722cef7a96d87db
Regards,