aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 17:16:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 21:55:37 +0200
commit36426484fcaca2153616d6f3496b389a5b11bd9f (patch)
treec1ed9792a674af1c7d373f4580373f91edceb4f0 /drivers/net/ieee802154/Kconfig
parentMAINTAINERS: add missing headers in 802.15.4 (diff)
downloadlinux-dev-36426484fcaca2153616d6f3496b389a5b11bd9f.tar.xz
linux-dev-36426484fcaca2153616d6f3496b389a5b11bd9f.zip
ieee802154: remove fakehard driver
This patch removes the not functional fakehard driver. We don't support HardMAC 802.15.4 drivers right now. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/net/ieee802154/Kconfig')
-rw-r--r--drivers/net/ieee802154/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index 391a916622a9..1a3c3e57aa0b 100644
--- a/drivers/net/ieee802154/Kconfig
+++ b/drivers/net/ieee802154/Kconfig
@@ -10,16 +10,6 @@ menuconfig IEEE802154_DRIVERS
If you say N, all options in this submenu will be skipped and
disabled.
-config IEEE802154_FAKEHARD
- tristate "Fake LR-WPAN driver with several interconnected devices"
- depends on IEEE802154_DRIVERS
- ---help---
- Say Y here to enable the fake driver that serves as an example
- of HardMAC device driver.
-
- This driver can also be built as a module. To do so say M here.
- The module will be called 'fakehard'.
-
config IEEE802154_FAKELB
depends on IEEE802154_DRIVERS && MAC802154
tristate "IEEE 802.15.4 loopback driver"