From: Kees Cook Date: Tue, 23 Oct 2012 20:04:10 +0000 (-0700) Subject: NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile X-Git-Tag: v3.8-rc1~139^2~17^2~315^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54720c301a7d54df702c9b42886838c0c868c236;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Kees Cook Signed-off-by: Samuel Ortiz --- diff --git a/net/nfc/llcp/Kconfig b/net/nfc/llcp/Kconfig index fbf5e81..a1a41cd 100644 --- a/net/nfc/llcp/Kconfig +++ b/net/nfc/llcp/Kconfig @@ -1,6 +1,6 @@ config NFC_LLCP - depends on NFC && EXPERIMENTAL - bool "NFC LLCP support (EXPERIMENTAL)" + depends on NFC + bool "NFC LLCP support" default n help Say Y here if you want to build support for a kernel NFC LLCP