On Thu, Jul 12, 2012 at 01:55:05PM -0400, Josh Boyer wrote:
So, something is ever so helpfully overriding our CONFIG_HID=m setting and forcing it to be =y, but maybe that is done after kconfig has parsed the hid Kconfig file and so HID_GENERIC is left =m.
Looks like that something is our CONFIG_USB_HID=y setting, which does a select HID and forces it to =y.
Dave, Justin, should we explicitly set CONFIG_HID=y and CONFIG_HID_GENERIC=y in config-generic and avoid this problem entirely?
yeah, seems good to me.
Dave