aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-23 16:04:10 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-10-26 12:26:52 -0400
commit54720c301a7d54df702c9b42886838c0c868c236 (patch)
tree4322e8476fd8ac30d35424660b405472c7bfd2e8 /net/nfc/llcp/Kconfig
parentdeccb2a207003e01b0b8a6e30ece5b5735a800b1 (diff)
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>
Diffstat (limited to 'net/nfc/llcp/Kconfig')
-rw-r--r--net/nfc/llcp/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nfc/llcp/Kconfig b/net/nfc/llcp/Kconfig
index fbf5e8150908..a1a41cd68255 100644
--- a/net/nfc/llcp/Kconfig
+++ b/net/nfc/llcp/Kconfig
@@ -1,6 +1,6 @@
1config NFC_LLCP 1config NFC_LLCP
2 depends on NFC && EXPERIMENTAL 2 depends on NFC
3 bool "NFC LLCP support (EXPERIMENTAL)" 3 bool "NFC LLCP support"
4 default n 4 default n
5 help 5 help
6 Say Y here if you want to build support for a kernel NFC LLCP 6 Say Y here if you want to build support for a kernel NFC LLCP