mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:50:52 +07:00
NFC: Remove CONFIG_EXPERIMENTAL from the NCI 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
54720c301a
commit
f152218840
@ -1,6 +1,6 @@
|
|||||||
config NFC_NCI
|
config NFC_NCI
|
||||||
depends on NFC && EXPERIMENTAL
|
depends on NFC
|
||||||
tristate "NCI protocol support (EXPERIMENTAL)"
|
tristate "NCI protocol support"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
NCI (NFC Controller Interface) is a communication protocol between
|
NCI (NFC Controller Interface) is a communication protocol between
|
||||||
|
Loading…
Reference in New Issue
Block a user