···13061306 To compile this driver as a module, choose M here: the module13071307 will be called hid-mcp2221.ko.1308130813091309+config HID_KUNIT_TEST13101310+ bool "KUnit tests for HID" if !KUNIT_ALL_TESTS13111311+ depends on KUNIT=y13121312+ depends on HID_UCLOGIC13131313+ default KUNIT_ALL_TESTS13141314+ help13151315+ This builds unit tests for HID. This option is not useful for13161316+ distributions or general kernels, but only for kernel13171317+ developers working on HID and associated drivers.13181318+13191319+ For more information on KUnit and unit tests in general,13201320+ please refer to the KUnit documentation in13211321+ Documentation/dev-tools/kunit/.13221322+13231323+ If in doubt, say "N".13241324+13091325endmenu1310132613111327endif # HID