2013/6/14 Alexander Shishkin <[email protected]>: > Barry Song <[email protected]> writes: > >> +if USB_CHIPIDEA_UDC && USB_CHIPIDEA_HOST >> + >> +config USB_CHIPIDEA_SIRF >> + depends on ARCH_SIRF >> + bool "SiRF USB controller ChipIdea driver binding" >> + default y >> + help >> + Say Y here to enable sirf usb ChipIdea driver binding. >> + >> +config USB_CHIPIDEA_MSM >> + depends on ARCH_MSM >> + bool "MSM USB controller ChipIdea driver binding" >> + default y >> + help >> + Say Y here to enable msm usb ChipIdea driver binding. >> + >> +config USB_CHIPIDEA_IMX >> + depends on ARCH_MXC || ARCH_MXS >> + bool "i.MX USB controller ChipIdea driver binding" >> + default y >> + help >> + Say Y here to enable imx usb ChipIdea driver binding. >> + >> +endif > > No. This is wrong on at least 3 different levels.
the point is we don't directly include MSM, IMX, SiRF and all other drivers once we enable chipidea. that makes these drivers optional, not always be built-in. -barry -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
