usb: musb: remove all 'select' from Kconfig
authorFelipe Balbi <balbi@ti.com>
Tue, 5 Mar 2013 11:18:49 +0000 (13:18 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 5 Mar 2013 11:22:40 +0000 (13:22 +0200)
commit341a71c790529140fc5f8833f893324f6b5261cc
tree4fa6f5cdef1c8bddefa1ed98db99b04f6a52f598
parent43febb27dcdaf9a15e2f362a6d09b0f191c4dcea
usb: musb: remove all 'select' from Kconfig

those are quite unnecessary, the only thing
we need to be careful about is USB_OTG_UTILS
which get properly selected by PHY drivers.

For now, MUSB will select only USB_OTG_UTILS
until we add stubs for the cases when PHY
layer isn't enabled.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/Kconfig