/* * Add list of virtual devices you want to launch driver for here. * * Unless the list is empty, the last item shall be followed by a comma. */ #ifdef CONFIG_TEST_DRIVERS { .name = "test1", .match_id = "virtual&test1" }, { .name = "test2alpha", .match_id = "virtual&test2" }, { .name = "test2bravo", .match_id = "virtual&test2" }, { .name = "null", .match_id = "virtual&test1" }, #endif