mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile
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
deccb2a207
commit
54720c301a
@ -1,6 +1,6 @@
|
||||
config NFC_LLCP
|
||||
depends on NFC && EXPERIMENTAL
|
||||
bool "NFC LLCP support (EXPERIMENTAL)"
|
||||
depends on NFC
|
||||
bool "NFC LLCP support"
|
||||
default n
|
||||
help
|
||||
Say Y here if you want to build support for a kernel NFC LLCP
|
||||
|
Loading…
Reference in New Issue
Block a user