Hi Tim, On Mon, Aug 26, 2024 at 4:06 PM Tim Harvey <thar...@gateworks.com> wrote:
> Looks like there isn't much left to be moved to Kconfig. I'm not sure > if your interested or have the time (I know I currently don't) but the > USB defines can be cleaned up pretty easily: > - '#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)' can > be removed from mx6/mx7/mx8m includes as its defaulted in > drivers/usb/host/ehci-mx6.c > - CFG_MXC_USB_FLAGS is only used for drivers/usb/host/ehci-mx5.c so > can be removed for all mx6/mx7/mx8m and the mx51evk.h is the only > place its not set to 0 Good point. I will work on cleaning these two CFG symbols. Thanks