← Back to team overview

kernel-packages team mailing list archive

[Bug 1294963] Re: qcom/msm SoC driver in x86/_64 kernel.

 

ci_hdrc_msm is an integral part of drivers/usb/chipidea/Makefile:

obj-$(CONFIG_USB_CHIPIDEA)  += ci_hdrc_msm.o

from drivers/usb/chipidea/Kconfig:

config USB_CHIPIDEA
    tristate "ChipIdea Highspeed Dual Role Controller"
    depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA
    help
      Say Y here if your system has a dual role high speed USB
      controller based on ChipIdea silicon IP. Currently, only the
      peripheral mode is supported.

thus i can't disable it without disabling support for the entire usb
controller (something we obviosly don't want to do).

** Changed in: linux (Ubuntu Trusty)
       Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1294963

Title:
  qcom/msm SoC driver in x86/_64 kernel.

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Won't Fix

Bug description:
  Bloat @
  /lib/modules/*/kernel/drivers/usb/chipidea/ci_hdrc_msm.ko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1294963/+subscriptions


References