On Wed, Oct 20, 2010 at 8:54 PM, Felipe Balbi <balbi@ti.com> wrote:
Not if it's not going to be used.
If you see TWL4030_USB, it's because you have enabled USB_SUPPORT, so
you want to use USB. And that help still doesn't say anything to most
people.
You prefer a patch that adds one line per board rather than a patch
that adds one line in total... That is exactly the opposite of Linus's
complaint regarding big ARM changesets.
For "most cases" there is 'default'.
Your patch would not allow such camera developer to disable USB
through the kernel configuration.
I don't understand, currently TWL4030_USB is not selected in any way,
you are saying it should always be enabled (which I disagree with),
but that's not currently happening. If anything, my patch is changing
things to go into the direction you want, not the opposite.
My patch shuffles _one_ line that:
1) Allows clueless OMAP3 users to have TWL4030_USB enabled by default
_if_ they enable USB and USB_GADGET regardless of which board is being
used
2) Still allow people to build kernels without USB, nor TWL4030_USB
3) Simplify defconfgs by removing one line
4) Don't need extra changes in the board configurations
5) Doesn't increase the total lines in Kconfigs
Compared to the current situation 1) would actually change things into
the direction you advocated to: TWL4030_USB is enabled by default.
--
Felipe Contreras
--