From a91edf7f3cd3ac38877f00b2dd5eb15abc7c7895 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Apr 2018 08:13:11 -0600 Subject: [PATCH] net/Kconfig: Remove some trivial kruft from Kconfig file. --- net/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net/Kconfig b/net/Kconfig index 4093b62d4d..1e2abd5c3a 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -133,11 +133,6 @@ config NET_ETHERNET no need to define anything special in the configuration file to use Ethernet -- it is the default). -#menu "IEEE 802.15.4" -# depends on WIRELESS_IEEE802154 -# -#endmenu # IEEE 802.15.4 - config NET_LOOPBACK bool "Local loopback" default n