summaryrefslogtreecommitdiffstats
path: root/package/rt2x00/src/rt2x00_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt2x00/src/rt2x00_compat.h')
-rw-r--r--package/rt2x00/src/rt2x00_compat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/rt2x00/src/rt2x00_compat.h b/package/rt2x00/src/rt2x00_compat.h
index 111c51ea3..83d4f9904 100644
--- a/package/rt2x00/src/rt2x00_compat.h
+++ b/package/rt2x00/src/rt2x00_compat.h
@@ -51,6 +51,12 @@
#endif
#endif
+#if (defined(CONFIG_RT2X00_DEBUGFS))
+#if (!defined(CONFIG_MAC80211_DEBUGFS) && !defined(CONFIG_MAC80211_DEBUGFS_MODULE))
+#error mac80211 debugfs support has been disabled in your kernel!
+#endif
+#endif
+
#if (defined(CONFIG_RT2400PCI_BUTTON) || defined(CONFIG_RT2500PCI_BUTTON) || defined(CONFIG_RT61PCI_BUTTON))
#if (!defined(CONFIG_RFKILL) && !defined (CONFIG_RFKILL_MODULE))
#error RFKILL has been disabled in your kernel!