Hello.
Tobias Klauser wrote:
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
Perhaps it's better to select DEBUG_FS?
WBR, Sergei
--
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