From: Kees Cook Date: Tue, 23 Oct 2012 20:04:11 +0000 (-0700) Subject: NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile X-Git-Tag: v3.8-rc1~139^2~337^2^2~67^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f152218840f2dc60900e2568878d3b87460d5ae8;p=~emulex%2Finfiniband.git 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 Signed-off-by: Kees Cook Signed-off-by: Samuel Ortiz --- diff --git a/net/nfc/nci/Kconfig b/net/nfc/nci/Kconfig index decdc49b26d..6d69b5f0f19 100644 --- a/net/nfc/nci/Kconfig +++ b/net/nfc/nci/Kconfig @@ -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