mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
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>
This commit is contained in:
parent
d32f834cd6
commit
864e898ba3
12 changed files with 5 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
|||
#
|
||||
|
||||
menuconfig NFC
|
||||
depends on NET
|
||||
depends on RFKILL || !RFKILL
|
||||
tristate "NFC subsystem support"
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue