Skip to content

Commit

Permalink
NFC: Remove CONFIG_EXPERIMENTAL
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 0f45077 commit deccb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/nfc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

menuconfig NFC
depends on NET && EXPERIMENTAL
tristate "NFC subsystem support (EXPERIMENTAL)"
depends on NET
tristate "NFC subsystem support"
default n
help
Say Y here if you want to build support for NFC (Near field
Expand Down

0 comments on commit deccb2a

Please sign in to comment.