Comment 14 for bug 1017438

Revision history for this message
vishal (vishalbhoj) wrote :

Andy,

I am only using this config to build against the kernel.Here is what I did:
1. Copied the config to arch/arm/configs.
2. make ARCH=arm omap4plus_defconfig
3. make ARCH=arm menuconfig
4. Checked the configuration for "USB_MUSB_OMAP2PLUS" shown below.

 Symbol: USB_MUSB_OMAP2PLUS [=m] │
  │ Type : tristate │
  │ Prompt: OMAP2430 and onwards │
  │ Defined at drivers/usb/musb/Kconfig:49 │
  │ Depends on: <choice> && ARCH_OMAP2PLUS [=y] │
  │ Location: │
  │ -> Device Drivers │
  │ -> USB support (USB_SUPPORT [=y]) │
  │ -> Inventra Highspeed Dual Role Controller (TI, ADI, ...) (USB_MUSB_HDRC [=y]) │
  │ -> Platform Glue Layer (<choice> [=m]) │

The choice state for "Platform Glue Layer" is not reflecting the right configuration.