commit | 622859634a663c5e55d0e2a2cdbb55ac058d97b3 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Jun 22 17:28:09 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jul 01 14:31:10 2011 -0700 |
tree | 5f41809476f487de7d461ccaac4d80179d0d2561 | |
parent | e4e5b136eb6f2d3aa10dca108a1b787dc92d67df [diff] |
usb: musb: drop a gigantic amount of ifdeferry the MUSB IP is always OTG, so there's no point in adding so many ifdefs on the code. Drop those and always compile the driver for OTG support. This also allows us to drop the useless "driver mode" choice. For doing that, we need to make musb depend on both Host and Peripheral side. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>