On Wed, 16 Oct 2013, Hartley Sweeten wrote: > On Tuesday, October 15, 2013 5:57 PM, Ryan Mallon wrote: > > Gah, defconfig changes are a pest. I assume the other removed options > > are implicitly selected, and their removal is the result of > > re-minimising the defconfig? Can you put a note about this is the > > changelog please. > > Yah... It's a mess. > > All I did was: > make ARCH=arm ep93xx_defconfig > make ARCH=arm menuconfig # enable USB_OHCI_HCD_PLATFORM > make ARCH=arm savedefconfig > mv defconfig arch/arm/configs/ep93xx_defconfig > > Looks like the last time the ep93xx_defconfig was refreshed was: > > commit 07a8c03f3e06129e847acd068b8b89c13357ee64 > Author: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Date: Thu Jun 10 07:12:18 2010 +0200 > > ARM: reduce defconfigs > > Hence the ugly changes. It's awfully hard to believe that enabling USB_OHCI_HCD_PLATFORM is responsible for all those other changes. Maybe this should be done in two stages. First create a patch that describes the differences resulting from: make ARCH=arm ep93xx_defconfig make ARCH=arm savedefconfig mv defconfig arch/arm/configs/ep93xx_defconfig Then do this patch on top of that one. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html