Nils, you have
CONFIG_USB_HIDINPUT=y
which is correct. David, you have
CONFIG_USB_HIDINPUT=m
which is an illegal setting. You must have hand-edited your config file
to get this. My guess is, the '=m' is being treated as 'not set'.
You also need to have CONFIG_INPUT (Input core support section) set.
If this is not set you will not see the CONFIG_USB_HIDINPUT question
come up in the USB section.
Regards,
Joe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/