Skip to content

Commit

Permalink
NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kees authored and Samuel Ortiz committed Oct 26, 2012
1 parent 54720c3 commit f152218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/nfc/nci/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config NFC_NCI
depends on NFC && EXPERIMENTAL
tristate "NCI protocol support (EXPERIMENTAL)"
depends on NFC
tristate "NCI protocol support"
default n
help
NCI (NFC Controller Interface) is a communication protocol between
Expand Down

0 comments on commit f152218

Please sign in to comment.