aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-01-26 08:20:26 +0900
committerJakub Kicinski <kuba@kernel.org>2021-01-27 17:04:12 -0800
commit864e898ba3f6a7974d35efb604a1345d50e45f91 (patch)
treeb4e5a779c6bff9aeb264f5cf677394a5f55f63f4 /net/bluetooth
parentnet: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/Makefile (diff)
downloadlinux-dev-864e898ba3f6a7974d35efb604a1345d50e45f91.tar.xz
linux-dev-864e898ba3f6a7974d35efb604a1345d50e45f91.zip
net: remove redundant 'depends on NET'
These Kconfig files are included from net/Kconfig, inside the if NET ... endif. Remove 'depends on NET', which we know it is already met. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 64e669acd42f..400c5130dc0a 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -5,7 +5,7 @@
menuconfig BT
tristate "Bluetooth subsystem support"
- depends on NET && !S390
+ depends on !S390
depends on RFKILL || !RFKILL
select CRC16
select CRYPTO