mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
NFC: Remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
0f45077222
commit
deccb2a207
@ -3,8 +3,8 @@
|
||||
#
|
||||
|
||||
menuconfig NFC
|
||||
depends on NET && EXPERIMENTAL
|
||||
tristate "NFC subsystem support (EXPERIMENTAL)"
|
||||
depends on NET
|
||||
tristate "NFC subsystem support"
|
||||
default n
|
||||
help
|
||||
Say Y here if you want to build support for NFC (Near field
|
||||
|
Loading…
Reference in New Issue
Block a user