Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_USB_GADGET_DEBUG
has multiple definitions:
drivers/usb/gadget/Kconfig
The configuration item CONFIG_USB_GADGET_DEBUG:
CONFIG_DEBUG_KERNEL
Many controller and gadget drivers will print some debugging messages if you use this option to ask for those messages.
Avoid enabling these messages, even if you're actively debugging such a driver. Many drivers will emit so many messages that the driver timings are affected, which will either create new failure modes or remove the one you're trying to track down. Never enable these messages for a production build.
drivers/usb/gadget/Kconfig
The configuration item CONFIG_USB_GADGET_DEBUG:
CONFIG_USB_GADGET && CONFIG_DEBUG_KERNEL && CONFIG_EXPERIMENTAL
Many controller and gadget drivers will print some debugging messages if you use this option to ask for those messages.
Avoid enabling these messages, even if you're actively debugging such a driver. Many drivers will emit so many messages that the driver timings are affected, which will either create new failure modes or remove the one you're trying to track down. Never enable these messages for a production build.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab