aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-08-26 01:10:11 -0400
committerDavid S. Miller <davem@davemloft.net>2012-08-30 13:23:56 -0400
commit0739d643b8dda866d1011bcfd01008d29593be03 (patch)
tree4748f4a416a6711bb5d6b889f9d3fa342921376f /drivers/net/Kconfig
parent395a57385508f7b8b445b6911bfa35bc0ccaa0ff (diff)
drivers/ieee802154: move ieee802154 drivers to net folder
The IEEE 802.15.4 standard represents a networking protocol. I don't exactly know why drivers for this protocol are stored into the root 'driver' folder, but better will be to store them with other networking stuff. Currently there are only 3 drivers available for IEEE 802.15.4 stack, so lets do it now with the smallest overhead. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0c2bd806950e..707ab7bd4ea5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -107,8 +107,6 @@ config MII
107 or internal device. It is safe to say Y or M here even if your 107 or internal device. It is safe to say Y or M here even if your
108 ethernet card lacks MII. 108 ethernet card lacks MII.
109 109
110source "drivers/ieee802154/Kconfig"
111
112config IFB 110config IFB
113 tristate "Intermediate Functional Block support" 111 tristate "Intermediate Functional Block support"
114 depends on NET_CLS_ACT 112 depends on NET_CLS_ACT
@@ -290,6 +288,8 @@ source "drivers/net/wimax/Kconfig"
290 288
291source "drivers/net/wan/Kconfig" 289source "drivers/net/wan/Kconfig"
292 290
291source "drivers/net/ieee802154/Kconfig"
292
293config XEN_NETDEV_FRONTEND 293config XEN_NETDEV_FRONTEND
294 tristate "Xen network device frontend driver" 294 tristate "Xen network device frontend driver"
295 depends on XEN 295 depends on XEN