usbmon is not usable without debugfs, so make it depend on DEBUG_FS. Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> --- drivers/usb/mon/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/mon/Kconfig b/drivers/usb/mon/Kconfig index 635745f..526e717 100644 --- a/drivers/usb/mon/Kconfig +++ b/drivers/usb/mon/Kconfig @@ -4,7 +4,7 @@ config USB_MON tristate "USB Monitor" - depends on USB + depends on USB && DEBUG_FS help If you select this option, a component which captures the USB traffic between peripheral-specific drivers and HC drivers will be built. -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html