From: Kees Cook Date: Tue, 23 Oct 2012 20:04:11 +0000 (-0700) Subject: NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f152218840f2dc60900e2568878d3b87460d5ae8;p=deliverable%2Flinux.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 decdc49b26d8..6d69b5f0f19b 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