#
 
 menuconfig NET_9P
-       depends on NET
        tristate "Plan 9 Resource Sharing Support (9P2000)"
        help
          If you say Y here, you will get experimental support for
 
 
 config BATMAN_ADV
        tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
-       depends on NET
        select LIBCRC32C
        help
          B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
 
 
 menuconfig BT
        tristate "Bluetooth subsystem support"
-       depends on NET && !S390
+       depends on !S390
        depends on RFKILL || !RFKILL
        select CRC16
        select CRYPTO
 
 # SPDX-License-Identifier: GPL-2.0-only
 menuconfig BPFILTER
        bool "BPF based packet filtering framework (BPFILTER)"
-       depends on NET && BPF && INET
+       depends on BPF && INET
        select USERMODE_DRIVER
        help
          This builds experimental bpfilter framework that is aiming to
 
 #
 
 menuconfig CAN
-       depends on NET
        tristate "CAN bus subsystem support"
        help
          Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial
 
 #
 config DNS_RESOLVER
        tristate "DNS Resolver support"
-       depends on NET && KEYS
+       depends on KEYS
        help
          Saying Y here will include support for the DNS Resolver key type
          which can be used to make upcalls to perform DNS lookups in
 
 #
 
 menuconfig NET_IFE
-       depends on NET
        tristate "Inter-FE based on IETF ForCES InterFE LFB"
        default n
        help
 
 # SPDX-License-Identifier: GPL-2.0-only
 config LLC
        tristate
-       depends on NET
 
 config LLC2
        tristate "ANSI/IEEE 802.2 LLC type 2 Support"
 
 # SPDX-License-Identifier: GPL-2.0-only
 menu "Core Netfilter Configuration"
-       depends on NET && INET && NETFILTER
+       depends on INET && NETFILTER
 
 config NETFILTER_INGRESS
        bool "Netfilter ingress support"
 
 #
 menuconfig IP_VS
        tristate "IP virtual server support"
-       depends on NET && INET && NETFILTER
+       depends on INET && NETFILTER
        depends on (NF_CONNTRACK || NF_CONNTRACK=n)
        help
          IP Virtual Server support will let you build a high-performance
 
 #
 
 menuconfig NFC
-       depends on NET
        depends on RFKILL || !RFKILL
        tristate "NFC subsystem support"
        default n
 
 #
 
 menuconfig PSAMPLE
-       depends on NET
        tristate "Packet-sampling netlink channel"
        default n
        help