[PATCH] powerpc/qe: remove useless Kconfig default

2013-03-12 Thread Paul Bolle
The Kconfig entry for QE_USB contains default y if USB_GADGET_FSL_QE But USB_GADGET_FSL_QE got removed in commit 193ab2a6070039e7ee2b9b9bebea754a7c52fd1b ("usb: gadget: allow multiple gadgets to be built"). This default will therefor never be set and can be removed. Signed-off-by: Paul Bo

Re: [PATCH] powerpc/qe: remove useless Kconfig default

2013-03-15 Thread Kumar Gala
On Mar 12, 2013, at 4:49 PM, Paul Bolle wrote: > The Kconfig entry for QE_USB contains > default y if USB_GADGET_FSL_QE > > But USB_GADGET_FSL_QE got removed in commit > 193ab2a6070039e7ee2b9b9bebea754a7c52fd1b ("usb: gadget: allow multiple > gadgets to be built"). This default will theref