Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1229250pxb; Fri, 21 Jan 2022 12:50:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJwl5jfB1dpbFzG3l2/7crPfRvI5KkFG+7ht6xIwveRSUT53HzizpZQ/xcXdPaiKZ8IZq+4y X-Received: by 2002:a05:6a00:1c45:b0:4c7:9893:3452 with SMTP id s5-20020a056a001c4500b004c798933452mr2334299pfw.37.1642798244627; Fri, 21 Jan 2022 12:50:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642798244; cv=none; d=google.com; s=arc-20160816; b=Mia2oDKMtfWnePwin5RT2VGNKDSbI8Gm6Jx46r0dqL66BUT5oP4IEKXvmyacetmwmW XUHKruROAb9h7T+zGchhCa6R3tANcAo9AE5BjBaGAcXyZg6E82HKcTyzfI92Ri/hh+RP ZTlkdLepWF8DVdnHoI8ctCHmHvAeM49Inc7qymJBS4/PuW72y3ukjaVSedjSF94Jxc16 h7JVzVGt7q7E4u/w2iXTJifMRKKX/E64FpXpuEqED5y3qWhufQi5y6mlyvODYZf5daMo xx6F6BeW7cer24FHJCMWVq/6tcjXcmWN/nCTG4qNKP2aJpVHGSybt5TsM/+4Td/Q83Ss 09Gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=e2uNq0l/JRkILK5Sr283Li6kjTVPzQWkHP9trKLr/pM=; b=sSB/vNegtl6Bugbd0zyUKTW+LLLuQaR3/4tU0EZgAW5YXsa3mQcyNGCvJJF9oZtF0F EUyNClbpkPqB17GJwKvyuFxm7J3qEWkH0EmvkZ1Zp2LpmmjGdYYNiyNUi0bN7JOvnYDo oBbXOhOVWpj3iYT2UuvarSCon3DTNkkO9UgBj+w4MmFMnHF3QGtaXK2uuhF6R7JFJOv8 Jj86t3MgkRzjLNFx/9PJgdbE34w0YyR0AU6Ppiruv83JyUIsN/S/+0vTn2GNxhVwI02S 5cUD4TDKXaBli9k7RuO9k01b3/Q/sWHBZks0xIypdBRQ1WV+SI6dZLJe3XA15oVSyR1G eF4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l2si6542186pju.166.2022.01.21.12.50.35; Fri, 21 Jan 2022 12:50:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357905AbiATAoC (ORCPT + 70 others); Wed, 19 Jan 2022 19:44:02 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:38695 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345298AbiATAn4 (ORCPT ); Wed, 19 Jan 2022 19:43:56 -0500 Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id C9C6F20004; Thu, 20 Jan 2022 00:43:53 +0000 (UTC) From: Miquel Raynal To: Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Thomas Petazzoni , Miquel Raynal Subject: [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu Date: Thu, 20 Jan 2022 01:43:48 +0100 Message-Id: <20220120004350.308866-3-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20220120004350.308866-1-miquel.raynal@bootlin.com> References: <20220120004350.308866-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: David Girault The softMAC stack has no meaning outside of the IEEE 802.15.4 stack and cannot be used without it. Signed-off-by: David Girault [miquel.raynal@bootlin.com: Isolate this change from a bigger commit] Signed-off-by: Miquel Raynal --- net/Kconfig | 1 - net/ieee802154/Kconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net/Kconfig b/net/Kconfig index 0da89d09ffa6..a5e31078fd14 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -228,7 +228,6 @@ source "net/x25/Kconfig" source "net/lapb/Kconfig" source "net/phonet/Kconfig" source "net/6lowpan/Kconfig" -source "net/mac802154/Kconfig" source "net/sched/Kconfig" source "net/dcb/Kconfig" source "net/dns_resolver/Kconfig" diff --git a/net/ieee802154/Kconfig b/net/ieee802154/Kconfig index 31aed75fe62d..7e4b1d49d445 100644 --- a/net/ieee802154/Kconfig +++ b/net/ieee802154/Kconfig @@ -36,6 +36,7 @@ config IEEE802154_SOCKET for 802.15.4 dataframes. Also RAW socket interface to build MAC header from userspace. +source "net/mac802154/Kconfig" source "net/ieee802154/6lowpan/Kconfig" endif -- 2.27.0