armv7-multiplatform icon indicating copy to clipboard operation
armv7-multiplatform copied to clipboard

Missing iMX6 USB host controller in 4.18 defconfig

Open sarnold opened this issue 6 years ago • 1 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 avatar Dec 11 '18 18:12 sarnold

@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,

RobertCNelson avatar Dec 11 '18 18:12 RobertCNelson